COLOR #372B16

HEX: #372B16
RGB: (55,43,22)

Color info

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

RGB color model

#372B16 color RGB value is (55,43,22).

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

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 22 of 255 = 9%

55
43
22

R + G + B ~ 16%. #372B16 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 43 + 22 = 120 (100%)
R 55 of 120 ~ 45.83%
G 43 of 120 ~ 35.83%
B 22 of 120 ~ 18.33%

%45.83
%35.83
%18.33

CMYK color model

#372B16 color CMYK value is (0,22,60,78).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 60.00%
  • key color value is 78.43%
CMYK:
(0,22,60,78)
C0M22Y60K78 
(0%,22%,60%,78%)
(0.00/0.22/0.60/0.78)	

CMYK percentages

%0
%21.82
%60
%78.43

Codes

Color #372B16 in popluar color models

372B16
RGB554322
HSL38°42.86%15.10%
HSB/HSV38°60.00%21.57%
CMYK0.00%21.82%60.00%
78.43%

Color #372B16 in popluar number systems.

HEX372B16
Decimal554322
Binary11011110101110110
Octal675326

Shades and tints

Shades of #372B16

#372B16
(55,43,22)
#322814
(50,40,20)
#2D2512
(45,37,18)
#282210
(40,34,16)
#231F0E
(35,31,14)
#1E1C0C
(30,28,12)
#19190A
(25,25,10)
#141608
(20,22,8)
#0F1306
(15,19,6)
#0A1004
(10,16,4)
#050D02
(5,13,2)
#000000
(0,0,0)

Tints of #372B16

#372B16
(55,43,22)
#493E2B
(73,62,43)
#5B5140
(91,81,64)
#6D6455
(109,100,85)
#7F776A
(127,119,106)
#918A7F
(145,138,127)
#A39D94
(163,157,148)
#B5B0A9
(181,176,169)
#C7C3BE
(199,195,190)
#D9D6D3
(217,214,211)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372B16; }

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

This text font color is #372B16.


Background Color

.myBgColor { background-color: #372B16; }

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

This div background color is #372B16.


Border color

.myBorderColor { border: 1px solid #372B16; }

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

This div border color is #372B16.


Opacity

.myOpacity80 { color: #372B16; opacity: 0.8; }

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

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

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

This text has shadow with #372B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372B16 on black background.


Color preview on white background

This text has color #372B16 on white background.



Black color preview on #372B16 background

This text has black color on #372B16 background.


White color preview on #372B16 background

This text has white color on #372B16 background.