COLOR #819B15

HEX: #819B15
RGB: (129,155,21)

Color info

#819B15 contains mainly red and green colors. Web safe color of #819B15 is #999900 (or #990).

RGB color model

#819B15 color RGB value is (129,155,21).

  • red value is 129;
  • green value is 155;
  • blue value is 21.
RGB:
(129,155,21)
(51%,61%,8%)

RGB channels and saturation

R 129 of 255 = 51%
G 155 of 255 = 61%
B 21 of 255 = 8%

129
155
21

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

Portions of RGB colors in percentages

R + G + B =
129 + 155 + 21 = 305 (100%)
R 129 of 305 ~ 42.3%
G 155 of 305 ~ 50.82%
B 21 of 305 ~ 6.89%

%42.3
%50.82

CMYK color model

#819B15 color CMYK value is (17,0,86,39).

  • cyan value is 16.77%
  • magenta value is 0.00%
  • yellow value is 86.45%
  • key color value is 39.22%
CMYK:
(17,0,86,39)
C17M0Y86K39 
(17%,0%,86%,39%)
(0.17/0.00/0.86/0.39)	

CMYK percentages

%16.77
%0
%86.45
%39.22

Codes

Color #819B15 in popluar color models

819B15
RGB12915521
HSL72°76.14%34.51%
HSB/HSV72°86.45%60.78%
CMYK16.77%0.00%86.45%
39.22%

Color #819B15 in popluar number systems.

HEX819B15
Decimal12915521
Binary100000011001101110101
Octal20123325

Shades and tints

Shades of #819B15

#819B15
(129,155,21)
#768D14
(118,141,20)
#6B7F13
(107,127,19)
#607112
(96,113,18)
#556311
(85,99,17)
#4A5510
(74,85,16)
#3F470F
(63,71,15)
#34390E
(52,57,14)
#292B0D
(41,43,13)
#1E1D0C
(30,29,12)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #819B15

#819B15
(129,155,21)
#8CA42A
(140,164,42)
#97AD3F
(151,173,63)
#A2B654
(162,182,84)
#ADBF69
(173,191,105)
#B8C87E
(184,200,126)
#C3D193
(195,209,147)
#CEDAA8
(206,218,168)
#D9E3BD
(217,227,189)
#E4ECD2
(228,236,210)
#EFF5E7
(239,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819B15 color. Also use rgb(129,155,21) instead hex code.

Text Font Color

.myTextColor { color: #819B15; }

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

This text font color is #819B15.


Background Color

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

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

This div background color is #819B15.


Border color

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

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

This div border color is #819B15.


Opacity

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

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

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

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

This text has shadow with #819B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819B15 on black background.


Color preview on white background

This text has color #819B15 on white background.



Black color preview on #819B15 background

This text has black color on #819B15 background.


White color preview on #819B15 background

This text has white color on #819B15 background.