COLOR #818C74

HEX: #818C74 RGB: (129,140,116)

Color info

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

RGB color model

#818C74 color RGB value is (129,140,116).

RGB: (129,140,116) (51%, 55%, 45%)

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 116 of 255 = 45%

129
140
116

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

Portions of RGB colors in percentages

R + G + B = 129 + 140 + 116 = 385 (100%)
R 129 of 385 ~ 33.51%
G 140 of 385 ~ 36.36%
B 116 of 385 ~ 30.13'%

%33.51
%36.36
%30.13

CMYK color model

#818C74 color CMYK value is (8,0,17,45).

  • cyan value is 7.86%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 45.10%

CMYK: (8,0,17,45)
C8M0Y17K45 (8%, 0%, 17%, 45%)
(0.08 / 0.00 / 0.17 / 0.45)

CMYK percentages

%7.86
%0
%17.14
%45.1

Codes

Color #818C74 in popluar color models

81 8C 74
RGB 129 140 116
HSL 88° 9.45% 50.20%
HSB/HSV 88° 17.14% 54.90%
CMYK 7.86% 0.00% 17.14%
45.10%

Color #818C74 in popluar number systems.

HEX 81 8C 74
Decimal 129 140 116
Binary 10000001 10001100 1110100
Octal 201 214 164

Shades and tints

Shades of #818C74

#818C74
(129,140,116)
#76806A
(118,128,106)
#6B7460
(107,116,96)
#606856
(96,104,86)
#555C4C
(85,92,76)
#4A5042
(74,80,66)
#3F4438
(63,68,56)
#34382E
(52,56,46)
#292C24
(41,44,36)
#1E201A
(30,32,26)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #818C74

#818C74
(129,140,116)
#8C9680
(140,150,128)
#97A08C
(151,160,140)
#A2AA98
(162,170,152)
#ADB4A4
(173,180,164)
#B8BEB0
(184,190,176)
#C3C8BC
(195,200,188)
#CED2C8
(206,210,200)
#D9DCD4
(217,220,212)
#E4E6E0
(228,230,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818C74; }

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

This text font color is #818C74.

Background Color

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

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

This div background color is #818C74.

Border color

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

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

This div border color is #818C74.

Opacity

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

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

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

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

This text has shadow with #818C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818C74.

Preview

Color preview on black background

This text has color #818C74 on black background.


Color preview on white background

This text has color #818C74 on white background.


Black color preview on #818C74 background

This text has black color on #818C74 background.


White color preview on #818C74 background

This text has white color on #818C74 background.


Related colors

Complementary color

Complementary color for #hex is #7E738B.


I love getcolorcode.com

Triadic colors

1 #74818C and #8C7481 with #818C74 are triadic colors.

2 #748C81 and #8C8174 with #818C74 are triadic colors.