COLOR #818766

HEX: #818766
RGB: (129,135,102)

Color info

#818766 contains red, green and blue colors in about the same proportion. Web safe color of #818766 is #999966 (or #996).

RGB color model

#818766 color RGB value is (129,135,102).

  • red value is 129;
  • green value is 135;
  • blue value is 102.
RGB:
(129,135,102)
(51%,53%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 135 of 255 = 53%
B 102 of 255 = 40%

129
135
102

R + G + B ~ 48%. #818766 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 135 + 102 = 366 (100%)
R 129 of 366 ~ 35.25%
G 135 of 366 ~ 36.89%
B 102 of 366 ~ 27.87%

%35.25
%36.89
%27.87

CMYK color model

#818766 color CMYK value is (4,0,24,47).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(4,0,24,47)
C4M0Y24K47 
(4%,0%,24%,47%)
(0.04/0.00/0.24/0.47)	

CMYK percentages

%4.44
%0
%24.44
%47.06

Codes

Color #818766 in popluar color models

818766
RGB129135102
HSL71°13.92%46.47%
HSB/HSV71°24.44%52.94%
CMYK4.44%0.00%24.44%
47.06%

Color #818766 in popluar number systems.

HEX818766
Decimal129135102
Binary10000001100001111100110
Octal201207146

Shades and tints

Shades of #818766

#818766
(129,135,102)
#767B5D
(118,123,93)
#6B6F54
(107,111,84)
#60634B
(96,99,75)
#555742
(85,87,66)
#4A4B39
(74,75,57)
#3F3F30
(63,63,48)
#343327
(52,51,39)
#29271E
(41,39,30)
#1E1B15
(30,27,21)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #818766

#818766
(129,135,102)
#8C9173
(140,145,115)
#979B80
(151,155,128)
#A2A58D
(162,165,141)
#ADAF9A
(173,175,154)
#B8B9A7
(184,185,167)
#C3C3B4
(195,195,180)
#CECDC1
(206,205,193)
#D9D7CE
(217,215,206)
#E4E1DB
(228,225,219)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818766 color. Also use rgb(129,135,102) instead hex code.

Text Font Color

.myTextColor { color: #818766; }

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

This text font color is #818766.


Background Color

.myBgColor { background-color: #818766; }

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

This div background color is #818766.


Border color

.myBorderColor { border: 1px solid #818766; }

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

This div border color is #818766.


Opacity

.myOpacity80 { color: #818766; opacity: 0.8; }

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

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

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

This text has shadow with #818766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818766 on black background.


Color preview on white background

This text has color #818766 on white background.



Black color preview on #818766 background

This text has black color on #818766 background.


White color preview on #818766 background

This text has white color on #818766 background.