COLOR #370619

HEX: #370619
RGB: (55,6,25)

Color info

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

RGB color model

#370619 color RGB value is (55,6,25).

  • red value is 55;
  • green value is 6;
  • blue value is 25.
RGB:
(55,6,25)
(22%,2%,10%)

RGB channels and saturation

R 55 of 255 = 22%
G 6 of 255 = 2%
B 25 of 255 = 10%

55
6
25

R + G + B ~ 11%. #370619 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 6 + 25 = 86 (100%)
R 55 of 86 ~ 63.95%
G 6 of 86 ~ 6.98%
B 25 of 86 ~ 29.07%

%63.95
%29.07

CMYK color model

#370619 color CMYK value is (0,89,55,78).

  • cyan value is 0.00%
  • magenta value is 89.09%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK:
(0,89,55,78)
C0M89Y55K78 
(0%,89%,55%,78%)
(0.00/0.89/0.55/0.78)	

CMYK percentages

%0
%89.09
%54.55
%78.43

Codes

Color #370619 in popluar color models

370619
RGB55625
HSL337°80.33%11.96%
HSB/HSV337°89.09%21.57%
CMYK0.00%89.09%54.55%
78.43%

Color #370619 in popluar number systems.

HEX370619
Decimal55625
Binary11011111011001
Octal67631

Shades and tints

Shades of #370619

#370619
(55,6,25)
#320617
(50,6,23)
#2D0615
(45,6,21)
#280613
(40,6,19)
#230611
(35,6,17)
#1E060F
(30,6,15)
#19060D
(25,6,13)
#14060B
(20,6,11)
#0F0609
(15,6,9)
#0A0607
(10,6,7)
#050605
(5,6,5)
#000000
(0,0,0)

Tints of #370619

#370619
(55,6,25)
#491C2D
(73,28,45)
#5B3241
(91,50,65)
#6D4855
(109,72,85)
#7F5E69
(127,94,105)
#91747D
(145,116,125)
#A38A91
(163,138,145)
#B5A0A5
(181,160,165)
#C7B6B9
(199,182,185)
#D9CCCD
(217,204,205)
#EBE2E1
(235,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370619; }

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

This text font color is #370619.


Background Color

.myBgColor { background-color: #370619; }

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

This div background color is #370619.


Border color

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

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

This div border color is #370619.


Opacity

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

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

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

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

This text has shadow with #370619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370619 on black background.


Color preview on white background

This text has color #370619 on white background.



Black color preview on #370619 background

This text has black color on #370619 background.


White color preview on #370619 background

This text has white color on #370619 background.