COLOR #37152E

HEX: #37152E
RGB: (55,21,46)

Color info

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

RGB color model

#37152E color RGB value is (55,21,46).

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

RGB channels and saturation

R 55 of 255 = 22%
G 21 of 255 = 8%
B 46 of 255 = 18%

55
21
46

R + G + B ~ 16%. #37152E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 21 + 46 = 122 (100%)
R 55 of 122 ~ 45.08%
G 21 of 122 ~ 17.21%
B 46 of 122 ~ 37.7%

%45.08
%17.21
%37.7

CMYK color model

#37152E color CMYK value is (0,62,16,78).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 16.36%
  • key color value is 78.43%
CMYK:
(0,62,16,78)
C0M62Y16K78 
(0%,62%,16%,78%)
(0.00/0.62/0.16/0.78)	

CMYK percentages

%0
%61.82
%16.36
%78.43

Codes

Color #37152E in popluar color models

37152E
RGB552146
HSL316°44.74%14.90%
HSB/HSV316°61.82%21.57%
CMYK0.00%61.82%16.36%
78.43%

Color #37152E in popluar number systems.

HEX37152E
Decimal552146
Binary11011110101101110
Octal672556

Shades and tints

Shades of #37152E

#37152E
(55,21,46)
#32142A
(50,20,42)
#2D1326
(45,19,38)
#281222
(40,18,34)
#23111E
(35,17,30)
#1E101A
(30,16,26)
#190F16
(25,15,22)
#140E12
(20,14,18)
#0F0D0E
(15,13,14)
#0A0C0A
(10,12,10)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #37152E

#37152E
(55,21,46)
#492A41
(73,42,65)
#5B3F54
(91,63,84)
#6D5467
(109,84,103)
#7F697A
(127,105,122)
#917E8D
(145,126,141)
#A393A0
(163,147,160)
#B5A8B3
(181,168,179)
#C7BDC6
(199,189,198)
#D9D2D9
(217,210,217)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37152E color. Also use rgb(55,21,46) instead hex code.

Text Font Color

.myTextColor { color: #37152E; }

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

This text font color is #37152E.


Background Color

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

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

This div background color is #37152E.


Border color

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

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

This div border color is #37152E.


Opacity

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

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

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

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

This text has shadow with #37152E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37152E on black background.


Color preview on white background

This text has color #37152E on white background.



Black color preview on #37152E background

This text has black color on #37152E background.


White color preview on #37152E background

This text has white color on #37152E background.