COLOR #372B10

HEX: #372B10
RGB: (55,43,16)

Color info

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

RGB color model

#372B10 color RGB value is (55,43,16).

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

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 16 of 255 = 6%

55
43
16

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

Portions of RGB colors in percentages

R + G + B =
55 + 43 + 16 = 114 (100%)
R 55 of 114 ~ 48.25%
G 43 of 114 ~ 37.72%
B 16 of 114 ~ 14.04%

%48.25
%37.72
%14.04

CMYK color model

#372B10 color CMYK value is (0,22,71,78).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 70.91%
  • key color value is 78.43%
CMYK:
(0,22,71,78)
C0M22Y71K78 
(0%,22%,71%,78%)
(0.00/0.22/0.71/0.78)	

CMYK percentages

%0
%21.82
%70.91
%78.43

Codes

Color #372B10 in popluar color models

372B10
RGB554316
HSL42°54.93%13.92%
HSB/HSV42°70.91%21.57%
CMYK0.00%21.82%70.91%
78.43%

Color #372B10 in popluar number systems.

HEX372B10
Decimal554316
Binary11011110101110000
Octal675320

Shades and tints

Shades of #372B10

#372B10
(55,43,16)
#32280F
(50,40,15)
#2D250E
(45,37,14)
#28220D
(40,34,13)
#231F0C
(35,31,12)
#1E1C0B
(30,28,11)
#19190A
(25,25,10)
#141609
(20,22,9)
#0F1308
(15,19,8)
#0A1007
(10,16,7)
#050D06
(5,13,6)
#000000
(0,0,0)

Tints of #372B10

#372B10
(55,43,16)
#493E25
(73,62,37)
#5B513A
(91,81,58)
#6D644F
(109,100,79)
#7F7764
(127,119,100)
#918A79
(145,138,121)
#A39D8E
(163,157,142)
#B5B0A3
(181,176,163)
#C7C3B8
(199,195,184)
#D9D6CD
(217,214,205)
#EBE9E2
(235,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372B10; }

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

This text font color is #372B10.


Background Color

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

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

This div background color is #372B10.


Border color

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

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

This div border color is #372B10.


Opacity

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

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

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

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

This text has shadow with #372B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372B10 on black background.


Color preview on white background

This text has color #372B10 on white background.



Black color preview on #372B10 background

This text has black color on #372B10 background.


White color preview on #372B10 background

This text has white color on #372B10 background.