COLOR #807227

HEX: #807227
RGB: (128,114,39)

Color info

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

RGB color model

#807227 color RGB value is (128,114,39).

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

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 39 of 255 = 15%

128
114
39

R + G + B ~ 37%. #807227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 39 = 281 (100%)
R 128 of 281 ~ 45.55%
G 114 of 281 ~ 40.57%
B 39 of 281 ~ 13.88%

%45.55
%40.57
%13.88

CMYK color model

#807227 color CMYK value is (0,11,70,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 69.53%
  • key color value is 49.80%
CMYK:
(0,11,70,50)
C0M11Y70K50 
(0%,11%,70%,50%)
(0.00/0.11/0.70/0.50)	

CMYK percentages

%0
%10.94
%69.53
%49.8

Codes

Color #807227 in popluar color models

807227
RGB12811439
HSL51°53.29%32.75%
HSB/HSV51°69.53%50.20%
CMYK0.00%10.94%69.53%
49.80%

Color #807227 in popluar number systems.

HEX807227
Decimal12811439
Binary100000001110010100111
Octal20016247

Shades and tints

Shades of #807227

#807227
(128,114,39)
#756824
(117,104,36)
#6A5E21
(106,94,33)
#5F541E
(95,84,30)
#544A1B
(84,74,27)
#494018
(73,64,24)
#3E3615
(62,54,21)
#332C12
(51,44,18)
#28220F
(40,34,15)
#1D180C
(29,24,12)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #807227

#807227
(128,114,39)
#8B7E3A
(139,126,58)
#968A4D
(150,138,77)
#A19660
(161,150,96)
#ACA273
(172,162,115)
#B7AE86
(183,174,134)
#C2BA99
(194,186,153)
#CDC6AC
(205,198,172)
#D8D2BF
(216,210,191)
#E3DED2
(227,222,210)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807227; }

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

This text font color is #807227.


Background Color

.myBgColor { background-color: #807227; }

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

This div background color is #807227.


Border color

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

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

This div border color is #807227.


Opacity

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

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

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

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

This text has shadow with #807227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807227 on black background.


Color preview on white background

This text has color #807227 on white background.



Black color preview on #807227 background

This text has black color on #807227 background.


White color preview on #807227 background

This text has white color on #807227 background.