COLOR #370037

HEX: #370037
RGB: (55,0,55)

Color info

#370037 contains only red and blue colors. Web safe color of #370037 is #330033 (or #303).

RGB color model

#370037 color RGB value is (55,0,55).

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

RGB channels and saturation

R 55 of 255 = 22%
G 0 of 255 = 0%
B 55 of 255 = 22%

55
0
55

R + G + B ~ 15%. #370037 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 0 + 55 = 110 (100%)
R 55 of 110 ~ 50%
G 0 of 110 ~ 0%
B 55 of 110 ~ 50%

%50
%50

CMYK color model

#370037 color CMYK value is (0,100,0,78).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(0,100,0,78)
C0M100Y0K78 
(0%,100%,0%,78%)
(0.00/1.00/0.00/0.78)	

CMYK percentages

%0
%100
%0
%78.43

Codes

Color #370037 in popluar color models

370037
RGB55055
HSL300°100.00%10.78%
HSB/HSV300°100.00%21.57%
CMYK0.00%100.00%0.00%
78.43%

Color #370037 in popluar number systems.

HEX370037
Decimal55055
Binary1101110110111
Octal67067

Shades and tints

Shades of #370037

#370037
(55,0,55)
#320032
(50,0,50)
#2D002D
(45,0,45)
#280028
(40,0,40)
#230023
(35,0,35)
#1E001E
(30,0,30)
#190019
(25,0,25)
#140014
(20,0,20)
#0F000F
(15,0,15)
#0A000A
(10,0,10)
#050005
(5,0,5)
#000000
(0,0,0)

Tints of #370037

#370037
(55,0,55)
#491749
(73,23,73)
#5B2E5B
(91,46,91)
#6D456D
(109,69,109)
#7F5C7F
(127,92,127)
#917391
(145,115,145)
#A38AA3
(163,138,163)
#B5A1B5
(181,161,181)
#C7B8C7
(199,184,199)
#D9CFD9
(217,207,217)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370037; }

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

This text font color is #370037.


Background Color

.myBgColor { background-color: #370037; }

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

This div background color is #370037.


Border color

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

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

This div border color is #370037.


Opacity

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

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

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

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

This text has shadow with #370037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370037 on black background.


Color preview on white background

This text has color #370037 on white background.



Black color preview on #370037 background

This text has black color on #370037 background.


White color preview on #370037 background

This text has white color on #370037 background.