COLOR #819076

HEX: #819076
RGB: (129,144,118)

Color info

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

RGB color model

#819076 color RGB value is (129,144,118).

  • red value is 129;
  • green value is 144;
  • blue value is 118.
RGB:
(129,144,118)
(51%,56%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 144 of 255 = 56%
B 118 of 255 = 46%

129
144
118

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

Portions of RGB colors in percentages

R + G + B =
129 + 144 + 118 = 391 (100%)
R 129 of 391 ~ 32.99%
G 144 of 391 ~ 36.83%
B 118 of 391 ~ 30.18%

%32.99
%36.83
%30.18

CMYK color model

#819076 color CMYK value is (10,0,18,44).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 43.53%
CMYK:
(10,0,18,44)
C10M0Y18K44 
(10%,0%,18%,44%)
(0.10/0.00/0.18/0.44)	

CMYK percentages

%10.42
%0
%18.06
%43.53

Codes

Color #819076 in popluar color models

819076
RGB129144118
HSL95°10.48%51.37%
HSB/HSV95°18.06%56.47%
CMYK10.42%0.00%18.06%
43.53%

Color #819076 in popluar number systems.

HEX819076
Decimal129144118
Binary10000001100100001110110
Octal201220166

Shades and tints

Shades of #819076

#819076
(129,144,118)
#76836C
(118,131,108)
#6B7662
(107,118,98)
#606958
(96,105,88)
#555C4E
(85,92,78)
#4A4F44
(74,79,68)
#3F423A
(63,66,58)
#343530
(52,53,48)
#292826
(41,40,38)
#1E1B1C
(30,27,28)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #819076

#819076
(129,144,118)
#8C9A82
(140,154,130)
#97A48E
(151,164,142)
#A2AE9A
(162,174,154)
#ADB8A6
(173,184,166)
#B8C2B2
(184,194,178)
#C3CCBE
(195,204,190)
#CED6CA
(206,214,202)
#D9E0D6
(217,224,214)
#E4EAE2
(228,234,226)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819076 color. Also use rgb(129,144,118) instead hex code.

Text Font Color

.myTextColor { color: #819076; }

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

This text font color is #819076.


Background Color

.myBgColor { background-color: #819076; }

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

This div background color is #819076.


Border color

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

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

This div border color is #819076.


Opacity

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

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

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

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

This text has shadow with #819076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819076 on black background.


Color preview on white background

This text has color #819076 on white background.



Black color preview on #819076 background

This text has black color on #819076 background.


White color preview on #819076 background

This text has white color on #819076 background.