COLOR #819166

HEX: #819166
RGB: (129,145,102)

Color info

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

RGB color model

#819166 color RGB value is (129,145,102).

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

RGB channels and saturation

R 129 of 255 = 51%
G 145 of 255 = 57%
B 102 of 255 = 40%

129
145
102

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

Portions of RGB colors in percentages

R + G + B =
129 + 145 + 102 = 376 (100%)
R 129 of 376 ~ 34.31%
G 145 of 376 ~ 38.56%
B 102 of 376 ~ 27.13%

%34.31
%38.56
%27.13

CMYK color model

#819166 color CMYK value is (11,0,30,43).

  • cyan value is 11.03%
  • magenta value is 0.00%
  • yellow value is 29.66%
  • key color value is 43.14%
CMYK:
(11,0,30,43)
C11M0Y30K43 
(11%,0%,30%,43%)
(0.11/0.00/0.30/0.43)	

CMYK percentages

%11.03
%0
%29.66
%43.14

Codes

Color #819166 in popluar color models

819166
RGB129145102
HSL82°17.41%48.43%
HSB/HSV82°29.66%56.86%
CMYK11.03%0.00%29.66%
43.14%

Color #819166 in popluar number systems.

HEX819166
Decimal129145102
Binary10000001100100011100110
Octal201221146

Shades and tints

Shades of #819166

#819166
(129,145,102)
#76845D
(118,132,93)
#6B7754
(107,119,84)
#606A4B
(96,106,75)
#555D42
(85,93,66)
#4A5039
(74,80,57)
#3F4330
(63,67,48)
#343627
(52,54,39)
#29291E
(41,41,30)
#1E1C15
(30,28,21)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #819166

#819166
(129,145,102)
#8C9B73
(140,155,115)
#97A580
(151,165,128)
#A2AF8D
(162,175,141)
#ADB99A
(173,185,154)
#B8C3A7
(184,195,167)
#C3CDB4
(195,205,180)
#CED7C1
(206,215,193)
#D9E1CE
(217,225,206)
#E4EBDB
(228,235,219)
#EFF5E8
(239,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819166; }

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

This text font color is #819166.


Background Color

.myBgColor { background-color: #819166; }

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

This div background color is #819166.


Border color

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

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

This div border color is #819166.


Opacity

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

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

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

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

This text has shadow with #819166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819166 on black background.


Color preview on white background

This text has color #819166 on white background.



Black color preview on #819166 background

This text has black color on #819166 background.


White color preview on #819166 background

This text has white color on #819166 background.