COLOR #372F0C

HEX: #372F0C
RGB: (55,47,12)

Color info

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

RGB color model

#372F0C color RGB value is (55,47,12).

  • red value is 55;
  • green value is 47;
  • blue value is 12.
RGB:
(55,47,12)
(22%,18%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 47 of 255 = 18%
B 12 of 255 = 5%

55
47
12

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

Portions of RGB colors in percentages

R + G + B =
55 + 47 + 12 = 114 (100%)
R 55 of 114 ~ 48.25%
G 47 of 114 ~ 41.23%
B 12 of 114 ~ 10.53%

%48.25
%41.23
%10.53

CMYK color model

#372F0C color CMYK value is (0,15,78,78).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 78.18%
  • key color value is 78.43%
CMYK:
(0,15,78,78)
C0M15Y78K78 
(0%,15%,78%,78%)
(0.00/0.15/0.78/0.78)	

CMYK percentages

%0
%14.55
%78.18
%78.43

Codes

Color #372F0C in popluar color models

372F0C
RGB554712
HSL49°64.18%13.14%
HSB/HSV49°78.18%21.57%
CMYK0.00%14.55%78.18%
78.43%

Color #372F0C in popluar number systems.

HEX372F0C
Decimal554712
Binary1101111011111100
Octal675714

Shades and tints

Shades of #372F0C

#372F0C
(55,47,12)
#322B0B
(50,43,11)
#2D270A
(45,39,10)
#282309
(40,35,9)
#231F08
(35,31,8)
#1E1B07
(30,27,7)
#191706
(25,23,6)
#141305
(20,19,5)
#0F0F04
(15,15,4)
#0A0B03
(10,11,3)
#050702
(5,7,2)
#000000
(0,0,0)

Tints of #372F0C

#372F0C
(55,47,12)
#494122
(73,65,34)
#5B5338
(91,83,56)
#6D654E
(109,101,78)
#7F7764
(127,119,100)
#91897A
(145,137,122)
#A39B90
(163,155,144)
#B5ADA6
(181,173,166)
#C7BFBC
(199,191,188)
#D9D1D2
(217,209,210)
#EBE3E8
(235,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372F0C color. Also use rgb(55,47,12) instead hex code.

Text Font Color

.myTextColor { color: #372F0C; }

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

This text font color is #372F0C.


Background Color

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

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

This div background color is #372F0C.


Border color

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

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

This div border color is #372F0C.


Opacity

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

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

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

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

This text has shadow with #372F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372F0C on black background.


Color preview on white background

This text has color #372F0C on white background.



Black color preview on #372F0C background

This text has black color on #372F0C background.


White color preview on #372F0C background

This text has white color on #372F0C background.