COLOR #818079

HEX: #818079
RGB: (129,128,121)

Color info

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

RGB color model

#818079 color RGB value is (129,128,121).

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

RGB channels and saturation

R 129 of 255 = 51%
G 128 of 255 = 50%
B 121 of 255 = 47%

129
128
121

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

Portions of RGB colors in percentages

R + G + B =
129 + 128 + 121 = 378 (100%)
R 129 of 378 ~ 34.13%
G 128 of 378 ~ 33.86%
B 121 of 378 ~ 32.01%

%34.13
%33.86
%32.01

CMYK color model

#818079 color CMYK value is (0,1,6,49).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(0,1,6,49)
C0M1Y6K49 
(0%,1%,6%,49%)
(0.00/0.01/0.06/0.49)	

CMYK percentages

%0
%0.78
%6.2
%49.41

Codes

Color #818079 in popluar color models

818079
RGB129128121
HSL53°3.20%49.02%
HSB/HSV53°6.20%50.59%
CMYK0.00%0.78%6.20%
49.41%

Color #818079 in popluar number systems.

HEX818079
Decimal129128121
Binary10000001100000001111001
Octal201200171

Shades and tints

Shades of #818079

#818079
(129,128,121)
#76756E
(118,117,110)
#6B6A63
(107,106,99)
#605F58
(96,95,88)
#55544D
(85,84,77)
#4A4942
(74,73,66)
#3F3E37
(63,62,55)
#34332C
(52,51,44)
#292821
(41,40,33)
#1E1D16
(30,29,22)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #818079

#818079
(129,128,121)
#8C8B85
(140,139,133)
#979691
(151,150,145)
#A2A19D
(162,161,157)
#ADACA9
(173,172,169)
#B8B7B5
(184,183,181)
#C3C2C1
(195,194,193)
#CECDCD
(206,205,205)
#D9D8D9
(217,216,217)
#E4E3E5
(228,227,229)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818079; }

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

This text font color is #818079.


Background Color

.myBgColor { background-color: #818079; }

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

This div background color is #818079.


Border color

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

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

This div border color is #818079.


Opacity

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

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

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

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

This text has shadow with #818079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818079 on black background.


Color preview on white background

This text has color #818079 on white background.



Black color preview on #818079 background

This text has black color on #818079 background.


White color preview on #818079 background

This text has white color on #818079 background.