COLOR #819939

HEX: #819939
RGB: (129,153,57)

Color info

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

RGB color model

#819939 color RGB value is (129,153,57).

  • red value is 129;
  • green value is 153;
  • blue value is 57.
RGB:
(129,153,57)
(51%,60%,22%)

RGB channels and saturation

R 129 of 255 = 51%
G 153 of 255 = 60%
B 57 of 255 = 22%

129
153
57

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

Portions of RGB colors in percentages

R + G + B =
129 + 153 + 57 = 339 (100%)
R 129 of 339 ~ 38.05%
G 153 of 339 ~ 45.13%
B 57 of 339 ~ 16.81%

%38.05
%45.13
%16.81

CMYK color model

#819939 color CMYK value is (16,0,63,40).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 40.00%
CMYK:
(16,0,63,40)
C16M0Y63K40 
(16%,0%,63%,40%)
(0.16/0.00/0.63/0.40)	

CMYK percentages

%15.69
%0
%62.75
%40

Codes

Color #819939 in popluar color models

819939
RGB12915357
HSL75°45.71%41.18%
HSB/HSV75°62.75%60.00%
CMYK15.69%0.00%62.75%
40.00%

Color #819939 in popluar number systems.

HEX819939
Decimal12915357
Binary1000000110011001111001
Octal20123171

Shades and tints

Shades of #819939

#819939
(129,153,57)
#768C34
(118,140,52)
#6B7F2F
(107,127,47)
#60722A
(96,114,42)
#556525
(85,101,37)
#4A5820
(74,88,32)
#3F4B1B
(63,75,27)
#343E16
(52,62,22)
#293111
(41,49,17)
#1E240C
(30,36,12)
#131707
(19,23,7)
#000000
(0,0,0)

Tints of #819939

#819939
(129,153,57)
#8CA24B
(140,162,75)
#97AB5D
(151,171,93)
#A2B46F
(162,180,111)
#ADBD81
(173,189,129)
#B8C693
(184,198,147)
#C3CFA5
(195,207,165)
#CED8B7
(206,216,183)
#D9E1C9
(217,225,201)
#E4EADB
(228,234,219)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819939 color. Also use rgb(129,153,57) instead hex code.

Text Font Color

.myTextColor { color: #819939; }

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

This text font color is #819939.


Background Color

.myBgColor { background-color: #819939; }

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

This div background color is #819939.


Border color

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

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

This div border color is #819939.


Opacity

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

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

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

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

This text has shadow with #819939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819939 on black background.


Color preview on white background

This text has color #819939 on white background.



Black color preview on #819939 background

This text has black color on #819939 background.


White color preview on #819939 background

This text has white color on #819939 background.