COLOR #370A1C

HEX: #370A1C
RGB: (55,10,28)

Color info

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

RGB color model

#370A1C color RGB value is (55,10,28).

  • red value is 55;
  • green value is 10;
  • blue value is 28.
RGB:
(55,10,28)
(22%,4%,11%)

RGB channels and saturation

R 55 of 255 = 22%
G 10 of 255 = 4%
B 28 of 255 = 11%

55
10
28

R + G + B ~ 12%. #370A1C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 10 + 28 = 93 (100%)
R 55 of 93 ~ 59.14%
G 10 of 93 ~ 10.75%
B 28 of 93 ~ 30.11%

%59.14
%10.75
%30.11

CMYK color model

#370A1C color CMYK value is (0,82,49,78).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 49.09%
  • key color value is 78.43%
CMYK:
(0,82,49,78)
C0M82Y49K78 
(0%,82%,49%,78%)
(0.00/0.82/0.49/0.78)	

CMYK percentages

%0
%81.82
%49.09
%78.43

Codes

Color #370A1C in popluar color models

370A1C
RGB551028
HSL336°69.23%12.75%
HSB/HSV336°81.82%21.57%
CMYK0.00%81.82%49.09%
78.43%

Color #370A1C in popluar number systems.

HEX370A1C
Decimal551028
Binary110111101011100
Octal671234

Shades and tints

Shades of #370A1C

#370A1C
(55,10,28)
#320A1A
(50,10,26)
#2D0A18
(45,10,24)
#280A16
(40,10,22)
#230A14
(35,10,20)
#1E0A12
(30,10,18)
#190A10
(25,10,16)
#140A0E
(20,10,14)
#0F0A0C
(15,10,12)
#0A0A0A
(10,10,10)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #370A1C

#370A1C
(55,10,28)
#492030
(73,32,48)
#5B3644
(91,54,68)
#6D4C58
(109,76,88)
#7F626C
(127,98,108)
#917880
(145,120,128)
#A38E94
(163,142,148)
#B5A4A8
(181,164,168)
#C7BABC
(199,186,188)
#D9D0D0
(217,208,208)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370A1C color. Also use rgb(55,10,28) instead hex code.

Text Font Color

.myTextColor { color: #370A1C; }

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

This text font color is #370A1C.


Background Color

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

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

This div background color is #370A1C.


Border color

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

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

This div border color is #370A1C.


Opacity

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

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

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

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

This text has shadow with #370A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370A1C on black background.


Color preview on white background

This text has color #370A1C on white background.



Black color preview on #370A1C background

This text has black color on #370A1C background.


White color preview on #370A1C background

This text has white color on #370A1C background.