COLOR #370B32

HEX: #370B32 RGB: (55,11,50)

Color info

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

RGB color model

#370B32 color RGB value is (55,11,50).

RGB: (55,11,50) (22%, 4%, 20%)

RGB channels and saturation

R 55 of 255 = 22%
G 11 of 255 = 4%
B 50 of 255 = 20%

55
11
50

R + G + B ~ 15%. #370B32 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 11 + 50 = 116 (100%)
R 55 of 116 ~ 47.41%
G 11 of 116 ~ 9.48%
B 50 of 116 ~ 43.1'%

%47.41
%43.1

CMYK color model

#370B32 color CMYK value is (0,80,9,78).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 9.09%
  • key color value is 78.43%

CMYK: (0,80,9,78)
C0M80Y9K78 (0%, 80%, 9%, 78%)
(0.00 / 0.80 / 0.09 / 0.78)

CMYK percentages

%0
%80
%9.09
%78.43

Codes

Color #370B32 in popluar color models

37 0B 32
RGB 55 11 50
HSL 307° 66.67% 12.94%
HSB/HSV 307° 80.00% 21.57%
CMYK 0.00% 80.00% 9.09%
78.43%

Color #370B32 in popluar number systems.

HEX 37 0B 32
Decimal 55 11 50
Binary 110111 1011 110010
Octal 67 13 62

Shades and tints

Shades of #370B32

#370B32
(55,11,50)
#320A2E
(50,10,46)
#2D092A
(45,9,42)
#280826
(40,8,38)
#230722
(35,7,34)
#1E061E
(30,6,30)
#19051A
(25,5,26)
#140416
(20,4,22)
#0F0312
(15,3,18)
#0A020E
(10,2,14)
#05010A
(5,1,10)
#000000
(0,0,0)

Tints of #370B32

#370B32
(55,11,50)
#492144
(73,33,68)
#5B3756
(91,55,86)
#6D4D68
(109,77,104)
#7F637A
(127,99,122)
#91798C
(145,121,140)
#A38F9E
(163,143,158)
#B5A5B0
(181,165,176)
#C7BBC2
(199,187,194)
#D9D1D4
(217,209,212)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370B32 color. Also use rgb(55,11,50) instead hex code.

Text Font Color

.myTextColor { color: #370B32; }

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

This text font color is #370B32.

Background Color

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

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

This div background color is #370B32.

Border color

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

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

This div border color is #370B32.

Opacity

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

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

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

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

This text has shadow with #370B32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #370B32.

Preview

Color preview on black background

This text has color #370B32 on black background.


Color preview on white background

This text has color #370B32 on white background.


Black color preview on #370B32 background

This text has black color on #370B32 background.


White color preview on #370B32 background

This text has white color on #370B32 background.


Related colors

Complementary color

Complementary color for #hex is #C8F4CD.


I love getcolorcode.com

Triadic colors

1 #32370B and #0B3237 with #370B32 are triadic colors.

2 #320B37 and #0B3732 with #370B32 are triadic colors.