COLOR #370A2D

HEX: #370A2D
RGB: (55,10,45)

Color info

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

RGB color model

#370A2D color RGB value is (55,10,45).

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

RGB channels and saturation

R 55 of 255 = 22%
G 10 of 255 = 4%
B 45 of 255 = 18%

55
10
45

R + G + B ~ 15%. #370A2D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 10 + 45 = 110 (100%)
R 55 of 110 ~ 50%
G 10 of 110 ~ 9.09%
B 45 of 110 ~ 40.91%

%50
%40.91

CMYK color model

#370A2D color CMYK value is (0,82,18,78).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 18.18%
  • key color value is 78.43%
CMYK:
(0,82,18,78)
C0M82Y18K78 
(0%,82%,18%,78%)
(0.00/0.82/0.18/0.78)	

CMYK percentages

%0
%81.82
%18.18
%78.43

Codes

Color #370A2D in popluar color models

370A2D
RGB551045
HSL313°69.23%12.75%
HSB/HSV313°81.82%21.57%
CMYK0.00%81.82%18.18%
78.43%

Color #370A2D in popluar number systems.

HEX370A2D
Decimal551045
Binary1101111010101101
Octal671255

Shades and tints

Shades of #370A2D

#370A2D
(55,10,45)
#320A29
(50,10,41)
#2D0A25
(45,10,37)
#280A21
(40,10,33)
#230A1D
(35,10,29)
#1E0A19
(30,10,25)
#190A15
(25,10,21)
#140A11
(20,10,17)
#0F0A0D
(15,10,13)
#0A0A09
(10,10,9)
#050A05
(5,10,5)
#000000
(0,0,0)

Tints of #370A2D

#370A2D
(55,10,45)
#492040
(73,32,64)
#5B3653
(91,54,83)
#6D4C66
(109,76,102)
#7F6279
(127,98,121)
#91788C
(145,120,140)
#A38E9F
(163,142,159)
#B5A4B2
(181,164,178)
#C7BAC5
(199,186,197)
#D9D0D8
(217,208,216)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370A2D; }

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

This text font color is #370A2D.


Background Color

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

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

This div background color is #370A2D.


Border color

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

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

This div border color is #370A2D.


Opacity

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

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

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

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

This text has shadow with #370A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370A2D on black background.


Color preview on white background

This text has color #370A2D on white background.



Black color preview on #370A2D background

This text has black color on #370A2D background.


White color preview on #370A2D background

This text has white color on #370A2D background.