COLOR #827A68

HEX: #827A68
RGB: (130,122,104)

Color info

#827A68 contains red, green and blue colors in about the same proportion. Web safe color of #827A68 is #996666 (or #966).

RGB color model

#827A68 color RGB value is (130,122,104).

  • red value is 130;
  • green value is 122;
  • blue value is 104.
RGB:
(130,122,104)
(51%,48%,41%)

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 104 of 255 = 41%

130
122
104

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

Portions of RGB colors in percentages

R + G + B =
130 + 122 + 104 = 356 (100%)
R 130 of 356 ~ 36.52%
G 122 of 356 ~ 34.27%
B 104 of 356 ~ 29.21%

%36.52
%34.27
%29.21

CMYK color model

#827A68 color CMYK value is (0,6,20,49).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 20.00%
  • key color value is 49.02%
CMYK:
(0,6,20,49)
C0M6Y20K49 
(0%,6%,20%,49%)
(0.00/0.06/0.20/0.49)	

CMYK percentages

%0
%6.15
%20
%49.02

Codes

Color #827A68 in popluar color models

827A68
RGB130122104
HSL42°11.11%45.88%
HSB/HSV42°20.00%50.98%
CMYK0.00%6.15%20.00%
49.02%

Color #827A68 in popluar number systems.

HEX827A68
Decimal130122104
Binary1000001011110101101000
Octal202172150

Shades and tints

Shades of #827A68

#827A68
(130,122,104)
#776F5F
(119,111,95)
#6C6456
(108,100,86)
#61594D
(97,89,77)
#564E44
(86,78,68)
#4B433B
(75,67,59)
#403832
(64,56,50)
#352D29
(53,45,41)
#2A2220
(42,34,32)
#1F1717
(31,23,23)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #827A68

#827A68
(130,122,104)
#8D8675
(141,134,117)
#989282
(152,146,130)
#A39E8F
(163,158,143)
#AEAA9C
(174,170,156)
#B9B6A9
(185,182,169)
#C4C2B6
(196,194,182)
#CFCEC3
(207,206,195)
#DADAD0
(218,218,208)
#E5E6DD
(229,230,221)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827A68 color. Also use rgb(130,122,104) instead hex code.

Text Font Color

.myTextColor { color: #827A68; }

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

This text font color is #827A68.


Background Color

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

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

This div background color is #827A68.


Border color

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

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

This div border color is #827A68.


Opacity

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

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

Text with #827A68 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 #827A68;}

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

This text has shadow with #827A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A68 on black background.


Color preview on white background

This text has color #827A68 on white background.



Black color preview on #827A68 background

This text has black color on #827A68 background.


White color preview on #827A68 background

This text has white color on #827A68 background.