COLOR #818557

HEX: #818557
RGB: (129,133,87)

Color info

#818557 contains red, green and blue colors in about the same proportion. Web safe color of #818557 is #999966 (or #996).

RGB color model

#818557 color RGB value is (129,133,87).

  • red value is 129;
  • green value is 133;
  • blue value is 87.
RGB:
(129,133,87)
(51%,52%,34%)

RGB channels and saturation

R 129 of 255 = 51%
G 133 of 255 = 52%
B 87 of 255 = 34%

129
133
87

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

Portions of RGB colors in percentages

R + G + B =
129 + 133 + 87 = 349 (100%)
R 129 of 349 ~ 36.96%
G 133 of 349 ~ 38.11%
B 87 of 349 ~ 24.93%

%36.96
%38.11
%24.93

CMYK color model

#818557 color CMYK value is (3,0,35,48).

  • cyan value is 3.01%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 47.84%
CMYK:
(3,0,35,48)
C3M0Y35K48 
(3%,0%,35%,48%)
(0.03/0.00/0.35/0.48)	

CMYK percentages

%3.01
%0
%34.59
%47.84

Codes

Color #818557 in popluar color models

818557
RGB12913387
HSL65°20.91%43.14%
HSB/HSV65°34.59%52.16%
CMYK3.01%0.00%34.59%
47.84%

Color #818557 in popluar number systems.

HEX818557
Decimal12913387
Binary10000001100001011010111
Octal201205127

Shades and tints

Shades of #818557

#818557
(129,133,87)
#767950
(118,121,80)
#6B6D49
(107,109,73)
#606142
(96,97,66)
#55553B
(85,85,59)
#4A4934
(74,73,52)
#3F3D2D
(63,61,45)
#343126
(52,49,38)
#29251F
(41,37,31)
#1E1918
(30,25,24)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #818557

#818557
(129,133,87)
#8C9066
(140,144,102)
#979B75
(151,155,117)
#A2A684
(162,166,132)
#ADB193
(173,177,147)
#B8BCA2
(184,188,162)
#C3C7B1
(195,199,177)
#CED2C0
(206,210,192)
#D9DDCF
(217,221,207)
#E4E8DE
(228,232,222)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818557 color. Also use rgb(129,133,87) instead hex code.

Text Font Color

.myTextColor { color: #818557; }

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

This text font color is #818557.


Background Color

.myBgColor { background-color: #818557; }

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

This div background color is #818557.


Border color

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

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

This div border color is #818557.


Opacity

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

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

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

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

This text has shadow with #818557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818557 on black background.


Color preview on white background

This text has color #818557 on white background.



Black color preview on #818557 background

This text has black color on #818557 background.


White color preview on #818557 background

This text has white color on #818557 background.