COLOR #37121E

HEX: #37121E
RGB: (55,18,30)

Color info

#37121E contains red, green and blue colors in about the same proportion. Web safe color of #37121E is #330033 (or #303).

RGB color model

#37121E color RGB value is (55,18,30).

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

RGB channels and saturation

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

55
18
30

R + G + B ~ 14%. #37121E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 18 + 30 = 103 (100%)
R 55 of 103 ~ 53.4%
G 18 of 103 ~ 17.48%
B 30 of 103 ~ 29.13%

%53.4
%17.48
%29.13

CMYK color model

#37121E color CMYK value is (0,67,45,78).

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

CMYK percentages

%0
%67.27
%45.45
%78.43

Codes

Color #37121E in popluar color models

37121E
RGB551830
HSL341°50.68%14.31%
HSB/HSV341°67.27%21.57%
CMYK0.00%67.27%45.45%
78.43%

Color #37121E in popluar number systems.

HEX37121E
Decimal551830
Binary1101111001011110
Octal672236

Shades and tints

Shades of #37121E

#37121E
(55,18,30)
#32111C
(50,17,28)
#2D101A
(45,16,26)
#280F18
(40,15,24)
#230E16
(35,14,22)
#1E0D14
(30,13,20)
#190C12
(25,12,18)
#140B10
(20,11,16)
#0F0A0E
(15,10,14)
#0A090C
(10,9,12)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #37121E

#37121E
(55,18,30)
#492732
(73,39,50)
#5B3C46
(91,60,70)
#6D515A
(109,81,90)
#7F666E
(127,102,110)
#917B82
(145,123,130)
#A39096
(163,144,150)
#B5A5AA
(181,165,170)
#C7BABE
(199,186,190)
#D9CFD2
(217,207,210)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37121E; }

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

This text font color is #37121E.


Background Color

.myBgColor { background-color: #37121E; }

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

This div background color is #37121E.


Border color

.myBorderColor { border: 1px solid #37121E; }

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

This div border color is #37121E.


Opacity

.myOpacity80 { color: #37121E; opacity: 0.8; }

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

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

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

This text has shadow with #37121E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37121E on black background.


Color preview on white background

This text has color #37121E on white background.



Black color preview on #37121E background

This text has black color on #37121E background.


White color preview on #37121E background

This text has white color on #37121E background.