COLOR #818770

HEX: #818770
RGB: (129,135,112)

Color info

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

RGB color model

#818770 color RGB value is (129,135,112).

  • red value is 129;
  • green value is 135;
  • blue value is 112.
RGB:
(129,135,112)
(51%,53%,44%)

RGB channels and saturation

R 129 of 255 = 51%
G 135 of 255 = 53%
B 112 of 255 = 44%

129
135
112

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

Portions of RGB colors in percentages

R + G + B =
129 + 135 + 112 = 376 (100%)
R 129 of 376 ~ 34.31%
G 135 of 376 ~ 35.9%
B 112 of 376 ~ 29.79%

%34.31
%35.9
%29.79

CMYK color model

#818770 color CMYK value is (4,0,17,47).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK:
(4,0,17,47)
C4M0Y17K47 
(4%,0%,17%,47%)
(0.04/0.00/0.17/0.47)	

CMYK percentages

%4.44
%0
%17.04
%47.06

Codes

Color #818770 in popluar color models

818770
RGB129135112
HSL76°9.31%48.43%
HSB/HSV76°17.04%52.94%
CMYK4.44%0.00%17.04%
47.06%

Color #818770 in popluar number systems.

HEX818770
Decimal129135112
Binary10000001100001111110000
Octal201207160

Shades and tints

Shades of #818770

#818770
(129,135,112)
#767B66
(118,123,102)
#6B6F5C
(107,111,92)
#606352
(96,99,82)
#555748
(85,87,72)
#4A4B3E
(74,75,62)
#3F3F34
(63,63,52)
#34332A
(52,51,42)
#292720
(41,39,32)
#1E1B16
(30,27,22)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #818770

#818770
(129,135,112)
#8C917D
(140,145,125)
#979B8A
(151,155,138)
#A2A597
(162,165,151)
#ADAFA4
(173,175,164)
#B8B9B1
(184,185,177)
#C3C3BE
(195,195,190)
#CECDCB
(206,205,203)
#D9D7D8
(217,215,216)
#E4E1E5
(228,225,229)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818770 color. Also use rgb(129,135,112) instead hex code.

Text Font Color

.myTextColor { color: #818770; }

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

This text font color is #818770.


Background Color

.myBgColor { background-color: #818770; }

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

This div background color is #818770.


Border color

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

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

This div border color is #818770.


Opacity

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

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

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

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

This text has shadow with #818770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818770 on black background.


Color preview on white background

This text has color #818770 on white background.



Black color preview on #818770 background

This text has black color on #818770 background.


White color preview on #818770 background

This text has white color on #818770 background.