COLOR #807225

HEX: #807225
RGB: (128,114,37)

Color info

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

RGB color model

#807225 color RGB value is (128,114,37).

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

RGB channels and saturation

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

128
114
37

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

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 37 = 279 (100%)
R 128 of 279 ~ 45.88%
G 114 of 279 ~ 40.86%
B 37 of 279 ~ 13.26%

%45.88
%40.86
%13.26

CMYK color model

#807225 color CMYK value is (0,11,71,50).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 71.09%
  • key color value is 49.80%
CMYK:
(0,11,71,50)
C0M11Y71K50 
(0%,11%,71%,50%)
(0.00/0.11/0.71/0.50)	

CMYK percentages

%0
%10.94
%71.09
%49.8

Codes

Color #807225 in popluar color models

807225
RGB12811437
HSL51°55.15%32.35%
HSB/HSV51°71.09%50.20%
CMYK0.00%10.94%71.09%
49.80%

Color #807225 in popluar number systems.

HEX807225
Decimal12811437
Binary100000001110010100101
Octal20016245

Shades and tints

Shades of #807225

#807225
(128,114,37)
#756822
(117,104,34)
#6A5E1F
(106,94,31)
#5F541C
(95,84,28)
#544A19
(84,74,25)
#494016
(73,64,22)
#3E3613
(62,54,19)
#332C10
(51,44,16)
#28220D
(40,34,13)
#1D180A
(29,24,10)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #807225

#807225
(128,114,37)
#8B7E38
(139,126,56)
#968A4B
(150,138,75)
#A1965E
(161,150,94)
#ACA271
(172,162,113)
#B7AE84
(183,174,132)
#C2BA97
(194,186,151)
#CDC6AA
(205,198,170)
#D8D2BD
(216,210,189)
#E3DED0
(227,222,208)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807225; }

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

This text font color is #807225.


Background Color

.myBgColor { background-color: #807225; }

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

This div background color is #807225.


Border color

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

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

This div border color is #807225.


Opacity

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

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

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

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

This text has shadow with #807225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807225 on black background.


Color preview on white background

This text has color #807225 on white background.



Black color preview on #807225 background

This text has black color on #807225 background.


White color preview on #807225 background

This text has white color on #807225 background.