COLOR #807142

HEX: #807142
RGB: (128,113,66)

Color info

#807142 contains mainly red and green colors. Web safe color of #807142 is #666633 (or #663).

RGB color model

#807142 color RGB value is (128,113,66).

  • red value is 128;
  • green value is 113;
  • blue value is 66.
RGB:
(128,113,66)
(50%,44%,26%)

RGB channels and saturation

R 128 of 255 = 50%
G 113 of 255 = 44%
B 66 of 255 = 26%

128
113
66

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

Portions of RGB colors in percentages

R + G + B =
128 + 113 + 66 = 307 (100%)
R 128 of 307 ~ 41.69%
G 113 of 307 ~ 36.81%
B 66 of 307 ~ 21.5%

%41.69
%36.81
%21.5

CMYK color model

#807142 color CMYK value is (0,12,48,50).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 48.44%
  • key color value is 49.80%
CMYK:
(0,12,48,50)
C0M12Y48K50 
(0%,12%,48%,50%)
(0.00/0.12/0.48/0.50)	

CMYK percentages

%0
%11.72
%48.44
%49.8

Codes

Color #807142 in popluar color models

807142
RGB12811366
HSL45°31.96%38.04%
HSB/HSV45°48.44%50.20%
CMYK0.00%11.72%48.44%
49.80%

Color #807142 in popluar number systems.

HEX807142
Decimal12811366
Binary1000000011100011000010
Octal200161102

Shades and tints

Shades of #807142

#807142
(128,113,66)
#75673C
(117,103,60)
#6A5D36
(106,93,54)
#5F5330
(95,83,48)
#54492A
(84,73,42)
#493F24
(73,63,36)
#3E351E
(62,53,30)
#332B18
(51,43,24)
#282112
(40,33,18)
#1D170C
(29,23,12)
#120D06
(18,13,6)
#000000
(0,0,0)

Tints of #807142

#807142
(128,113,66)
#8B7D53
(139,125,83)
#968964
(150,137,100)
#A19575
(161,149,117)
#ACA186
(172,161,134)
#B7AD97
(183,173,151)
#C2B9A8
(194,185,168)
#CDC5B9
(205,197,185)
#D8D1CA
(216,209,202)
#E3DDDB
(227,221,219)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807142 color. Also use rgb(128,113,66) instead hex code.

Text Font Color

.myTextColor { color: #807142; }

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

This text font color is #807142.


Background Color

.myBgColor { background-color: #807142; }

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

This div background color is #807142.


Border color

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

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

This div border color is #807142.


Opacity

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

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

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

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

This text has shadow with #807142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807142 on black background.


Color preview on white background

This text has color #807142 on white background.



Black color preview on #807142 background

This text has black color on #807142 background.


White color preview on #807142 background

This text has white color on #807142 background.