COLOR #827B65

HEX: #827B65
RGB: (130,123,101)

Renk bilgisi

#827B65 contains red, green and blue colors in about the same proportion. #827B65 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#827B65 color RGB value is (130,123,101).

  • kırmız ton 130;
  • yeşil ton 123;
  • mavi ton 101.
RGB:
(130,123,101)
(51%,48%,40%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 123 of 255 = 48%
B 101 of 255 = 40%

130
123
101

R + G + B ~ 46%. #827B65 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 123 + 101 = 354 (100%)
R 130 of 354 ~ 36.72%
G 123 of 354 ~ 34.75%
B 101 of 354 ~ 28.53%

%36.72
%34.75
%28.53

CMYK RENK MODELİ

#827B65 rengi CMYK tonu (0,5,22,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.38%
  • sarı tonu 22.31%
  • ana renk tonu 49.02%
CMYK:
(0,5,22,49)
C0M5Y22K49 
(0%,5%,22%,49%)
(0.00/0.05/0.22/0.49)	

CMYK yüzdeleri

%0
%5.38
%22.31
%49.02

Codes

Color #827B65 in popluar color models

827B65
RGB130123101
HSL46°12.55%45.29%
HSB/HSV46°22.31%50.98%
CMYK0.00%5.38%22.31%
49.02%

Color #827B65 in popluar number systems.

HEX827B65
Decimal130123101
Binary1000001011110111100101
Octal202173145

Shades and tints

Shades of #827B65

#827B65
(130,123,101)
#77705C
(119,112,92)
#6C6553
(108,101,83)
#615A4A
(97,90,74)
#564F41
(86,79,65)
#4B4438
(75,68,56)
#40392F
(64,57,47)
#352E26
(53,46,38)
#2A231D
(42,35,29)
#1F1814
(31,24,20)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #827B65

#827B65
(130,123,101)
#8D8773
(141,135,115)
#989381
(152,147,129)
#A39F8F
(163,159,143)
#AEAB9D
(174,171,157)
#B9B7AB
(185,183,171)
#C4C3B9
(196,195,185)
#CFCFC7
(207,207,199)
#DADBD5
(218,219,213)
#E5E7E3
(229,231,227)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827B65 color. Also use rgb(130,123,101) instead hex code.

Text Font Color

.myTextColor { color: #827B65; }

<p style="color:#827B65">This sample text font color is #827B65.</p>

This text font color is #827B65.


Background Color

.myBgColor { background-color: #827B65; }

<div style="background-color:#827B65">Inner text</div>

This div background color is #827B65.


Border color

.myBorderColor { border: 1px solid #827B65; }

<div style="border:3px solid #827B65">Div</div>

This div border color is #827B65.


Opacity

.myOpacity80 { color: #827B65; opacity: 0.8; }

<p style="color:#827B65;opacity:0.8;">80%</p>

Text with #827B65 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #827B65;}

<p style="text-shadow: 3px 3px 1px #827B65">Text here.</p>

This text has shadow with #827B65 color.

.textShadow {text-shadow: 3px 3px 1px #827B65, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #827B65, 5px 5px 20px red">Text here.</p>

This text has shadow with #827B65 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827B65, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#827B65, Direction=45, Strength=4)">Text</p>

This text has shadow with #827B65 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #827B65;
  -webkit-box-shadow:	1px 1px 3px 2px #827B65;
  box-shadow:		1px 1px 3px 2px #827B65;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827B65;
-webkit-box-shadow: 1px 1px 3px 2px #827B65;
box-shadow:1px 1px 3px 2px #827B65;">
Div content here</div>
This div box has shadow with color #827B65.

Preview

Color preview on black background

This text has color #827B65 on black background.


Color preview on white background

This text has color #827B65 on white background.



Black color preview on #827B65 background

This text has black color on #827B65 background.


White color preview on #827B65 background

This text has white color on #827B65 background.