COLOR #818642

HEX: #818642
RGB: (129,134,66)

Color info

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

RGB color model

#818642 color RGB value is (129,134,66).

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

RGB channels and saturation

R 129 of 255 = 51%
G 134 of 255 = 53%
B 66 of 255 = 26%

129
134
66

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

Portions of RGB colors in percentages

R + G + B =
129 + 134 + 66 = 329 (100%)
R 129 of 329 ~ 39.21%
G 134 of 329 ~ 40.73%
B 66 of 329 ~ 20.06%

%39.21
%40.73
%20.06

CMYK color model

#818642 color CMYK value is (4,0,51,47).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 47.45%
CMYK:
(4,0,51,47)
C4M0Y51K47 
(4%,0%,51%,47%)
(0.04/0.00/0.51/0.47)	

CMYK percentages

%3.73
%0
%50.75
%47.45

Codes

Color #818642 in popluar color models

818642
RGB12913466
HSL64°34.00%39.22%
HSB/HSV64°50.75%52.55%
CMYK3.73%0.00%50.75%
47.45%

Color #818642 in popluar number systems.

HEX818642
Decimal12913466
Binary10000001100001101000010
Octal201206102

Shades and tints

Shades of #818642

#818642
(129,134,66)
#767A3C
(118,122,60)
#6B6E36
(107,110,54)
#606230
(96,98,48)
#55562A
(85,86,42)
#4A4A24
(74,74,36)
#3F3E1E
(63,62,30)
#343218
(52,50,24)
#292612
(41,38,18)
#1E1A0C
(30,26,12)
#130E06
(19,14,6)
#000000
(0,0,0)

Tints of #818642

#818642
(129,134,66)
#8C9153
(140,145,83)
#979C64
(151,156,100)
#A2A775
(162,167,117)
#ADB286
(173,178,134)
#B8BD97
(184,189,151)
#C3C8A8
(195,200,168)
#CED3B9
(206,211,185)
#D9DECA
(217,222,202)
#E4E9DB
(228,233,219)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818642; }

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

This text font color is #818642.


Background Color

.myBgColor { background-color: #818642; }

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

This div background color is #818642.


Border color

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

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

This div border color is #818642.


Opacity

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

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

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

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

This text has shadow with #818642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818642 on black background.


Color preview on white background

This text has color #818642 on white background.



Black color preview on #818642 background

This text has black color on #818642 background.


White color preview on #818642 background

This text has white color on #818642 background.