COLOR #370724

HEX: #370724
RGB: (55,7,36)

Color info

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

RGB color model

#370724 color RGB value is (55,7,36).

  • red value is 55;
  • green value is 7;
  • blue value is 36.
RGB:
(55,7,36)
(22%,3%,14%)

RGB channels and saturation

R 55 of 255 = 22%
G 7 of 255 = 3%
B 36 of 255 = 14%

55
7
36

R + G + B ~ 13%. #370724 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 7 + 36 = 98 (100%)
R 55 of 98 ~ 56.12%
G 7 of 98 ~ 7.14%
B 36 of 98 ~ 36.73%

%56.12
%36.73

CMYK color model

#370724 color CMYK value is (0,87,35,78).

  • cyan value is 0.00%
  • magenta value is 87.27%
  • yellow value is 34.55%
  • key color value is 78.43%
CMYK:
(0,87,35,78)
C0M87Y35K78 
(0%,87%,35%,78%)
(0.00/0.87/0.35/0.78)	

CMYK percentages

%0
%87.27
%34.55
%78.43

Codes

Color #370724 in popluar color models

370724
RGB55736
HSL324°77.42%12.16%
HSB/HSV324°87.27%21.57%
CMYK0.00%87.27%34.55%
78.43%

Color #370724 in popluar number systems.

HEX370724
Decimal55736
Binary110111111100100
Octal67744

Shades and tints

Shades of #370724

#370724
(55,7,36)
#320721
(50,7,33)
#2D071E
(45,7,30)
#28071B
(40,7,27)
#230718
(35,7,24)
#1E0715
(30,7,21)
#190712
(25,7,18)
#14070F
(20,7,15)
#0F070C
(15,7,12)
#0A0709
(10,7,9)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #370724

#370724
(55,7,36)
#491D37
(73,29,55)
#5B334A
(91,51,74)
#6D495D
(109,73,93)
#7F5F70
(127,95,112)
#917583
(145,117,131)
#A38B96
(163,139,150)
#B5A1A9
(181,161,169)
#C7B7BC
(199,183,188)
#D9CDCF
(217,205,207)
#EBE3E2
(235,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370724 color. Also use rgb(55,7,36) instead hex code.

Text Font Color

.myTextColor { color: #370724; }

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

This text font color is #370724.


Background Color

.myBgColor { background-color: #370724; }

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

This div background color is #370724.


Border color

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

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

This div border color is #370724.


Opacity

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

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

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

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

This text has shadow with #370724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370724 on black background.


Color preview on white background

This text has color #370724 on white background.



Black color preview on #370724 background

This text has black color on #370724 background.


White color preview on #370724 background

This text has white color on #370724 background.