COLOR #370A2C

HEX: #370A2C
RGB: (55,10,44)

Color info

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

RGB color model

#370A2C color RGB value is (55,10,44).

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

RGB channels and saturation

R 55 of 255 = 22%
G 10 of 255 = 4%
B 44 of 255 = 17%

55
10
44

R + G + B ~ 14%. #370A2C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 10 + 44 = 109 (100%)
R 55 of 109 ~ 50.46%
G 10 of 109 ~ 9.17%
B 44 of 109 ~ 40.37%

%50.46
%40.37

CMYK color model

#370A2C color CMYK value is (0,82,20,78).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 20.00%
  • key color value is 78.43%
CMYK:
(0,82,20,78)
C0M82Y20K78 
(0%,82%,20%,78%)
(0.00/0.82/0.20/0.78)	

CMYK percentages

%0
%81.82
%20
%78.43

Codes

Color #370A2C in popluar color models

370A2C
RGB551044
HSL315°69.23%12.75%
HSB/HSV315°81.82%21.57%
CMYK0.00%81.82%20.00%
78.43%

Color #370A2C in popluar number systems.

HEX370A2C
Decimal551044
Binary1101111010101100
Octal671254

Shades and tints

Shades of #370A2C

#370A2C
(55,10,44)
#320A28
(50,10,40)
#2D0A24
(45,10,36)
#280A20
(40,10,32)
#230A1C
(35,10,28)
#1E0A18
(30,10,24)
#190A14
(25,10,20)
#140A10
(20,10,16)
#0F0A0C
(15,10,12)
#0A0A08
(10,10,8)
#050A04
(5,10,4)
#000000
(0,0,0)

Tints of #370A2C

#370A2C
(55,10,44)
#49203F
(73,32,63)
#5B3652
(91,54,82)
#6D4C65
(109,76,101)
#7F6278
(127,98,120)
#91788B
(145,120,139)
#A38E9E
(163,142,158)
#B5A4B1
(181,164,177)
#C7BAC4
(199,186,196)
#D9D0D7
(217,208,215)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370A2C; }

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

This text font color is #370A2C.


Background Color

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

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

This div background color is #370A2C.


Border color

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

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

This div border color is #370A2C.


Opacity

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

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

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

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

This text has shadow with #370A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370A2C on black background.


Color preview on white background

This text has color #370A2C on white background.



Black color preview on #370A2C background

This text has black color on #370A2C background.


White color preview on #370A2C background

This text has white color on #370A2C background.