COLOR #370D33

HEX: #370D33 RGB: (55,13,51)

Color info

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

RGB color model

#370D33 color RGB value is (55,13,51).

RGB: (55,13,51) (22%, 5%, 20%)

RGB channels and saturation

R 55 of 255 = 22%
G 13 of 255 = 5%
B 51 of 255 = 20%

55
13
51

R + G + B ~ 16%. #370D33 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 13 + 51 = 119 (100%)
R 55 of 119 ~ 46.22%
G 13 of 119 ~ 10.92%
B 51 of 119 ~ 42.86'%

%46.22
%10.92
%42.86

CMYK color model

#370D33 color CMYK value is (0,76,7,78).

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

CMYK: (0,76,7,78)
C0M76Y7K78 (0%, 76%, 7%, 78%)
(0.00 / 0.76 / 0.07 / 0.78)

CMYK percentages

%0
%76.36
%7.27
%78.43

Codes

Color #370D33 in popluar color models

37 0D 33
RGB 55 13 51
HSL 306° 61.76% 13.33%
HSB/HSV 306° 76.36% 21.57%
CMYK 0.00% 76.36% 7.27%
78.43%

Color #370D33 in popluar number systems.

HEX 37 0D 33
Decimal 55 13 51
Binary 110111 1101 110011
Octal 67 15 63

Shades and tints

Shades of #370D33

#370D33
(55,13,51)
#320C2F
(50,12,47)
#2D0B2B
(45,11,43)
#280A27
(40,10,39)
#230923
(35,9,35)
#1E081F
(30,8,31)
#19071B
(25,7,27)
#140617
(20,6,23)
#0F0513
(15,5,19)
#0A040F
(10,4,15)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #370D33

#370D33
(55,13,51)
#492345
(73,35,69)
#5B3957
(91,57,87)
#6D4F69
(109,79,105)
#7F657B
(127,101,123)
#917B8D
(145,123,141)
#A3919F
(163,145,159)
#B5A7B1
(181,167,177)
#C7BDC3
(199,189,195)
#D9D3D5
(217,211,213)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370D33; }

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

This text font color is #370D33.

Background Color

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

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

This div background color is #370D33.

Border color

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

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

This div border color is #370D33.

Opacity

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

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

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

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

This text has shadow with #370D33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #370D33.

Preview

Color preview on black background

This text has color #370D33 on black background.


Color preview on white background

This text has color #370D33 on white background.


Black color preview on #370D33 background

This text has black color on #370D33 background.


White color preview on #370D33 background

This text has white color on #370D33 background.


Related colors

Complementary color

Complementary color for #hex is #C8F2CC.


I love getcolorcode.com

Triadic colors

1 #33370D and #0D3337 with #370D33 are triadic colors.

2 #330D37 and #0D3733 with #370D33 are triadic colors.