COLOR #371212

HEX: #371212
RGB: (55,18,18)

Color info

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

RGB color model

#371212 color RGB value is (55,18,18).

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

RGB channels and saturation

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

55
18
18

R + G + B ~ 12%. #371212 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 18 + 18 = 91 (100%)
R 55 of 91 ~ 60.44%
G 18 of 91 ~ 19.78%
B 18 of 91 ~ 19.78%

%60.44
%19.78
%19.78

CMYK color model

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

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

CMYK percentages

%0
%67.27
%67.27
%78.43

Codes

Color #371212 in popluar color models

371212
RGB551818
HSL50.68%14.31%
HSB/HSV67.27%21.57%
CMYK0.00%67.27%67.27%
78.43%

Color #371212 in popluar number systems.

HEX371212
Decimal551818
Binary1101111001010010
Octal672222

Shades and tints

Shades of #371212

#371212
(55,18,18)
#321111
(50,17,17)
#2D1010
(45,16,16)
#280F0F
(40,15,15)
#230E0E
(35,14,14)
#1E0D0D
(30,13,13)
#190C0C
(25,12,12)
#140B0B
(20,11,11)
#0F0A0A
(15,10,10)
#0A0909
(10,9,9)
#050808
(5,8,8)
#000000
(0,0,0)

Tints of #371212

#371212
(55,18,18)
#492727
(73,39,39)
#5B3C3C
(91,60,60)
#6D5151
(109,81,81)
#7F6666
(127,102,102)
#917B7B
(145,123,123)
#A39090
(163,144,144)
#B5A5A5
(181,165,165)
#C7BABA
(199,186,186)
#D9CFCF
(217,207,207)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371212; }

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

This text font color is #371212.


Background Color

.myBgColor { background-color: #371212; }

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

This div background color is #371212.


Border color

.myBorderColor { border: 1px solid #371212; }

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

This div border color is #371212.


Opacity

.myOpacity80 { color: #371212; opacity: 0.8; }

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

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

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

This text has shadow with #371212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371212 on black background.


Color preview on white background

This text has color #371212 on white background.



Black color preview on #371212 background

This text has black color on #371212 background.


White color preview on #371212 background

This text has white color on #371212 background.