COLOR #819376

HEX: #819376
RGB: (129,147,118)

Color info

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

RGB color model

#819376 color RGB value is (129,147,118).

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

RGB channels and saturation

R 129 of 255 = 51%
G 147 of 255 = 58%
B 118 of 255 = 46%

129
147
118

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

Portions of RGB colors in percentages

R + G + B =
129 + 147 + 118 = 394 (100%)
R 129 of 394 ~ 32.74%
G 147 of 394 ~ 37.31%
B 118 of 394 ~ 29.95%

%32.74
%37.31
%29.95

CMYK color model

#819376 color CMYK value is (12,0,20,42).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 42.35%
CMYK:
(12,0,20,42)
C12M0Y20K42 
(12%,0%,20%,42%)
(0.12/0.00/0.20/0.42)	

CMYK percentages

%12.24
%0
%19.73
%42.35

Codes

Color #819376 in popluar color models

819376
RGB129147118
HSL97°11.84%51.96%
HSB/HSV97°19.73%57.65%
CMYK12.24%0.00%19.73%
42.35%

Color #819376 in popluar number systems.

HEX819376
Decimal129147118
Binary10000001100100111110110
Octal201223166

Shades and tints

Shades of #819376

#819376
(129,147,118)
#76866C
(118,134,108)
#6B7962
(107,121,98)
#606C58
(96,108,88)
#555F4E
(85,95,78)
#4A5244
(74,82,68)
#3F453A
(63,69,58)
#343830
(52,56,48)
#292B26
(41,43,38)
#1E1E1C
(30,30,28)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #819376

#819376
(129,147,118)
#8C9C82
(140,156,130)
#97A58E
(151,165,142)
#A2AE9A
(162,174,154)
#ADB7A6
(173,183,166)
#B8C0B2
(184,192,178)
#C3C9BE
(195,201,190)
#CED2CA
(206,210,202)
#D9DBD6
(217,219,214)
#E4E4E2
(228,228,226)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819376; }

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

This text font color is #819376.


Background Color

.myBgColor { background-color: #819376; }

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

This div background color is #819376.


Border color

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

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

This div border color is #819376.


Opacity

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

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

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

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

This text has shadow with #819376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819376 on black background.


Color preview on white background

This text has color #819376 on white background.



Black color preview on #819376 background

This text has black color on #819376 background.


White color preview on #819376 background

This text has white color on #819376 background.