COLOR #37115B

HEX: #37115B
RGB: (55,17,91)

Color info

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

RGB color model

#37115B color RGB value is (55,17,91).

  • red value is 55;
  • green value is 17;
  • blue value is 91.
RGB:
(55,17,91)
(22%,7%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 17 of 255 = 7%
B 91 of 255 = 36%

55
17
91

R + G + B ~ 22%. #37115B is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 17 + 91 = 163 (100%)
R 55 of 163 ~ 33.74%
G 17 of 163 ~ 10.43%
B 91 of 163 ~ 55.83%

%33.74
%10.43
%55.83

CMYK color model

#37115B color CMYK value is (40,81,0,64).

  • cyan value is 39.56%
  • magenta value is 81.32%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(40,81,0,64)
C40M81Y0K64 
(40%,81%,0%,64%)
(0.40/0.81/0.00/0.64)	

CMYK percentages

%39.56
%81.32
%0
%64.31

Codes

Color #37115B in popluar color models

37115B
RGB551791
HSL271°68.52%21.18%
HSB/HSV271°81.32%35.69%
CMYK39.56%81.32%0.00%
64.31%

Color #37115B in popluar number systems.

HEX37115B
Decimal551791
Binary110111100011011011
Octal6721133

Shades and tints

Shades of #37115B

#37115B
(55,17,91)
#321053
(50,16,83)
#2D0F4B
(45,15,75)
#280E43
(40,14,67)
#230D3B
(35,13,59)
#1E0C33
(30,12,51)
#190B2B
(25,11,43)
#140A23
(20,10,35)
#0F091B
(15,9,27)
#0A0813
(10,8,19)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #37115B

#37115B
(55,17,91)
#492669
(73,38,105)
#5B3B77
(91,59,119)
#6D5085
(109,80,133)
#7F6593
(127,101,147)
#917AA1
(145,122,161)
#A38FAF
(163,143,175)
#B5A4BD
(181,164,189)
#C7B9CB
(199,185,203)
#D9CED9
(217,206,217)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37115B color. Also use rgb(55,17,91) instead hex code.

Text Font Color

.myTextColor { color: #37115B; }

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

This text font color is #37115B.


Background Color

.myBgColor { background-color: #37115B; }

<div style="background-color:#37115B">Inner text</div>

This div background color is #37115B.


Border color

.myBorderColor { border: 1px solid #37115B; }

<div style="border:3px solid #37115B">Div</div>

This div border color is #37115B.


Opacity

.myOpacity80 { color: #37115B; opacity: 0.8; }

<p style="color:#37115B;opacity:0.8;">80%</p>

Text with #37115B 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 #37115B;}

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

This text has shadow with #37115B color.

.textShadow {text-shadow: 3px 3px 1px #37115B, 3px 3px 1px red;}

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

This text has shadow with #37115B primary color and red secondary color.


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

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

This text has shadow with #37115B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37115B on black background.


Color preview on white background

This text has color #37115B on white background.



Black color preview on #37115B background

This text has black color on #37115B background.


White color preview on #37115B background

This text has white color on #37115B background.