COLOR #819A59

HEX: #819A59
RGB: (129,154,89)

Color info

#819A59 contains mainly red and green colors. Web safe color of #819A59 is #999966 (or #996).

RGB color model

#819A59 color RGB value is (129,154,89).

  • red value is 129;
  • green value is 154;
  • blue value is 89.
RGB:
(129,154,89)
(51%,60%,35%)

RGB channels and saturation

R 129 of 255 = 51%
G 154 of 255 = 60%
B 89 of 255 = 35%

129
154
89

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

Portions of RGB colors in percentages

R + G + B =
129 + 154 + 89 = 372 (100%)
R 129 of 372 ~ 34.68%
G 154 of 372 ~ 41.4%
B 89 of 372 ~ 23.92%

%34.68
%41.4
%23.92

CMYK color model

#819A59 color CMYK value is (16,0,42,40).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 42.21%
  • key color value is 39.61%
CMYK:
(16,0,42,40)
C16M0Y42K40 
(16%,0%,42%,40%)
(0.16/0.00/0.42/0.40)	

CMYK percentages

%16.23
%0
%42.21
%39.61

Codes

Color #819A59 in popluar color models

819A59
RGB12915489
HSL83°26.75%47.65%
HSB/HSV83°42.21%60.39%
CMYK16.23%0.00%42.21%
39.61%

Color #819A59 in popluar number systems.

HEX819A59
Decimal12915489
Binary10000001100110101011001
Octal201232131

Shades and tints

Shades of #819A59

#819A59
(129,154,89)
#768C51
(118,140,81)
#6B7E49
(107,126,73)
#607041
(96,112,65)
#556239
(85,98,57)
#4A5431
(74,84,49)
#3F4629
(63,70,41)
#343821
(52,56,33)
#292A19
(41,42,25)
#1E1C11
(30,28,17)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #819A59

#819A59
(129,154,89)
#8CA368
(140,163,104)
#97AC77
(151,172,119)
#A2B586
(162,181,134)
#ADBE95
(173,190,149)
#B8C7A4
(184,199,164)
#C3D0B3
(195,208,179)
#CED9C2
(206,217,194)
#D9E2D1
(217,226,209)
#E4EBE0
(228,235,224)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819A59 color. Also use rgb(129,154,89) instead hex code.

Text Font Color

.myTextColor { color: #819A59; }

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

This text font color is #819A59.


Background Color

.myBgColor { background-color: #819A59; }

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

This div background color is #819A59.


Border color

.myBorderColor { border: 1px solid #819A59; }

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

This div border color is #819A59.


Opacity

.myOpacity80 { color: #819A59; opacity: 0.8; }

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

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

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

This text has shadow with #819A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819A59 on black background.


Color preview on white background

This text has color #819A59 on white background.



Black color preview on #819A59 background

This text has black color on #819A59 background.


White color preview on #819A59 background

This text has white color on #819A59 background.