COLOR #819E5E

HEX: #819E5E
RGB: (129,158,94)

Color info

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

RGB color model

#819E5E color RGB value is (129,158,94).

  • red value is 129;
  • green value is 158;
  • blue value is 94.
RGB:
(129,158,94)
(51%,62%,37%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 94 of 255 = 37%

129
158
94

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

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 94 = 381 (100%)
R 129 of 381 ~ 33.86%
G 158 of 381 ~ 41.47%
B 94 of 381 ~ 24.67%

%33.86
%41.47
%24.67

CMYK color model

#819E5E color CMYK value is (18,0,41,38).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 38.04%
CMYK:
(18,0,41,38)
C18M0Y41K38 
(18%,0%,41%,38%)
(0.18/0.00/0.41/0.38)	

CMYK percentages

%18.35
%0
%40.51
%38.04

Codes

Color #819E5E in popluar color models

819E5E
RGB12915894
HSL87°25.40%49.41%
HSB/HSV87°40.51%61.96%
CMYK18.35%0.00%40.51%
38.04%

Color #819E5E in popluar number systems.

HEX819E5E
Decimal12915894
Binary10000001100111101011110
Octal201236136

Shades and tints

Shades of #819E5E

#819E5E
(129,158,94)
#769056
(118,144,86)
#6B824E
(107,130,78)
#607446
(96,116,70)
#55663E
(85,102,62)
#4A5836
(74,88,54)
#3F4A2E
(63,74,46)
#343C26
(52,60,38)
#292E1E
(41,46,30)
#1E2016
(30,32,22)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #819E5E

#819E5E
(129,158,94)
#8CA66C
(140,166,108)
#97AE7A
(151,174,122)
#A2B688
(162,182,136)
#ADBE96
(173,190,150)
#B8C6A4
(184,198,164)
#C3CEB2
(195,206,178)
#CED6C0
(206,214,192)
#D9DECE
(217,222,206)
#E4E6DC
(228,230,220)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819E5E color. Also use rgb(129,158,94) instead hex code.

Text Font Color

.myTextColor { color: #819E5E; }

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

This text font color is #819E5E.


Background Color

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

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

This div background color is #819E5E.


Border color

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

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

This div border color is #819E5E.


Opacity

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

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

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

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

This text has shadow with #819E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819E5E on black background.


Color preview on white background

This text has color #819E5E on white background.



Black color preview on #819E5E background

This text has black color on #819E5E background.


White color preview on #819E5E background

This text has white color on #819E5E background.