COLOR #370611

HEX: #370611
RGB: (55,6,17)

Color info

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

RGB color model

#370611 color RGB value is (55,6,17).

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

RGB channels and saturation

R 55 of 255 = 22%
G 6 of 255 = 2%
B 17 of 255 = 7%

55
6
17

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

Portions of RGB colors in percentages

R + G + B =
55 + 6 + 17 = 78 (100%)
R 55 of 78 ~ 70.51%
G 6 of 78 ~ 7.69%
B 17 of 78 ~ 21.79%

%70.51
%21.79

CMYK color model

#370611 color CMYK value is (0,89,69,78).

  • cyan value is 0.00%
  • magenta value is 89.09%
  • yellow value is 69.09%
  • key color value is 78.43%
CMYK:
(0,89,69,78)
C0M89Y69K78 
(0%,89%,69%,78%)
(0.00/0.89/0.69/0.78)	

CMYK percentages

%0
%89.09
%69.09
%78.43

Codes

Color #370611 in popluar color models

370611
RGB55617
HSL347°80.33%11.96%
HSB/HSV347°89.09%21.57%
CMYK0.00%89.09%69.09%
78.43%

Color #370611 in popluar number systems.

HEX370611
Decimal55617
Binary11011111010001
Octal67621

Shades and tints

Shades of #370611

#370611
(55,6,17)
#320610
(50,6,16)
#2D060F
(45,6,15)
#28060E
(40,6,14)
#23060D
(35,6,13)
#1E060C
(30,6,12)
#19060B
(25,6,11)
#14060A
(20,6,10)
#0F0609
(15,6,9)
#0A0608
(10,6,8)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #370611

#370611
(55,6,17)
#491C26
(73,28,38)
#5B323B
(91,50,59)
#6D4850
(109,72,80)
#7F5E65
(127,94,101)
#91747A
(145,116,122)
#A38A8F
(163,138,143)
#B5A0A4
(181,160,164)
#C7B6B9
(199,182,185)
#D9CCCE
(217,204,206)
#EBE2E3
(235,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370611; }

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

This text font color is #370611.


Background Color

.myBgColor { background-color: #370611; }

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

This div background color is #370611.


Border color

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

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

This div border color is #370611.


Opacity

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

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

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

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

This text has shadow with #370611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370611 on black background.


Color preview on white background

This text has color #370611 on white background.



Black color preview on #370611 background

This text has black color on #370611 background.


White color preview on #370611 background

This text has white color on #370611 background.