COLOR #818866

HEX: #818866
RGB: (129,136,102)

Color info

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

RGB color model

#818866 color RGB value is (129,136,102).

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

RGB channels and saturation

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

129
136
102

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

Portions of RGB colors in percentages

R + G + B =
129 + 136 + 102 = 367 (100%)
R 129 of 367 ~ 35.15%
G 136 of 367 ~ 37.06%
B 102 of 367 ~ 27.79%

%35.15
%37.06
%27.79

CMYK color model

#818866 color CMYK value is (5,0,25,47).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(5,0,25,47)
C5M0Y25K47 
(5%,0%,25%,47%)
(0.05/0.00/0.25/0.47)	

CMYK percentages

%5.15
%0
%25
%46.67

Codes

Color #818866 in popluar color models

818866
RGB129136102
HSL72°14.29%46.67%
HSB/HSV72°25.00%53.33%
CMYK5.15%0.00%25.00%
46.67%

Color #818866 in popluar number systems.

HEX818866
Decimal129136102
Binary10000001100010001100110
Octal201210146

Shades and tints

Shades of #818866

#818866
(129,136,102)
#767C5D
(118,124,93)
#6B7054
(107,112,84)
#60644B
(96,100,75)
#555842
(85,88,66)
#4A4C39
(74,76,57)
#3F4030
(63,64,48)
#343427
(52,52,39)
#29281E
(41,40,30)
#1E1C15
(30,28,21)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #818866

#818866
(129,136,102)
#8C9273
(140,146,115)
#979C80
(151,156,128)
#A2A68D
(162,166,141)
#ADB09A
(173,176,154)
#B8BAA7
(184,186,167)
#C3C4B4
(195,196,180)
#CECEC1
(206,206,193)
#D9D8CE
(217,216,206)
#E4E2DB
(228,226,219)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818866; }

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

This text font color is #818866.


Background Color

.myBgColor { background-color: #818866; }

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

This div background color is #818866.


Border color

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

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

This div border color is #818866.


Opacity

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

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

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

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

This text has shadow with #818866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818866 on black background.


Color preview on white background

This text has color #818866 on white background.



Black color preview on #818866 background

This text has black color on #818866 background.


White color preview on #818866 background

This text has white color on #818866 background.