COLOR #837224

HEX: #837224
RGB: (131,114,36)

Color info

#837224 contains mainly red and green colors. Web safe color of #837224 is #996633 (or #963).

RGB color model

#837224 color RGB value is (131,114,36).

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

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 36 of 255 = 14%

131
114
36

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

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 36 = 281 (100%)
R 131 of 281 ~ 46.62%
G 114 of 281 ~ 40.57%
B 36 of 281 ~ 12.81%

%46.62
%40.57
%12.81

CMYK color model

#837224 color CMYK value is (0,13,73,49).

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 72.52%
  • key color value is 48.63%
CMYK:
(0,13,73,49)
C0M13Y73K49 
(0%,13%,73%,49%)
(0.00/0.13/0.73/0.49)	

CMYK percentages

%0
%12.98
%72.52
%48.63

Codes

Color #837224 in popluar color models

837224
RGB13111436
HSL49°56.89%32.75%
HSB/HSV49°72.52%51.37%
CMYK0.00%12.98%72.52%
48.63%

Color #837224 in popluar number systems.

HEX837224
Decimal13111436
Binary100000111110010100100
Octal20316244

Shades and tints

Shades of #837224

#837224
(131,114,36)
#786821
(120,104,33)
#6D5E1E
(109,94,30)
#62541B
(98,84,27)
#574A18
(87,74,24)
#4C4015
(76,64,21)
#413612
(65,54,18)
#362C0F
(54,44,15)
#2B220C
(43,34,12)
#201809
(32,24,9)
#150E06
(21,14,6)
#000000
(0,0,0)

Tints of #837224

#837224
(131,114,36)
#8E7E37
(142,126,55)
#998A4A
(153,138,74)
#A4965D
(164,150,93)
#AFA270
(175,162,112)
#BAAE83
(186,174,131)
#C5BA96
(197,186,150)
#D0C6A9
(208,198,169)
#DBD2BC
(219,210,188)
#E6DECF
(230,222,207)
#F1EAE2
(241,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837224; }

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

This text font color is #837224.


Background Color

.myBgColor { background-color: #837224; }

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

This div background color is #837224.


Border color

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

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

This div border color is #837224.


Opacity

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

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

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

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

This text has shadow with #837224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837224 on black background.


Color preview on white background

This text has color #837224 on white background.



Black color preview on #837224 background

This text has black color on #837224 background.


White color preview on #837224 background

This text has white color on #837224 background.