COLOR #370D6D

HEX: #370D6D
RGB: (55,13,109)

Color info

#370D6D contains mainly red and blue colors. Web safe color of #370D6D is #330066 (or #306).

RGB color model

#370D6D color RGB value is (55,13,109).

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

RGB channels and saturation

R 55 of 255 = 22%
G 13 of 255 = 5%
B 109 of 255 = 43%

55
13
109

R + G + B ~ 23%. #370D6D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 13 + 109 = 177 (100%)
R 55 of 177 ~ 31.07%
G 13 of 177 ~ 7.34%
B 109 of 177 ~ 61.58%

%31.07
%61.58

CMYK color model

#370D6D color CMYK value is (50,88,0,57).

  • cyan value is 49.54%
  • magenta value is 88.07%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(50,88,0,57)
C50M88Y0K57 
(50%,88%,0%,57%)
(0.50/0.88/0.00/0.57)	

CMYK percentages

%49.54
%88.07
%0
%57.25

Codes

Color #370D6D in popluar color models

370D6D
RGB5513109
HSL266°78.69%23.92%
HSB/HSV266°88.07%42.75%
CMYK49.54%88.07%0.00%
57.25%

Color #370D6D in popluar number systems.

HEX370D6D
Decimal5513109
Binary11011111011101101
Octal6715155

Shades and tints

Shades of #370D6D

#370D6D
(55,13,109)
#320C64
(50,12,100)
#2D0B5B
(45,11,91)
#280A52
(40,10,82)
#230949
(35,9,73)
#1E0840
(30,8,64)
#190737
(25,7,55)
#14062E
(20,6,46)
#0F0525
(15,5,37)
#0A041C
(10,4,28)
#050313
(5,3,19)
#000000
(0,0,0)

Tints of #370D6D

#370D6D
(55,13,109)
#49237A
(73,35,122)
#5B3987
(91,57,135)
#6D4F94
(109,79,148)
#7F65A1
(127,101,161)
#917BAE
(145,123,174)
#A391BB
(163,145,187)
#B5A7C8
(181,167,200)
#C7BDD5
(199,189,213)
#D9D3E2
(217,211,226)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370D6D; }

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

This text font color is #370D6D.


Background Color

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

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

This div background color is #370D6D.


Border color

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

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

This div border color is #370D6D.


Opacity

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

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

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

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

This text has shadow with #370D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370D6D on black background.


Color preview on white background

This text has color #370D6D on white background.



Black color preview on #370D6D background

This text has black color on #370D6D background.


White color preview on #370D6D background

This text has white color on #370D6D background.