COLOR #818242

HEX: #818242
RGB: (129,130,66)

Color info

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

RGB color model

#818242 color RGB value is (129,130,66).

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

RGB channels and saturation

R 129 of 255 = 51%
G 130 of 255 = 51%
B 66 of 255 = 26%

129
130
66

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

Portions of RGB colors in percentages

R + G + B =
129 + 130 + 66 = 325 (100%)
R 129 of 325 ~ 39.69%
G 130 of 325 ~ 40%
B 66 of 325 ~ 20.31%

%39.69
%40
%20.31

CMYK color model

#818242 color CMYK value is (1,0,49,49).

  • cyan value is 0.77%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 49.02%
CMYK:
(1,0,49,49)
C1M0Y49K49 
(1%,0%,49%,49%)
(0.01/0.00/0.49/0.49)	

CMYK percentages

%0.77
%0
%49.23
%49.02

Codes

Color #818242 in popluar color models

818242
RGB12913066
HSL61°32.65%38.43%
HSB/HSV61°49.23%50.98%
CMYK0.77%0.00%49.23%
49.02%

Color #818242 in popluar number systems.

HEX818242
Decimal12913066
Binary10000001100000101000010
Octal201202102

Shades and tints

Shades of #818242

#818242
(129,130,66)
#76773C
(118,119,60)
#6B6C36
(107,108,54)
#606130
(96,97,48)
#55562A
(85,86,42)
#4A4B24
(74,75,36)
#3F401E
(63,64,30)
#343518
(52,53,24)
#292A12
(41,42,18)
#1E1F0C
(30,31,12)
#131406
(19,20,6)
#000000
(0,0,0)

Tints of #818242

#818242
(129,130,66)
#8C8D53
(140,141,83)
#979864
(151,152,100)
#A2A375
(162,163,117)
#ADAE86
(173,174,134)
#B8B997
(184,185,151)
#C3C4A8
(195,196,168)
#CECFB9
(206,207,185)
#D9DACA
(217,218,202)
#E4E5DB
(228,229,219)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818242; }

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

This text font color is #818242.


Background Color

.myBgColor { background-color: #818242; }

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

This div background color is #818242.


Border color

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

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

This div border color is #818242.


Opacity

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

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

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

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

This text has shadow with #818242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818242 on black background.


Color preview on white background

This text has color #818242 on white background.



Black color preview on #818242 background

This text has black color on #818242 background.


White color preview on #818242 background

This text has white color on #818242 background.