COLOR #37175B

HEX: #37175B
RGB: (55,23,91)

Color info

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

RGB color model

#37175B color RGB value is (55,23,91).

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

RGB channels and saturation

R 55 of 255 = 22%
G 23 of 255 = 9%
B 91 of 255 = 36%

55
23
91

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

Portions of RGB colors in percentages

R + G + B =
55 + 23 + 91 = 169 (100%)
R 55 of 169 ~ 32.54%
G 23 of 169 ~ 13.61%
B 91 of 169 ~ 53.85%

%32.54
%13.61
%53.85

CMYK color model

#37175B color CMYK value is (40,75,0,64).

  • cyan value is 39.56%
  • magenta value is 74.73%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(40,75,0,64)
C40M75Y0K64 
(40%,75%,0%,64%)
(0.40/0.75/0.00/0.64)	

CMYK percentages

%39.56
%74.73
%0
%64.31

Codes

Color #37175B in popluar color models

37175B
RGB552391
HSL268°59.65%22.35%
HSB/HSV268°74.73%35.69%
CMYK39.56%74.73%0.00%
64.31%

Color #37175B in popluar number systems.

HEX37175B
Decimal552391
Binary110111101111011011
Octal6727133

Shades and tints

Shades of #37175B

#37175B
(55,23,91)
#321553
(50,21,83)
#2D134B
(45,19,75)
#281143
(40,17,67)
#230F3B
(35,15,59)
#1E0D33
(30,13,51)
#190B2B
(25,11,43)
#140923
(20,9,35)
#0F071B
(15,7,27)
#0A0513
(10,5,19)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #37175B

#37175B
(55,23,91)
#492C69
(73,44,105)
#5B4177
(91,65,119)
#6D5685
(109,86,133)
#7F6B93
(127,107,147)
#9180A1
(145,128,161)
#A395AF
(163,149,175)
#B5AABD
(181,170,189)
#C7BFCB
(199,191,203)
#D9D4D9
(217,212,217)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37175B; }

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

This text font color is #37175B.


Background Color

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

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

This div background color is #37175B.


Border color

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

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

This div border color is #37175B.


Opacity

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

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

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

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

This text has shadow with #37175B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37175B on black background.


Color preview on white background

This text has color #37175B on white background.



Black color preview on #37175B background

This text has black color on #37175B background.


White color preview on #37175B background

This text has white color on #37175B background.