COLOR #808372

HEX: #808372
RGB: (128,131,114)

Color info

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

RGB color model

#808372 color RGB value is (128,131,114).

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

RGB channels and saturation

R 128 of 255 = 50%
G 131 of 255 = 51%
B 114 of 255 = 45%

128
131
114

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

Portions of RGB colors in percentages

R + G + B =
128 + 131 + 114 = 373 (100%)
R 128 of 373 ~ 34.32%
G 131 of 373 ~ 35.12%
B 114 of 373 ~ 30.56%

%34.32
%35.12
%30.56

CMYK color model

#808372 color CMYK value is (2,0,13,49).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(2,0,13,49)
C2M0Y13K49 
(2%,0%,13%,49%)
(0.02/0.00/0.13/0.49)	

CMYK percentages

%2.29
%0
%12.98
%48.63

Codes

Color #808372 in popluar color models

808372
RGB128131114
HSL71°6.94%48.04%
HSB/HSV71°12.98%51.37%
CMYK2.29%0.00%12.98%
48.63%

Color #808372 in popluar number systems.

HEX808372
Decimal128131114
Binary10000000100000111110010
Octal200203162

Shades and tints

Shades of #808372

#808372
(128,131,114)
#757868
(117,120,104)
#6A6D5E
(106,109,94)
#5F6254
(95,98,84)
#54574A
(84,87,74)
#494C40
(73,76,64)
#3E4136
(62,65,54)
#33362C
(51,54,44)
#282B22
(40,43,34)
#1D2018
(29,32,24)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #808372

#808372
(128,131,114)
#8B8E7E
(139,142,126)
#96998A
(150,153,138)
#A1A496
(161,164,150)
#ACAFA2
(172,175,162)
#B7BAAE
(183,186,174)
#C2C5BA
(194,197,186)
#CDD0C6
(205,208,198)
#D8DBD2
(216,219,210)
#E3E6DE
(227,230,222)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808372 color. Also use rgb(128,131,114) instead hex code.

Text Font Color

.myTextColor { color: #808372; }

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

This text font color is #808372.


Background Color

.myBgColor { background-color: #808372; }

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

This div background color is #808372.


Border color

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

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

This div border color is #808372.


Opacity

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

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

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

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

This text has shadow with #808372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808372 on black background.


Color preview on white background

This text has color #808372 on white background.



Black color preview on #808372 background

This text has black color on #808372 background.


White color preview on #808372 background

This text has white color on #808372 background.