COLOR #819377

HEX: #819377
RGB: (129,147,119)

Color info

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

RGB color model

#819377 color RGB value is (129,147,119).

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

RGB channels and saturation

R 129 of 255 = 51%
G 147 of 255 = 58%
B 119 of 255 = 47%

129
147
119

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

Portions of RGB colors in percentages

R + G + B =
129 + 147 + 119 = 395 (100%)
R 129 of 395 ~ 32.66%
G 147 of 395 ~ 37.22%
B 119 of 395 ~ 30.13%

%32.66
%37.22
%30.13

CMYK color model

#819377 color CMYK value is (12,0,19,42).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 42.35%
CMYK:
(12,0,19,42)
C12M0Y19K42 
(12%,0%,19%,42%)
(0.12/0.00/0.19/0.42)	

CMYK percentages

%12.24
%0
%19.05
%42.35

Codes

Color #819377 in popluar color models

819377
RGB129147119
HSL99°11.48%52.16%
HSB/HSV99°19.05%57.65%
CMYK12.24%0.00%19.05%
42.35%

Color #819377 in popluar number systems.

HEX819377
Decimal129147119
Binary10000001100100111110111
Octal201223167

Shades and tints

Shades of #819377

#819377
(129,147,119)
#76866D
(118,134,109)
#6B7963
(107,121,99)
#606C59
(96,108,89)
#555F4F
(85,95,79)
#4A5245
(74,82,69)
#3F453B
(63,69,59)
#343831
(52,56,49)
#292B27
(41,43,39)
#1E1E1D
(30,30,29)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #819377

#819377
(129,147,119)
#8C9C83
(140,156,131)
#97A58F
(151,165,143)
#A2AE9B
(162,174,155)
#ADB7A7
(173,183,167)
#B8C0B3
(184,192,179)
#C3C9BF
(195,201,191)
#CED2CB
(206,210,203)
#D9DBD7
(217,219,215)
#E4E4E3
(228,228,227)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819377; }

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

This text font color is #819377.


Background Color

.myBgColor { background-color: #819377; }

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

This div background color is #819377.


Border color

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

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

This div border color is #819377.


Opacity

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

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

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

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

This text has shadow with #819377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819377 on black background.


Color preview on white background

This text has color #819377 on white background.



Black color preview on #819377 background

This text has black color on #819377 background.


White color preview on #819377 background

This text has white color on #819377 background.