COLOR #370D3C

HEX: #370D3C
RGB: (55,13,60)

Color info

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

RGB color model

#370D3C color RGB value is (55,13,60).

  • red value is 55;
  • green value is 13;
  • blue value is 60.
RGB:
(55,13,60)
(22%,5%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 13 of 255 = 5%
B 60 of 255 = 24%

55
13
60

R + G + B ~ 17%. #370D3C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 13 + 60 = 128 (100%)
R 55 of 128 ~ 42.97%
G 13 of 128 ~ 10.16%
B 60 of 128 ~ 46.88%

%42.97
%10.16
%46.88

CMYK color model

#370D3C color CMYK value is (8,78,0,76).

  • cyan value is 8.33%
  • magenta value is 78.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(8,78,0,76)
C8M78Y0K76 
(8%,78%,0%,76%)
(0.08/0.78/0.00/0.76)	

CMYK percentages

%8.33
%78.33
%0
%76.47

Codes

Color #370D3C in popluar color models

370D3C
RGB551360
HSL294°64.38%14.31%
HSB/HSV294°78.33%23.53%
CMYK8.33%78.33%0.00%
76.47%

Color #370D3C in popluar number systems.

HEX370D3C
Decimal551360
Binary1101111101111100
Octal671574

Shades and tints

Shades of #370D3C

#370D3C
(55,13,60)
#320C37
(50,12,55)
#2D0B32
(45,11,50)
#280A2D
(40,10,45)
#230928
(35,9,40)
#1E0823
(30,8,35)
#19071E
(25,7,30)
#140619
(20,6,25)
#0F0514
(15,5,20)
#0A040F
(10,4,15)
#05030A
(5,3,10)
#000000
(0,0,0)

Tints of #370D3C

#370D3C
(55,13,60)
#49234D
(73,35,77)
#5B395E
(91,57,94)
#6D4F6F
(109,79,111)
#7F6580
(127,101,128)
#917B91
(145,123,145)
#A391A2
(163,145,162)
#B5A7B3
(181,167,179)
#C7BDC4
(199,189,196)
#D9D3D5
(217,211,213)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370D3C color. Also use rgb(55,13,60) instead hex code.

Text Font Color

.myTextColor { color: #370D3C; }

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

This text font color is #370D3C.


Background Color

.myBgColor { background-color: #370D3C; }

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

This div background color is #370D3C.


Border color

.myBorderColor { border: 1px solid #370D3C; }

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

This div border color is #370D3C.


Opacity

.myOpacity80 { color: #370D3C; opacity: 0.8; }

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

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

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

This text has shadow with #370D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370D3C on black background.


Color preview on white background

This text has color #370D3C on white background.



Black color preview on #370D3C background

This text has black color on #370D3C background.


White color preview on #370D3C background

This text has white color on #370D3C background.