COLOR #807143

HEX: #807143
RGB: (128,113,67)

Color info

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

RGB color model

#807143 color RGB value is (128,113,67).

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

RGB channels and saturation

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

128
113
67

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

Portions of RGB colors in percentages

R + G + B =
128 + 113 + 67 = 308 (100%)
R 128 of 308 ~ 41.56%
G 113 of 308 ~ 36.69%
B 67 of 308 ~ 21.75%

%41.56
%36.69
%21.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 47.66%
  • 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
%47.66
%49.8

Codes

Color #807143 in popluar color models

807143
RGB12811367
HSL45°31.28%38.24%
HSB/HSV45°47.66%50.20%
CMYK0.00%11.72%47.66%
49.80%

Color #807143 in popluar number systems.

HEX807143
Decimal12811367
Binary1000000011100011000011
Octal200161103

Shades and tints

Shades of #807143

#807143
(128,113,67)
#75673D
(117,103,61)
#6A5D37
(106,93,55)
#5F5331
(95,83,49)
#54492B
(84,73,43)
#493F25
(73,63,37)
#3E351F
(62,53,31)
#332B19
(51,43,25)
#282113
(40,33,19)
#1D170D
(29,23,13)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #807143

#807143
(128,113,67)
#8B7D54
(139,125,84)
#968965
(150,137,101)
#A19576
(161,149,118)
#ACA187
(172,161,135)
#B7AD98
(183,173,152)
#C2B9A9
(194,185,169)
#CDC5BA
(205,197,186)
#D8D1CB
(216,209,203)
#E3DDDC
(227,221,220)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807143; }

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

This text font color is #807143.


Background Color

.myBgColor { background-color: #807143; }

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

This div background color is #807143.


Border color

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

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

This div border color is #807143.


Opacity

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

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

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

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

This text has shadow with #807143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807143 on black background.


Color preview on white background

This text has color #807143 on white background.



Black color preview on #807143 background

This text has black color on #807143 background.


White color preview on #807143 background

This text has white color on #807143 background.