COLOR #818060

HEX: #818060
RGB: (129,128,96)

Color info

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

RGB color model

#818060 color RGB value is (129,128,96).

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

RGB channels and saturation

R 129 of 255 = 51%
G 128 of 255 = 50%
B 96 of 255 = 38%

129
128
96

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

Portions of RGB colors in percentages

R + G + B =
129 + 128 + 96 = 353 (100%)
R 129 of 353 ~ 36.54%
G 128 of 353 ~ 36.26%
B 96 of 353 ~ 27.2%

%36.54
%36.26
%27.2

CMYK color model

#818060 color CMYK value is (0,1,26,49).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 25.58%
  • key color value is 49.41%
CMYK:
(0,1,26,49)
C0M1Y26K49 
(0%,1%,26%,49%)
(0.00/0.01/0.26/0.49)	

CMYK percentages

%0
%0.78
%25.58
%49.41

Codes

Color #818060 in popluar color models

818060
RGB12912896
HSL58°14.67%44.12%
HSB/HSV58°25.58%50.59%
CMYK0.00%0.78%25.58%
49.41%

Color #818060 in popluar number systems.

HEX818060
Decimal12912896
Binary10000001100000001100000
Octal201200140

Shades and tints

Shades of #818060

#818060
(129,128,96)
#767558
(118,117,88)
#6B6A50
(107,106,80)
#605F48
(96,95,72)
#555440
(85,84,64)
#4A4938
(74,73,56)
#3F3E30
(63,62,48)
#343328
(52,51,40)
#292820
(41,40,32)
#1E1D18
(30,29,24)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #818060

#818060
(129,128,96)
#8C8B6E
(140,139,110)
#97967C
(151,150,124)
#A2A18A
(162,161,138)
#ADAC98
(173,172,152)
#B8B7A6
(184,183,166)
#C3C2B4
(195,194,180)
#CECDC2
(206,205,194)
#D9D8D0
(217,216,208)
#E4E3DE
(228,227,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818060; }

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

This text font color is #818060.


Background Color

.myBgColor { background-color: #818060; }

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

This div background color is #818060.


Border color

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

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

This div border color is #818060.


Opacity

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

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

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

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

This text has shadow with #818060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818060 on black background.


Color preview on white background

This text has color #818060 on white background.



Black color preview on #818060 background

This text has black color on #818060 background.


White color preview on #818060 background

This text has white color on #818060 background.