COLOR #818074

HEX: #818074
RGB: (129,128,116)

Color info

#818074 contains red, green and blue colors in about the same proportion. Web safe color of #818074 is #996666 (or #966).

RGB color model

#818074 color RGB value is (129,128,116).

  • red value is 129;
  • green value is 128;
  • blue value is 116.
RGB:
(129,128,116)
(51%,50%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 128 of 255 = 50%
B 116 of 255 = 45%

129
128
116

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

Portions of RGB colors in percentages

R + G + B =
129 + 128 + 116 = 373 (100%)
R 129 of 373 ~ 34.58%
G 128 of 373 ~ 34.32%
B 116 of 373 ~ 31.1%

%34.58
%34.32
%31.1

CMYK color model

#818074 color CMYK value is (0,1,10,49).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 10.08%
  • key color value is 49.41%
CMYK:
(0,1,10,49)
C0M1Y10K49 
(0%,1%,10%,49%)
(0.00/0.01/0.10/0.49)	

CMYK percentages

%0
%0.78
%10.08
%49.41

Codes

Color #818074 in popluar color models

818074
RGB129128116
HSL55°5.31%48.04%
HSB/HSV55°10.08%50.59%
CMYK0.00%0.78%10.08%
49.41%

Color #818074 in popluar number systems.

HEX818074
Decimal129128116
Binary10000001100000001110100
Octal201200164

Shades and tints

Shades of #818074

#818074
(129,128,116)
#76756A
(118,117,106)
#6B6A60
(107,106,96)
#605F56
(96,95,86)
#55544C
(85,84,76)
#4A4942
(74,73,66)
#3F3E38
(63,62,56)
#34332E
(52,51,46)
#292824
(41,40,36)
#1E1D1A
(30,29,26)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #818074

#818074
(129,128,116)
#8C8B80
(140,139,128)
#97968C
(151,150,140)
#A2A198
(162,161,152)
#ADACA4
(173,172,164)
#B8B7B0
(184,183,176)
#C3C2BC
(195,194,188)
#CECDC8
(206,205,200)
#D9D8D4
(217,216,212)
#E4E3E0
(228,227,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818074; }

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

This text font color is #818074.


Background Color

.myBgColor { background-color: #818074; }

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

This div background color is #818074.


Border color

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

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

This div border color is #818074.


Opacity

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

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

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

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

This text has shadow with #818074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818074 on black background.


Color preview on white background

This text has color #818074 on white background.



Black color preview on #818074 background

This text has black color on #818074 background.


White color preview on #818074 background

This text has white color on #818074 background.