COLOR #818475

HEX: #818475
RGB: (129,132,117)

Color info

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

RGB color model

#818475 color RGB value is (129,132,117).

  • red value is 129;
  • green value is 132;
  • blue value is 117.
RGB:
(129,132,117)
(51%,52%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 132 of 255 = 52%
B 117 of 255 = 46%

129
132
117

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

Portions of RGB colors in percentages

R + G + B =
129 + 132 + 117 = 378 (100%)
R 129 of 378 ~ 34.13%
G 132 of 378 ~ 34.92%
B 117 of 378 ~ 30.95%

%34.13
%34.92
%30.95

CMYK color model

#818475 color CMYK value is (2,0,11,48).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(2,0,11,48)
C2M0Y11K48 
(2%,0%,11%,48%)
(0.02/0.00/0.11/0.48)	

CMYK percentages

%2.27
%0
%11.36
%48.24

Codes

Color #818475 in popluar color models

818475
RGB129132117
HSL72°6.02%48.82%
HSB/HSV72°11.36%51.76%
CMYK2.27%0.00%11.36%
48.24%

Color #818475 in popluar number systems.

HEX818475
Decimal129132117
Binary10000001100001001110101
Octal201204165

Shades and tints

Shades of #818475

#818475
(129,132,117)
#76786B
(118,120,107)
#6B6C61
(107,108,97)
#606057
(96,96,87)
#55544D
(85,84,77)
#4A4843
(74,72,67)
#3F3C39
(63,60,57)
#34302F
(52,48,47)
#292425
(41,36,37)
#1E181B
(30,24,27)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #818475

#818475
(129,132,117)
#8C8F81
(140,143,129)
#979A8D
(151,154,141)
#A2A599
(162,165,153)
#ADB0A5
(173,176,165)
#B8BBB1
(184,187,177)
#C3C6BD
(195,198,189)
#CED1C9
(206,209,201)
#D9DCD5
(217,220,213)
#E4E7E1
(228,231,225)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818475 color. Also use rgb(129,132,117) instead hex code.

Text Font Color

.myTextColor { color: #818475; }

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

This text font color is #818475.


Background Color

.myBgColor { background-color: #818475; }

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

This div background color is #818475.


Border color

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

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

This div border color is #818475.


Opacity

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

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

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

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

This text has shadow with #818475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818475 on black background.


Color preview on white background

This text has color #818475 on white background.



Black color preview on #818475 background

This text has black color on #818475 background.


White color preview on #818475 background

This text has white color on #818475 background.