COLOR #370904

HEX: #370904
RGB: (55,9,4)

Color info

#370904 contains red, green and blue colors in about the same proportion. Web safe color of #370904 is #330000 (or #300).

RGB color model

#370904 color RGB value is (55,9,4).

  • red value is 55;
  • green value is 9;
  • blue value is 4.
RGB:
(55,9,4)
(22%,4%,2%)

RGB channels and saturation

R 55 of 255 = 22%
G 9 of 255 = 4%
B 4 of 255 = 2%

55
9
4

R + G + B ~ 9%. #370904 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 9 + 4 = 68 (100%)
R 55 of 68 ~ 80.88%
G 9 of 68 ~ 13.24%
B 4 of 68 ~ 5.88%

%80.88
%13.24

CMYK color model

#370904 color CMYK value is (0,84,93,78).

  • cyan value is 0.00%
  • magenta value is 83.64%
  • yellow value is 92.73%
  • key color value is 78.43%
CMYK:
(0,84,93,78)
C0M84Y93K78 
(0%,84%,93%,78%)
(0.00/0.84/0.93/0.78)	

CMYK percentages

%0
%83.64
%92.73
%78.43

Codes

Color #370904 in popluar color models

370904
RGB5594
HSL86.44%11.57%
HSB/HSV92.73%21.57%
CMYK0.00%83.64%92.73%
78.43%

Color #370904 in popluar number systems.

HEX370904
Decimal5594
Binary1101111001100
Octal67114

Shades and tints

Shades of #370904

#370904
(55,9,4)
#320904
(50,9,4)
#2D0904
(45,9,4)
#280904
(40,9,4)
#230904
(35,9,4)
#1E0904
(30,9,4)
#190904
(25,9,4)
#140904
(20,9,4)
#0F0904
(15,9,4)
#0A0904
(10,9,4)
#050904
(5,9,4)
#000000
(0,0,0)

Tints of #370904

#370904
(55,9,4)
#491F1A
(73,31,26)
#5B3530
(91,53,48)
#6D4B46
(109,75,70)
#7F615C
(127,97,92)
#917772
(145,119,114)
#A38D88
(163,141,136)
#B5A39E
(181,163,158)
#C7B9B4
(199,185,180)
#D9CFCA
(217,207,202)
#EBE5E0
(235,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370904 color. Also use rgb(55,9,4) instead hex code.

Text Font Color

.myTextColor { color: #370904; }

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

This text font color is #370904.


Background Color

.myBgColor { background-color: #370904; }

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

This div background color is #370904.


Border color

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

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

This div border color is #370904.


Opacity

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

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

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

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

This text has shadow with #370904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370904 on black background.


Color preview on white background

This text has color #370904 on white background.



Black color preview on #370904 background

This text has black color on #370904 background.


White color preview on #370904 background

This text has white color on #370904 background.