COLOR #819E3B

HEX: #819E3B
RGB: (129,158,59)

Color info

#819E3B contains mainly red and green colors. Web safe color of #819E3B is #999933 (or #993).

RGB color model

#819E3B color RGB value is (129,158,59).

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

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 59 of 255 = 23%

129
158
59

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

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 59 = 346 (100%)
R 129 of 346 ~ 37.28%
G 158 of 346 ~ 45.66%
B 59 of 346 ~ 17.05%

%37.28
%45.66
%17.05

CMYK color model

#819E3B color CMYK value is (18,0,63,38).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 62.66%
  • key color value is 38.04%
CMYK:
(18,0,63,38)
C18M0Y63K38 
(18%,0%,63%,38%)
(0.18/0.00/0.63/0.38)	

CMYK percentages

%18.35
%0
%62.66
%38.04

Codes

Color #819E3B in popluar color models

819E3B
RGB12915859
HSL78°45.62%42.55%
HSB/HSV78°62.66%61.96%
CMYK18.35%0.00%62.66%
38.04%

Color #819E3B in popluar number systems.

HEX819E3B
Decimal12915859
Binary1000000110011110111011
Octal20123673

Shades and tints

Shades of #819E3B

#819E3B
(129,158,59)
#769036
(118,144,54)
#6B8231
(107,130,49)
#60742C
(96,116,44)
#556627
(85,102,39)
#4A5822
(74,88,34)
#3F4A1D
(63,74,29)
#343C18
(52,60,24)
#292E13
(41,46,19)
#1E200E
(30,32,14)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #819E3B

#819E3B
(129,158,59)
#8CA64C
(140,166,76)
#97AE5D
(151,174,93)
#A2B66E
(162,182,110)
#ADBE7F
(173,190,127)
#B8C690
(184,198,144)
#C3CEA1
(195,206,161)
#CED6B2
(206,214,178)
#D9DEC3
(217,222,195)
#E4E6D4
(228,230,212)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819E3B; }

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

This text font color is #819E3B.


Background Color

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

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

This div background color is #819E3B.


Border color

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

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

This div border color is #819E3B.


Opacity

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

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

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

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

This text has shadow with #819E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819E3B on black background.


Color preview on white background

This text has color #819E3B on white background.



Black color preview on #819E3B background

This text has black color on #819E3B background.


White color preview on #819E3B background

This text has white color on #819E3B background.