COLOR #819370

HEX: #819370
RGB: (129,147,112)

Color info

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

RGB color model

#819370 color RGB value is (129,147,112).

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

RGB channels and saturation

R 129 of 255 = 51%
G 147 of 255 = 58%
B 112 of 255 = 44%

129
147
112

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

Portions of RGB colors in percentages

R + G + B =
129 + 147 + 112 = 388 (100%)
R 129 of 388 ~ 33.25%
G 147 of 388 ~ 37.89%
B 112 of 388 ~ 28.87%

%33.25
%37.89
%28.87

CMYK color model

#819370 color CMYK value is (12,0,24,42).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 42.35%
CMYK:
(12,0,24,42)
C12M0Y24K42 
(12%,0%,24%,42%)
(0.12/0.00/0.24/0.42)	

CMYK percentages

%12.24
%0
%23.81
%42.35

Codes

Color #819370 in popluar color models

819370
RGB129147112
HSL91°13.94%50.78%
HSB/HSV91°23.81%57.65%
CMYK12.24%0.00%23.81%
42.35%

Color #819370 in popluar number systems.

HEX819370
Decimal129147112
Binary10000001100100111110000
Octal201223160

Shades and tints

Shades of #819370

#819370
(129,147,112)
#768666
(118,134,102)
#6B795C
(107,121,92)
#606C52
(96,108,82)
#555F48
(85,95,72)
#4A523E
(74,82,62)
#3F4534
(63,69,52)
#34382A
(52,56,42)
#292B20
(41,43,32)
#1E1E16
(30,30,22)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #819370

#819370
(129,147,112)
#8C9C7D
(140,156,125)
#97A58A
(151,165,138)
#A2AE97
(162,174,151)
#ADB7A4
(173,183,164)
#B8C0B1
(184,192,177)
#C3C9BE
(195,201,190)
#CED2CB
(206,210,203)
#D9DBD8
(217,219,216)
#E4E4E5
(228,228,229)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819370; }

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

This text font color is #819370.


Background Color

.myBgColor { background-color: #819370; }

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

This div background color is #819370.


Border color

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

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

This div border color is #819370.


Opacity

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

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

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

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

This text has shadow with #819370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819370 on black background.


Color preview on white background

This text has color #819370 on white background.



Black color preview on #819370 background

This text has black color on #819370 background.


White color preview on #819370 background

This text has white color on #819370 background.