COLOR #370000

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

Color info

#370000 contains only red color. Web safe color of #370000 is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

55
0
0

R + G + B ~ 7%. #370000 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

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

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

CMYK percentages

%0
%100
%100
%78.43

Codes

Color #370000 in popluar color models

370000
RGB5500
HSL100.00%10.78%
HSB/HSV100.00%21.57%
CMYK0.00%100.00%100.00%
78.43%

Color #370000 in popluar number systems.

HEX370000
Decimal5500
Binary11011100
Octal6700

Shades and tints

Shades of #370000

#370000
(55,0,0)
#320000
(50,0,0)
#2D0000
(45,0,0)
#280000
(40,0,0)
#230000
(35,0,0)
#1E0000
(30,0,0)
#190000
(25,0,0)
#140000
(20,0,0)
#0F0000
(15,0,0)
#0A0000
(10,0,0)
#050000
(5,0,0)
#000000
(0,0,0)

Tints of #370000

#370000
(55,0,0)
#491717
(73,23,23)
#5B2E2E
(91,46,46)
#6D4545
(109,69,69)
#7F5C5C
(127,92,92)
#917373
(145,115,115)
#A38A8A
(163,138,138)
#B5A1A1
(181,161,161)
#C7B8B8
(199,184,184)
#D9CFCF
(217,207,207)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370000; }

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

This text font color is #370000.


Background Color

.myBgColor { background-color: #370000; }

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

This div background color is #370000.


Border color

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

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

This div border color is #370000.


Opacity

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

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

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

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

This text has shadow with #370000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370000 on black background.


Color preview on white background

This text has color #370000 on white background.



Black color preview on #370000 background

This text has black color on #370000 background.


White color preview on #370000 background

This text has white color on #370000 background.