COLOR #370815

HEX: #370815
RGB: (55,8,21)

Color info

#370815 contains red, green and blue colors in about the same proportion. Web safe color of #370815 is #330000 (or #300).

RGB color model

#370815 color RGB value is (55,8,21).

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

RGB channels and saturation

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

55
8
21

R + G + B ~ 11%. #370815 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 8 + 21 = 84 (100%)
R 55 of 84 ~ 65.48%
G 8 of 84 ~ 9.52%
B 21 of 84 ~ 25%

%65.48
%9.52
%25

CMYK color model

#370815 color CMYK value is (0,85,62,78).

  • cyan value is 0.00%
  • magenta value is 85.45%
  • yellow value is 61.82%
  • key color value is 78.43%
CMYK:
(0,85,62,78)
C0M85Y62K78 
(0%,85%,62%,78%)
(0.00/0.85/0.62/0.78)	

CMYK percentages

%0
%85.45
%61.82
%78.43

Codes

Color #370815 in popluar color models

370815
RGB55821
HSL343°74.60%12.35%
HSB/HSV343°85.45%21.57%
CMYK0.00%85.45%61.82%
78.43%

Color #370815 in popluar number systems.

HEX370815
Decimal55821
Binary110111100010101
Octal671025

Shades and tints

Shades of #370815

#370815
(55,8,21)
#320814
(50,8,20)
#2D0813
(45,8,19)
#280812
(40,8,18)
#230811
(35,8,17)
#1E0810
(30,8,16)
#19080F
(25,8,15)
#14080E
(20,8,14)
#0F080D
(15,8,13)
#0A080C
(10,8,12)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #370815

#370815
(55,8,21)
#491E2A
(73,30,42)
#5B343F
(91,52,63)
#6D4A54
(109,74,84)
#7F6069
(127,96,105)
#91767E
(145,118,126)
#A38C93
(163,140,147)
#B5A2A8
(181,162,168)
#C7B8BD
(199,184,189)
#D9CED2
(217,206,210)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370815; }

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

This text font color is #370815.


Background Color

.myBgColor { background-color: #370815; }

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

This div background color is #370815.


Border color

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

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

This div border color is #370815.


Opacity

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

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

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

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

This text has shadow with #370815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370815 on black background.


Color preview on white background

This text has color #370815 on white background.



Black color preview on #370815 background

This text has black color on #370815 background.


White color preview on #370815 background

This text has white color on #370815 background.