COLOR #372A12

HEX: #372A12
RGB: (55,42,18)

Color info

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

RGB color model

#372A12 color RGB value is (55,42,18).

  • red value is 55;
  • green value is 42;
  • blue value is 18.
RGB:
(55,42,18)
(22%,16%,7%)

RGB channels and saturation

R 55 of 255 = 22%
G 42 of 255 = 16%
B 18 of 255 = 7%

55
42
18

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

Portions of RGB colors in percentages

R + G + B =
55 + 42 + 18 = 115 (100%)
R 55 of 115 ~ 47.83%
G 42 of 115 ~ 36.52%
B 18 of 115 ~ 15.65%

%47.83
%36.52
%15.65

CMYK color model

#372A12 color CMYK value is (0,24,67,78).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 67.27%
  • key color value is 78.43%
CMYK:
(0,24,67,78)
C0M24Y67K78 
(0%,24%,67%,78%)
(0.00/0.24/0.67/0.78)	

CMYK percentages

%0
%23.64
%67.27
%78.43

Codes

Color #372A12 in popluar color models

372A12
RGB554218
HSL39°50.68%14.31%
HSB/HSV39°67.27%21.57%
CMYK0.00%23.64%67.27%
78.43%

Color #372A12 in popluar number systems.

HEX372A12
Decimal554218
Binary11011110101010010
Octal675222

Shades and tints

Shades of #372A12

#372A12
(55,42,18)
#322711
(50,39,17)
#2D2410
(45,36,16)
#28210F
(40,33,15)
#231E0E
(35,30,14)
#1E1B0D
(30,27,13)
#19180C
(25,24,12)
#14150B
(20,21,11)
#0F120A
(15,18,10)
#0A0F09
(10,15,9)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #372A12

#372A12
(55,42,18)
#493D27
(73,61,39)
#5B503C
(91,80,60)
#6D6351
(109,99,81)
#7F7666
(127,118,102)
#91897B
(145,137,123)
#A39C90
(163,156,144)
#B5AFA5
(181,175,165)
#C7C2BA
(199,194,186)
#D9D5CF
(217,213,207)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372A12 color. Also use rgb(55,42,18) instead hex code.

Text Font Color

.myTextColor { color: #372A12; }

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

This text font color is #372A12.


Background Color

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

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

This div background color is #372A12.


Border color

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

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

This div border color is #372A12.


Opacity

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

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

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

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

This text has shadow with #372A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372A12 on black background.


Color preview on white background

This text has color #372A12 on white background.



Black color preview on #372A12 background

This text has black color on #372A12 background.


White color preview on #372A12 background

This text has white color on #372A12 background.