COLOR #370D2A

HEX: #370D2A RGB: (55,13,42)

Color info

#370D2A contains red, green and blue colors in about the same proportion. Web safe color of #370D2A is #330033 (or #303).

RGB color model

#370D2A color RGB value is (55,13,42).

RGB: (55,13,42) (22%, 5%, 16%)

RGB channels and saturation

R 55 of 255 = 22%
G 13 of 255 = 5%
B 42 of 255 = 16%

55
13
42

R + G + B ~ 14%. #370D2A is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 13 + 42 = 110 (100%)
R 55 of 110 ~ 50%
G 13 of 110 ~ 11.82%
B 42 of 110 ~ 38.18'%

%50
%11.82
%38.18

CMYK color model

#370D2A color CMYK value is (0,76,24,78).

  • cyan value is 0.00%
  • magenta value is 76.36%
  • yellow value is 23.64%
  • key color value is 78.43%

CMYK: (0,76,24,78)
C0M76Y24K78 (0%, 76%, 24%, 78%)
(0.00 / 0.76 / 0.24 / 0.78)

CMYK percentages

%0
%76.36
%23.64
%78.43

Codes

Color #370D2A in popluar color models

37 0D 2A
RGB 55 13 42
HSL 319° 61.76% 13.33%
HSB/HSV 319° 76.36% 21.57%
CMYK 0.00% 76.36% 23.64%
78.43%

Color #370D2A in popluar number systems.

HEX 37 0D 2A
Decimal 55 13 42
Binary 110111 1101 101010
Octal 67 15 52

Shades and tints

Shades of #370D2A

#370D2A
(55,13,42)
#320C27
(50,12,39)
#2D0B24
(45,11,36)
#280A21
(40,10,33)
#23091E
(35,9,30)
#1E081B
(30,8,27)
#190718
(25,7,24)
#140615
(20,6,21)
#0F0512
(15,5,18)
#0A040F
(10,4,15)
#05030C
(5,3,12)
#000000
(0,0,0)

Tints of #370D2A

#370D2A
(55,13,42)
#49233D
(73,35,61)
#5B3950
(91,57,80)
#6D4F63
(109,79,99)
#7F6576
(127,101,118)
#917B89
(145,123,137)
#A3919C
(163,145,156)
#B5A7AF
(181,167,175)
#C7BDC2
(199,189,194)
#D9D3D5
(217,211,213)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370D2A color. Also use rgb(55,13,42) instead hex code.

Text Font Color

.myTextColor { color: #370D2A; }

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

This text font color is #370D2A.

Background Color

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

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

This div background color is #370D2A.

Border color

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

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

This div border color is #370D2A.

Opacity

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

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

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

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

This text has shadow with #370D2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #370D2A.

Preview

Color preview on black background

This text has color #370D2A on black background.


Color preview on white background

This text has color #370D2A on white background.


Black color preview on #370D2A background

This text has black color on #370D2A background.


White color preview on #370D2A background

This text has white color on #370D2A background.


Related colors

Complementary color

Complementary color for #hex is #C8F2D5.


I love getcolorcode.com

Triadic colors

1 #2A370D and #0D2A37 with #370D2A are triadic colors.

2 #2A0D37 and #0D372A with #370D2A are triadic colors.