COLOR #818577

HEX: #818577
RGB: (129,133,119)

Color info

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

RGB color model

#818577 color RGB value is (129,133,119).

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

RGB channels and saturation

R 129 of 255 = 51%
G 133 of 255 = 52%
B 119 of 255 = 47%

129
133
119

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

Portions of RGB colors in percentages

R + G + B =
129 + 133 + 119 = 381 (100%)
R 129 of 381 ~ 33.86%
G 133 of 381 ~ 34.91%
B 119 of 381 ~ 31.23%

%33.86
%34.91
%31.23

CMYK color model

#818577 color CMYK value is (3,0,11,48).

  • cyan value is 3.01%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 47.84%
CMYK:
(3,0,11,48)
C3M0Y11K48 
(3%,0%,11%,48%)
(0.03/0.00/0.11/0.48)	

CMYK percentages

%3.01
%0
%10.53
%47.84

Codes

Color #818577 in popluar color models

818577
RGB129133119
HSL77°5.56%49.41%
HSB/HSV77°10.53%52.16%
CMYK3.01%0.00%10.53%
47.84%

Color #818577 in popluar number systems.

HEX818577
Decimal129133119
Binary10000001100001011110111
Octal201205167

Shades and tints

Shades of #818577

#818577
(129,133,119)
#76796D
(118,121,109)
#6B6D63
(107,109,99)
#606159
(96,97,89)
#55554F
(85,85,79)
#4A4945
(74,73,69)
#3F3D3B
(63,61,59)
#343131
(52,49,49)
#292527
(41,37,39)
#1E191D
(30,25,29)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #818577

#818577
(129,133,119)
#8C9083
(140,144,131)
#979B8F
(151,155,143)
#A2A69B
(162,166,155)
#ADB1A7
(173,177,167)
#B8BCB3
(184,188,179)
#C3C7BF
(195,199,191)
#CED2CB
(206,210,203)
#D9DDD7
(217,221,215)
#E4E8E3
(228,232,227)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818577; }

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

This text font color is #818577.


Background Color

.myBgColor { background-color: #818577; }

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

This div background color is #818577.


Border color

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

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

This div border color is #818577.


Opacity

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

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

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

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

This text has shadow with #818577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818577 on black background.


Color preview on white background

This text has color #818577 on white background.



Black color preview on #818577 background

This text has black color on #818577 background.


White color preview on #818577 background

This text has white color on #818577 background.