COLOR #37120C

HEX: #37120C
RGB: (55,18,12)

Color info

#37120C contains red, green and blue colors in about the same proportion. Web safe color of #37120C is #330000 (or #300).

RGB color model

#37120C color RGB value is (55,18,12).

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

RGB channels and saturation

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

55
18
12

R + G + B ~ 11%. #37120C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 18 + 12 = 85 (100%)
R 55 of 85 ~ 64.71%
G 18 of 85 ~ 21.18%
B 12 of 85 ~ 14.12%

%64.71
%21.18
%14.12

CMYK color model

#37120C color CMYK value is (0,67,78,78).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 78.18%
  • key color value is 78.43%
CMYK:
(0,67,78,78)
C0M67Y78K78 
(0%,67%,78%,78%)
(0.00/0.67/0.78/0.78)	

CMYK percentages

%0
%67.27
%78.18
%78.43

Codes

Color #37120C in popluar color models

37120C
RGB551812
HSL64.18%13.14%
HSB/HSV78.18%21.57%
CMYK0.00%67.27%78.18%
78.43%

Color #37120C in popluar number systems.

HEX37120C
Decimal551812
Binary110111100101100
Octal672214

Shades and tints

Shades of #37120C

#37120C
(55,18,12)
#32110B
(50,17,11)
#2D100A
(45,16,10)
#280F09
(40,15,9)
#230E08
(35,14,8)
#1E0D07
(30,13,7)
#190C06
(25,12,6)
#140B05
(20,11,5)
#0F0A04
(15,10,4)
#0A0903
(10,9,3)
#050802
(5,8,2)
#000000
(0,0,0)

Tints of #37120C

#37120C
(55,18,12)
#492722
(73,39,34)
#5B3C38
(91,60,56)
#6D514E
(109,81,78)
#7F6664
(127,102,100)
#917B7A
(145,123,122)
#A39090
(163,144,144)
#B5A5A6
(181,165,166)
#C7BABC
(199,186,188)
#D9CFD2
(217,207,210)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37120C color. Also use rgb(55,18,12) instead hex code.

Text Font Color

.myTextColor { color: #37120C; }

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

This text font color is #37120C.


Background Color

.myBgColor { background-color: #37120C; }

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

This div background color is #37120C.


Border color

.myBorderColor { border: 1px solid #37120C; }

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

This div border color is #37120C.


Opacity

.myOpacity80 { color: #37120C; opacity: 0.8; }

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

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

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

This text has shadow with #37120C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37120C on black background.


Color preview on white background

This text has color #37120C on white background.



Black color preview on #37120C background

This text has black color on #37120C background.


White color preview on #37120C background

This text has white color on #37120C background.