COLOR #372516

HEX: #372516
RGB: (55,37,22)

Color info

#372516 contains red, green and blue colors in about the same proportion. Web safe color of #372516 is #333300 (or #330).

RGB color model

#372516 color RGB value is (55,37,22).

  • red value is 55;
  • green value is 37;
  • blue value is 22.
RGB:
(55,37,22)
(22%,15%,9%)

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 22 of 255 = 9%

55
37
22

R + G + B ~ 15%. #372516 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 22 = 114 (100%)
R 55 of 114 ~ 48.25%
G 37 of 114 ~ 32.46%
B 22 of 114 ~ 19.3%

%48.25
%32.46
%19.3

CMYK color model

#372516 color CMYK value is (0,33,60,78).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 60.00%
  • key color value is 78.43%
CMYK:
(0,33,60,78)
C0M33Y60K78 
(0%,33%,60%,78%)
(0.00/0.33/0.60/0.78)	

CMYK percentages

%0
%32.73
%60
%78.43

Codes

Color #372516 in popluar color models

372516
RGB553722
HSL27°42.86%15.10%
HSB/HSV27°60.00%21.57%
CMYK0.00%32.73%60.00%
78.43%

Color #372516 in popluar number systems.

HEX372516
Decimal553722
Binary11011110010110110
Octal674526

Shades and tints

Shades of #372516

#372516
(55,37,22)
#322214
(50,34,20)
#2D1F12
(45,31,18)
#281C10
(40,28,16)
#23190E
(35,25,14)
#1E160C
(30,22,12)
#19130A
(25,19,10)
#141008
(20,16,8)
#0F0D06
(15,13,6)
#0A0A04
(10,10,4)
#050702
(5,7,2)
#000000
(0,0,0)

Tints of #372516

#372516
(55,37,22)
#49382B
(73,56,43)
#5B4B40
(91,75,64)
#6D5E55
(109,94,85)
#7F716A
(127,113,106)
#91847F
(145,132,127)
#A39794
(163,151,148)
#B5AAA9
(181,170,169)
#C7BDBE
(199,189,190)
#D9D0D3
(217,208,211)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372516 color. Also use rgb(55,37,22) instead hex code.

Text Font Color

.myTextColor { color: #372516; }

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

This text font color is #372516.


Background Color

.myBgColor { background-color: #372516; }

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

This div background color is #372516.


Border color

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

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

This div border color is #372516.


Opacity

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

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

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

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

This text has shadow with #372516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372516 on black background.


Color preview on white background

This text has color #372516 on white background.



Black color preview on #372516 background

This text has black color on #372516 background.


White color preview on #372516 background

This text has white color on #372516 background.