COLOR #819142

HEX: #819142
RGB: (129,145,66)

Color info

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

RGB color model

#819142 color RGB value is (129,145,66).

  • red value is 129;
  • green value is 145;
  • blue value is 66.
RGB:
(129,145,66)
(51%,57%,26%)

RGB channels and saturation

R 129 of 255 = 51%
G 145 of 255 = 57%
B 66 of 255 = 26%

129
145
66

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

Portions of RGB colors in percentages

R + G + B =
129 + 145 + 66 = 340 (100%)
R 129 of 340 ~ 37.94%
G 145 of 340 ~ 42.65%
B 66 of 340 ~ 19.41%

%37.94
%42.65
%19.41

CMYK color model

#819142 color CMYK value is (11,0,54,43).

  • cyan value is 11.03%
  • magenta value is 0.00%
  • yellow value is 54.48%
  • key color value is 43.14%
CMYK:
(11,0,54,43)
C11M0Y54K43 
(11%,0%,54%,43%)
(0.11/0.00/0.54/0.43)	

CMYK percentages

%11.03
%0
%54.48
%43.14

Codes

Color #819142 in popluar color models

819142
RGB12914566
HSL72°37.44%41.37%
HSB/HSV72°54.48%56.86%
CMYK11.03%0.00%54.48%
43.14%

Color #819142 in popluar number systems.

HEX819142
Decimal12914566
Binary10000001100100011000010
Octal201221102

Shades and tints

Shades of #819142

#819142
(129,145,66)
#76843C
(118,132,60)
#6B7736
(107,119,54)
#606A30
(96,106,48)
#555D2A
(85,93,42)
#4A5024
(74,80,36)
#3F431E
(63,67,30)
#343618
(52,54,24)
#292912
(41,41,18)
#1E1C0C
(30,28,12)
#130F06
(19,15,6)
#000000
(0,0,0)

Tints of #819142

#819142
(129,145,66)
#8C9B53
(140,155,83)
#97A564
(151,165,100)
#A2AF75
(162,175,117)
#ADB986
(173,185,134)
#B8C397
(184,195,151)
#C3CDA8
(195,205,168)
#CED7B9
(206,215,185)
#D9E1CA
(217,225,202)
#E4EBDB
(228,235,219)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819142 color. Also use rgb(129,145,66) instead hex code.

Text Font Color

.myTextColor { color: #819142; }

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

This text font color is #819142.


Background Color

.myBgColor { background-color: #819142; }

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

This div background color is #819142.


Border color

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

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

This div border color is #819142.


Opacity

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

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

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

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

This text has shadow with #819142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819142 on black background.


Color preview on white background

This text has color #819142 on white background.



Black color preview on #819142 background

This text has black color on #819142 background.


White color preview on #819142 background

This text has white color on #819142 background.