COLOR #80815D

HEX: #80815D
RGB: (128,129,93)

Color info

#80815D contains red, green and blue colors in about the same proportion. Web safe color of #80815D is #669966 (or #696).

RGB color model

#80815D color RGB value is (128,129,93).

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

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 93 of 255 = 36%

128
129
93

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

Portions of RGB colors in percentages

R + G + B =
128 + 129 + 93 = 350 (100%)
R 128 of 350 ~ 36.57%
G 129 of 350 ~ 36.86%
B 93 of 350 ~ 26.57%

%36.57
%36.86
%26.57

CMYK color model

#80815D color CMYK value is (1,0,28,49).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 49.41%
CMYK:
(1,0,28,49)
C1M0Y28K49 
(1%,0%,28%,49%)
(0.01/0.00/0.28/0.49)	

CMYK percentages

%0.78
%0
%27.91
%49.41

Codes

Color #80815D in popluar color models

80815D
RGB12812993
HSL62°16.22%43.53%
HSB/HSV62°27.91%50.59%
CMYK0.78%0.00%27.91%
49.41%

Color #80815D in popluar number systems.

HEX80815D
Decimal12812993
Binary10000000100000011011101
Octal200201135

Shades and tints

Shades of #80815D

#80815D
(128,129,93)
#757655
(117,118,85)
#6A6B4D
(106,107,77)
#5F6045
(95,96,69)
#54553D
(84,85,61)
#494A35
(73,74,53)
#3E3F2D
(62,63,45)
#333425
(51,52,37)
#28291D
(40,41,29)
#1D1E15
(29,30,21)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #80815D

#80815D
(128,129,93)
#8B8C6B
(139,140,107)
#969779
(150,151,121)
#A1A287
(161,162,135)
#ACAD95
(172,173,149)
#B7B8A3
(183,184,163)
#C2C3B1
(194,195,177)
#CDCEBF
(205,206,191)
#D8D9CD
(216,217,205)
#E3E4DB
(227,228,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80815D; }

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

This text font color is #80815D.


Background Color

.myBgColor { background-color: #80815D; }

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

This div background color is #80815D.


Border color

.myBorderColor { border: 1px solid #80815D; }

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

This div border color is #80815D.


Opacity

.myOpacity80 { color: #80815D; opacity: 0.8; }

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

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

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

This text has shadow with #80815D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80815D on black background.


Color preview on white background

This text has color #80815D on white background.



Black color preview on #80815D background

This text has black color on #80815D background.


White color preview on #80815D background

This text has white color on #80815D background.