COLOR #37153F

HEX: #37153F
RGB: (55,21,63)

Color info

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

RGB color model

#37153F color RGB value is (55,21,63).

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

RGB channels and saturation

R 55 of 255 = 22%
G 21 of 255 = 8%
B 63 of 255 = 25%

55
21
63

R + G + B ~ 18%. #37153F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 21 + 63 = 139 (100%)
R 55 of 139 ~ 39.57%
G 21 of 139 ~ 15.11%
B 63 of 139 ~ 45.32%

%39.57
%15.11
%45.32

CMYK color model

#37153F color CMYK value is (13,67,0,75).

  • cyan value is 12.70%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(13,67,0,75)
C13M67Y0K75 
(13%,67%,0%,75%)
(0.13/0.67/0.00/0.75)	

CMYK percentages

%12.7
%66.67
%0
%75.29

Codes

Color #37153F in popluar color models

37153F
RGB552163
HSL289°50.00%16.47%
HSB/HSV289°66.67%24.71%
CMYK12.70%66.67%0.00%
75.29%

Color #37153F in popluar number systems.

HEX37153F
Decimal552163
Binary11011110101111111
Octal672577

Shades and tints

Shades of #37153F

#37153F
(55,21,63)
#32143A
(50,20,58)
#2D1335
(45,19,53)
#281230
(40,18,48)
#23112B
(35,17,43)
#1E1026
(30,16,38)
#190F21
(25,15,33)
#140E1C
(20,14,28)
#0F0D17
(15,13,23)
#0A0C12
(10,12,18)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #37153F

#37153F
(55,21,63)
#492A50
(73,42,80)
#5B3F61
(91,63,97)
#6D5472
(109,84,114)
#7F6983
(127,105,131)
#917E94
(145,126,148)
#A393A5
(163,147,165)
#B5A8B6
(181,168,182)
#C7BDC7
(199,189,199)
#D9D2D8
(217,210,216)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37153F color. Also use rgb(55,21,63) instead hex code.

Text Font Color

.myTextColor { color: #37153F; }

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

This text font color is #37153F.


Background Color

.myBgColor { background-color: #37153F; }

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

This div background color is #37153F.


Border color

.myBorderColor { border: 1px solid #37153F; }

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

This div border color is #37153F.


Opacity

.myOpacity80 { color: #37153F; opacity: 0.8; }

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

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

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

This text has shadow with #37153F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37153F on black background.


Color preview on white background

This text has color #37153F on white background.



Black color preview on #37153F background

This text has black color on #37153F background.


White color preview on #37153F background

This text has white color on #37153F background.