COLOR #818C7D

HEX: #818C7D
RGB: (129,140,125)

Color info

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

RGB color model

#818C7D color RGB value is (129,140,125).

  • red value is 129;
  • green value is 140;
  • blue value is 125.
RGB:
(129,140,125)
(51%,55%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 125 of 255 = 49%

129
140
125

R + G + B ~ 52%. #818C7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 140 + 125 = 394 (100%)
R 129 of 394 ~ 32.74%
G 140 of 394 ~ 35.53%
B 125 of 394 ~ 31.73%

%32.74
%35.53
%31.73

CMYK color model

#818C7D color CMYK value is (8,0,11,45).

  • cyan value is 7.86%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 45.10%
CMYK:
(8,0,11,45)
C8M0Y11K45 
(8%,0%,11%,45%)
(0.08/0.00/0.11/0.45)	

CMYK percentages

%7.86
%0
%10.71
%45.1

Codes

Color #818C7D in popluar color models

818C7D
RGB129140125
HSL104°6.12%51.96%
HSB/HSV104°10.71%54.90%
CMYK7.86%0.00%10.71%
45.10%

Color #818C7D in popluar number systems.

HEX818C7D
Decimal129140125
Binary10000001100011001111101
Octal201214175

Shades and tints

Shades of #818C7D

#818C7D
(129,140,125)
#768072
(118,128,114)
#6B7467
(107,116,103)
#60685C
(96,104,92)
#555C51
(85,92,81)
#4A5046
(74,80,70)
#3F443B
(63,68,59)
#343830
(52,56,48)
#292C25
(41,44,37)
#1E201A
(30,32,26)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #818C7D

#818C7D
(129,140,125)
#8C9688
(140,150,136)
#97A093
(151,160,147)
#A2AA9E
(162,170,158)
#ADB4A9
(173,180,169)
#B8BEB4
(184,190,180)
#C3C8BF
(195,200,191)
#CED2CA
(206,210,202)
#D9DCD5
(217,220,213)
#E4E6E0
(228,230,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818C7D color. Also use rgb(129,140,125) instead hex code.

Text Font Color

.myTextColor { color: #818C7D; }

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

This text font color is #818C7D.


Background Color

.myBgColor { background-color: #818C7D; }

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

This div background color is #818C7D.


Border color

.myBorderColor { border: 1px solid #818C7D; }

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

This div border color is #818C7D.


Opacity

.myOpacity80 { color: #818C7D; opacity: 0.8; }

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

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

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

This text has shadow with #818C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818C7D on black background.


Color preview on white background

This text has color #818C7D on white background.



Black color preview on #818C7D background

This text has black color on #818C7D background.


White color preview on #818C7D background

This text has white color on #818C7D background.