COLOR #37153D

HEX: #37153D
RGB: (55,21,61)

Color info

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

RGB color model

#37153D color RGB value is (55,21,61).

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

RGB channels and saturation

R 55 of 255 = 22%
G 21 of 255 = 8%
B 61 of 255 = 24%

55
21
61

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

Portions of RGB colors in percentages

R + G + B =
55 + 21 + 61 = 137 (100%)
R 55 of 137 ~ 40.15%
G 21 of 137 ~ 15.33%
B 61 of 137 ~ 44.53%

%40.15
%15.33
%44.53

CMYK color model

#37153D color CMYK value is (10,66,0,76).

  • cyan value is 9.84%
  • magenta value is 65.57%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(10,66,0,76)
C10M66Y0K76 
(10%,66%,0%,76%)
(0.10/0.66/0.00/0.76)	

CMYK percentages

%9.84
%65.57
%0
%76.08

Codes

Color #37153D in popluar color models

37153D
RGB552161
HSL291°48.78%16.08%
HSB/HSV291°65.57%23.92%
CMYK9.84%65.57%0.00%
76.08%

Color #37153D in popluar number systems.

HEX37153D
Decimal552161
Binary11011110101111101
Octal672575

Shades and tints

Shades of #37153D

#37153D
(55,21,61)
#321438
(50,20,56)
#2D1333
(45,19,51)
#28122E
(40,18,46)
#231129
(35,17,41)
#1E1024
(30,16,36)
#190F1F
(25,15,31)
#140E1A
(20,14,26)
#0F0D15
(15,13,21)
#0A0C10
(10,12,16)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #37153D

#37153D
(55,21,61)
#492A4E
(73,42,78)
#5B3F5F
(91,63,95)
#6D5470
(109,84,112)
#7F6981
(127,105,129)
#917E92
(145,126,146)
#A393A3
(163,147,163)
#B5A8B4
(181,168,180)
#C7BDC5
(199,189,197)
#D9D2D6
(217,210,214)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37153D; }

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

This text font color is #37153D.


Background Color

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

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

This div background color is #37153D.


Border color

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

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

This div border color is #37153D.


Opacity

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

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

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

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

This text has shadow with #37153D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37153D on black background.


Color preview on white background

This text has color #37153D on white background.



Black color preview on #37153D background

This text has black color on #37153D background.


White color preview on #37153D background

This text has white color on #37153D background.