COLOR #370D34

HEX: #370D34
RGB: (55,13,52)

Color info

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

RGB color model

#370D34 color RGB value is (55,13,52).

  • red value is 55;
  • green value is 13;
  • blue value is 52.
RGB:
(55,13,52)
(22%,5%,20%)

RGB channels and saturation

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

55
13
52

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

Portions of RGB colors in percentages

R + G + B =
55 + 13 + 52 = 120 (100%)
R 55 of 120 ~ 45.83%
G 13 of 120 ~ 10.83%
B 52 of 120 ~ 43.33%

%45.83
%10.83
%43.33

CMYK color model

#370D34 color CMYK value is (0,76,5,78).

  • cyan value is 0.00%
  • magenta value is 76.36%
  • yellow value is 5.45%
  • key color value is 78.43%
CMYK:
(0,76,5,78)
C0M76Y5K78 
(0%,76%,5%,78%)
(0.00/0.76/0.05/0.78)	

CMYK percentages

%0
%76.36
%5.45
%78.43

Codes

Color #370D34 in popluar color models

370D34
RGB551352
HSL304°61.76%13.33%
HSB/HSV304°76.36%21.57%
CMYK0.00%76.36%5.45%
78.43%

Color #370D34 in popluar number systems.

HEX370D34
Decimal551352
Binary1101111101110100
Octal671564

Shades and tints

Shades of #370D34

#370D34
(55,13,52)
#320C30
(50,12,48)
#2D0B2C
(45,11,44)
#280A28
(40,10,40)
#230924
(35,9,36)
#1E0820
(30,8,32)
#19071C
(25,7,28)
#140618
(20,6,24)
#0F0514
(15,5,20)
#0A0410
(10,4,16)
#05030C
(5,3,12)
#000000
(0,0,0)

Tints of #370D34

#370D34
(55,13,52)
#492346
(73,35,70)
#5B3958
(91,57,88)
#6D4F6A
(109,79,106)
#7F657C
(127,101,124)
#917B8E
(145,123,142)
#A391A0
(163,145,160)
#B5A7B2
(181,167,178)
#C7BDC4
(199,189,196)
#D9D3D6
(217,211,214)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370D34; }

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

This text font color is #370D34.


Background Color

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

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

This div background color is #370D34.


Border color

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

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

This div border color is #370D34.


Opacity

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

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

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

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

This text has shadow with #370D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370D34 on black background.


Color preview on white background

This text has color #370D34 on white background.



Black color preview on #370D34 background

This text has black color on #370D34 background.


White color preview on #370D34 background

This text has white color on #370D34 background.