COLOR #370E0A

HEX: #370E0A RGB: (55,14,10)

Color info

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

RGB color model

#370E0A color RGB value is (55,14,10).

RGB: (55,14,10) (22%, 5%, 4%)

RGB channels and saturation

R 55 of 255 = 22%
G 14 of 255 = 5%
B 10 of 255 = 4%

55
14
10

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

Portions of RGB colors in percentages

R + G + B = 55 + 14 + 10 = 79 (100%)
R 55 of 79 ~ 69.62%
G 14 of 79 ~ 17.72%
B 10 of 79 ~ 12.66'%

%69.62
%17.72
%12.66

CMYK color model

#370E0A color CMYK value is (0,75,82,78).

  • cyan value is 0.00%
  • magenta value is 74.55%
  • yellow value is 81.82%
  • key color value is 78.43%

CMYK: (0,75,82,78)
C0M75Y82K78 (0%, 75%, 82%, 78%)
(0.00 / 0.75 / 0.82 / 0.78)

CMYK percentages

%0
%74.55
%81.82
%78.43

Codes

Color #370E0A in popluar color models

37 0E 0A
RGB 55 14 10
HSL 69.23% 12.75%
HSB/HSV 81.82% 21.57%
CMYK 0.00% 74.55% 81.82%
78.43%

Color #370E0A in popluar number systems.

HEX 37 0E 0A
Decimal 55 14 10
Binary 110111 1110 1010
Octal 67 16 12

Shades and tints

Shades of #370E0A

#370E0A
(55,14,10)
#320D0A
(50,13,10)
#2D0C0A
(45,12,10)
#280B0A
(40,11,10)
#230A0A
(35,10,10)
#1E090A
(30,9,10)
#19080A
(25,8,10)
#14070A
(20,7,10)
#0F060A
(15,6,10)
#0A050A
(10,5,10)
#05040A
(5,4,10)
#000000
(0,0,0)

Tints of #370E0A

#370E0A
(55,14,10)
#492320
(73,35,32)
#5B3836
(91,56,54)
#6D4D4C
(109,77,76)
#7F6262
(127,98,98)
#917778
(145,119,120)
#A38C8E
(163,140,142)
#B5A1A4
(181,161,164)
#C7B6BA
(199,182,186)
#D9CBD0
(217,203,208)
#EBE0E6
(235,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370E0A; }

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

This text font color is #370E0A.

Background Color

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

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

This div background color is #370E0A.

Border color

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

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

This div border color is #370E0A.

Opacity

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

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

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

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

This text has shadow with #370E0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #370E0A.

Preview

Color preview on black background

This text has color #370E0A on black background.


Color preview on white background

This text has color #370E0A on white background.


Black color preview on #370E0A background

This text has black color on #370E0A background.


White color preview on #370E0A background

This text has white color on #370E0A background.


Related colors

Complementary color

Complementary color for #hex is #C8F1F5.


I love getcolorcode.com

Triadic colors

1 #0A370E and #0E0A37 with #370E0A are triadic colors.

2 #0A0E37 and #0E370A with #370E0A are triadic colors.