COLOR #818773

HEX: #818773
RGB: (129,135,115)

Color info

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

RGB color model

#818773 color RGB value is (129,135,115).

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

RGB channels and saturation

R 129 of 255 = 51%
G 135 of 255 = 53%
B 115 of 255 = 45%

129
135
115

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

Portions of RGB colors in percentages

R + G + B =
129 + 135 + 115 = 379 (100%)
R 129 of 379 ~ 34.04%
G 135 of 379 ~ 35.62%
B 115 of 379 ~ 30.34%

%34.04
%35.62
%30.34

CMYK color model

#818773 color CMYK value is (4,0,15,47).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(4,0,15,47)
C4M0Y15K47 
(4%,0%,15%,47%)
(0.04/0.00/0.15/0.47)	

CMYK percentages

%4.44
%0
%14.81
%47.06

Codes

Color #818773 in popluar color models

818773
RGB129135115
HSL78°8.00%49.02%
HSB/HSV78°14.81%52.94%
CMYK4.44%0.00%14.81%
47.06%

Color #818773 in popluar number systems.

HEX818773
Decimal129135115
Binary10000001100001111110011
Octal201207163

Shades and tints

Shades of #818773

#818773
(129,135,115)
#767B69
(118,123,105)
#6B6F5F
(107,111,95)
#606355
(96,99,85)
#55574B
(85,87,75)
#4A4B41
(74,75,65)
#3F3F37
(63,63,55)
#34332D
(52,51,45)
#292723
(41,39,35)
#1E1B19
(30,27,25)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #818773

#818773
(129,135,115)
#8C917F
(140,145,127)
#979B8B
(151,155,139)
#A2A597
(162,165,151)
#ADAFA3
(173,175,163)
#B8B9AF
(184,185,175)
#C3C3BB
(195,195,187)
#CECDC7
(206,205,199)
#D9D7D3
(217,215,211)
#E4E1DF
(228,225,223)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818773; }

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

This text font color is #818773.


Background Color

.myBgColor { background-color: #818773; }

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

This div background color is #818773.


Border color

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

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

This div border color is #818773.


Opacity

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

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

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

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

This text has shadow with #818773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818773 on black background.


Color preview on white background

This text has color #818773 on white background.



Black color preview on #818773 background

This text has black color on #818773 background.


White color preview on #818773 background

This text has white color on #818773 background.