COLOR #370E07

HEX: #370E07
RGB: (55,14,7)

Color info

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

RGB color model

#370E07 color RGB value is (55,14,7).

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

RGB channels and saturation

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

55
14
7

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

Portions of RGB colors in percentages

R + G + B =
55 + 14 + 7 = 76 (100%)
R 55 of 76 ~ 72.37%
G 14 of 76 ~ 18.42%
B 7 of 76 ~ 9.21%

%72.37
%18.42

CMYK color model

#370E07 color CMYK value is (0,75,87,78).

  • cyan value is 0.00%
  • magenta value is 74.55%
  • yellow value is 87.27%
  • key color value is 78.43%
CMYK:
(0,75,87,78)
C0M75Y87K78 
(0%,75%,87%,78%)
(0.00/0.75/0.87/0.78)	

CMYK percentages

%0
%74.55
%87.27
%78.43

Codes

Color #370E07 in popluar color models

370E07
RGB55147
HSL77.42%12.16%
HSB/HSV87.27%21.57%
CMYK0.00%74.55%87.27%
78.43%

Color #370E07 in popluar number systems.

HEX370E07
Decimal55147
Binary1101111110111
Octal67167

Shades and tints

Shades of #370E07

#370E07
(55,14,7)
#320D07
(50,13,7)
#2D0C07
(45,12,7)
#280B07
(40,11,7)
#230A07
(35,10,7)
#1E0907
(30,9,7)
#190807
(25,8,7)
#140707
(20,7,7)
#0F0607
(15,6,7)
#0A0507
(10,5,7)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #370E07

#370E07
(55,14,7)
#49231D
(73,35,29)
#5B3833
(91,56,51)
#6D4D49
(109,77,73)
#7F625F
(127,98,95)
#917775
(145,119,117)
#A38C8B
(163,140,139)
#B5A1A1
(181,161,161)
#C7B6B7
(199,182,183)
#D9CBCD
(217,203,205)
#EBE0E3
(235,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370E07; }

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

This text font color is #370E07.


Background Color

.myBgColor { background-color: #370E07; }

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

This div background color is #370E07.


Border color

.myBorderColor { border: 1px solid #370E07; }

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

This div border color is #370E07.


Opacity

.myOpacity80 { color: #370E07; opacity: 0.8; }

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

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

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

This text has shadow with #370E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370E07 on black background.


Color preview on white background

This text has color #370E07 on white background.



Black color preview on #370E07 background

This text has black color on #370E07 background.


White color preview on #370E07 background

This text has white color on #370E07 background.