COLOR #370909

HEX: #370909
RGB: (55,9,9)

Color info

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

RGB color model

#370909 color RGB value is (55,9,9).

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

RGB channels and saturation

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

55
9
9

R + G + B ~ 10%. #370909 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 9 + 9 = 73 (100%)
R 55 of 73 ~ 75.34%
G 9 of 73 ~ 12.33%
B 9 of 73 ~ 12.33%

%75.34
%12.33
%12.33

CMYK color model

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

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

CMYK percentages

%0
%83.64
%83.64
%78.43

Codes

Color #370909 in popluar color models

370909
RGB5599
HSL71.88%12.55%
HSB/HSV83.64%21.57%
CMYK0.00%83.64%83.64%
78.43%

Color #370909 in popluar number systems.

HEX370909
Decimal5599
Binary11011110011001
Octal671111

Shades and tints

Shades of #370909

#370909
(55,9,9)
#320909
(50,9,9)
#2D0909
(45,9,9)
#280909
(40,9,9)
#230909
(35,9,9)
#1E0909
(30,9,9)
#190909
(25,9,9)
#140909
(20,9,9)
#0F0909
(15,9,9)
#0A0909
(10,9,9)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #370909

#370909
(55,9,9)
#491F1F
(73,31,31)
#5B3535
(91,53,53)
#6D4B4B
(109,75,75)
#7F6161
(127,97,97)
#917777
(145,119,119)
#A38D8D
(163,141,141)
#B5A3A3
(181,163,163)
#C7B9B9
(199,185,185)
#D9CFCF
(217,207,207)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370909; }

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

This text font color is #370909.


Background Color

.myBgColor { background-color: #370909; }

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

This div background color is #370909.


Border color

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

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

This div border color is #370909.


Opacity

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

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

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

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

This text has shadow with #370909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370909 on black background.


Color preview on white background

This text has color #370909 on white background.



Black color preview on #370909 background

This text has black color on #370909 background.


White color preview on #370909 background

This text has white color on #370909 background.