COLOR #370F55

HEX: #370F55 RGB: (55,15,85)

Color info

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

RGB color model

#370F55 color RGB value is (55,15,85).

RGB: (55,15,85) (22%, 6%, 33%)

RGB channels and saturation

R 55 of 255 = 22%
G 15 of 255 = 6%
B 85 of 255 = 33%

55
15
85

R + G + B ~ 20%. #370F55 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 15 + 85 = 155 (100%)
R 55 of 155 ~ 35.48%
G 15 of 155 ~ 9.68%
B 85 of 155 ~ 54.84'%

%35.48
%54.84

CMYK color model

#370F55 color CMYK value is (35,82,0,67).

  • cyan value is 35.29%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (35,82,0,67)
C35M82Y0K67 (35%, 82%, 0%, 67%)
(0.35 / 0.82 / 0.00 / 0.67)

CMYK percentages

%35.29
%82.35
%0
%66.67

Codes

Color #370F55 in popluar color models

37 0F 55
RGB 55 15 85
HSL 274° 70.00% 19.61%
HSB/HSV 274° 82.35% 33.33%
CMYK 35.29% 82.35% 0.00%
66.67%

Color #370F55 in popluar number systems.

HEX 37 0F 55
Decimal 55 15 85
Binary 110111 1111 1010101
Octal 67 17 125

Shades and tints

Shades of #370F55

#370F55
(55,15,85)
#320E4E
(50,14,78)
#2D0D47
(45,13,71)
#280C40
(40,12,64)
#230B39
(35,11,57)
#1E0A32
(30,10,50)
#19092B
(25,9,43)
#140824
(20,8,36)
#0F071D
(15,7,29)
#0A0616
(10,6,22)
#05050F
(5,5,15)
#000000
(0,0,0)

Tints of #370F55

#370F55
(55,15,85)
#492464
(73,36,100)
#5B3973
(91,57,115)
#6D4E82
(109,78,130)
#7F6391
(127,99,145)
#9178A0
(145,120,160)
#A38DAF
(163,141,175)
#B5A2BE
(181,162,190)
#C7B7CD
(199,183,205)
#D9CCDC
(217,204,220)
#EBE1EB
(235,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370F55 color. Also use rgb(55,15,85) instead hex code.

Text Font Color

.myTextColor { color: #370F55; }

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

This text font color is #370F55.

Background Color

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

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

This div background color is #370F55.

Border color

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

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

This div border color is #370F55.

Opacity

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

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

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

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

This text has shadow with #370F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #370F55.

Preview

Color preview on black background

This text has color #370F55 on black background.


Color preview on white background

This text has color #370F55 on white background.


Black color preview on #370F55 background

This text has black color on #370F55 background.


White color preview on #370F55 background

This text has white color on #370F55 background.


Related colors

Complementary color

Complementary color for #hex is #C8F0AA.


I love getcolorcode.com

Triadic colors

1 #55370F and #0F5537 with #370F55 are triadic colors.

2 #550F37 and #0F3755 with #370F55 are triadic colors.