COLOR #370F29

HEX: #370F29
RGB: (55,15,41)

Color info

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

RGB color model

#370F29 color RGB value is (55,15,41).

  • red value is 55;
  • green value is 15;
  • blue value is 41.
RGB:
(55,15,41)
(22%,6%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 15 of 255 = 6%
B 41 of 255 = 16%

55
15
41

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

Portions of RGB colors in percentages

R + G + B =
55 + 15 + 41 = 111 (100%)
R 55 of 111 ~ 49.55%
G 15 of 111 ~ 13.51%
B 41 of 111 ~ 36.94%

%49.55
%13.51
%36.94

CMYK color model

#370F29 color CMYK value is (0,73,25,78).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 25.45%
  • key color value is 78.43%
CMYK:
(0,73,25,78)
C0M73Y25K78 
(0%,73%,25%,78%)
(0.00/0.73/0.25/0.78)	

CMYK percentages

%0
%72.73
%25.45
%78.43

Codes

Color #370F29 in popluar color models

370F29
RGB551541
HSL321°57.14%13.73%
HSB/HSV321°72.73%21.57%
CMYK0.00%72.73%25.45%
78.43%

Color #370F29 in popluar number systems.

HEX370F29
Decimal551541
Binary1101111111101001
Octal671751

Shades and tints

Shades of #370F29

#370F29
(55,15,41)
#320E26
(50,14,38)
#2D0D23
(45,13,35)
#280C20
(40,12,32)
#230B1D
(35,11,29)
#1E0A1A
(30,10,26)
#190917
(25,9,23)
#140814
(20,8,20)
#0F0711
(15,7,17)
#0A060E
(10,6,14)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #370F29

#370F29
(55,15,41)
#49243C
(73,36,60)
#5B394F
(91,57,79)
#6D4E62
(109,78,98)
#7F6375
(127,99,117)
#917888
(145,120,136)
#A38D9B
(163,141,155)
#B5A2AE
(181,162,174)
#C7B7C1
(199,183,193)
#D9CCD4
(217,204,212)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370F29 color. Also use rgb(55,15,41) instead hex code.

Text Font Color

.myTextColor { color: #370F29; }

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

This text font color is #370F29.


Background Color

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

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

This div background color is #370F29.


Border color

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

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

This div border color is #370F29.


Opacity

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

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

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

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

This text has shadow with #370F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370F29 on black background.


Color preview on white background

This text has color #370F29 on white background.



Black color preview on #370F29 background

This text has black color on #370F29 background.


White color preview on #370F29 background

This text has white color on #370F29 background.