COLOR #370015

HEX: #370015
RGB: (55,0,21)

Color info

#370015 contains only red and blue colors. Web safe color of #370015 is #330000 (or #300).

RGB color model

#370015 color RGB value is (55,0,21).

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

RGB channels and saturation

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

55
0
21

R + G + B ~ 10%. #370015 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 0 + 21 = 76 (100%)
R 55 of 76 ~ 72.37%
G 0 of 76 ~ 0%
B 21 of 76 ~ 27.63%

%72.37
%27.63

CMYK color model

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

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

CMYK percentages

%0
%100
%61.82
%78.43

Codes

Color #370015 in popluar color models

370015
RGB55021
HSL337°100.00%10.78%
HSB/HSV337°100.00%21.57%
CMYK0.00%100.00%61.82%
78.43%

Color #370015 in popluar number systems.

HEX370015
Decimal55021
Binary110111010101
Octal67025

Shades and tints

Shades of #370015

#370015
(55,0,21)
#320014
(50,0,20)
#2D0013
(45,0,19)
#280012
(40,0,18)
#230011
(35,0,17)
#1E0010
(30,0,16)
#19000F
(25,0,15)
#14000E
(20,0,14)
#0F000D
(15,0,13)
#0A000C
(10,0,12)
#05000B
(5,0,11)
#000000
(0,0,0)

Tints of #370015

#370015
(55,0,21)
#49172A
(73,23,42)
#5B2E3F
(91,46,63)
#6D4554
(109,69,84)
#7F5C69
(127,92,105)
#91737E
(145,115,126)
#A38A93
(163,138,147)
#B5A1A8
(181,161,168)
#C7B8BD
(199,184,189)
#D9CFD2
(217,207,210)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370015; }

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

This text font color is #370015.


Background Color

.myBgColor { background-color: #370015; }

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

This div background color is #370015.


Border color

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

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

This div border color is #370015.


Opacity

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

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

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

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

This text has shadow with #370015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370015 on black background.


Color preview on white background

This text has color #370015 on white background.



Black color preview on #370015 background

This text has black color on #370015 background.


White color preview on #370015 background

This text has white color on #370015 background.