COLOR #37315E

HEX: #37315E
RGB: (55,49,94)

Color info

#37315E contains red, green and blue colors in about the same proportion. Web safe color of #37315E is #333366 (or #336).

RGB color model

#37315E color RGB value is (55,49,94).

  • red value is 55;
  • green value is 49;
  • blue value is 94.
RGB:
(55,49,94)
(22%,19%,37%)

RGB channels and saturation

R 55 of 255 = 22%
G 49 of 255 = 19%
B 94 of 255 = 37%

55
49
94

R + G + B ~ 26%. #37315E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 49 + 94 = 198 (100%)
R 55 of 198 ~ 27.78%
G 49 of 198 ~ 24.75%
B 94 of 198 ~ 47.47%

%27.78
%24.75
%47.47

CMYK color model

#37315E color CMYK value is (41,48,0,63).

  • cyan value is 41.49%
  • magenta value is 47.87%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(41,48,0,63)
C41M48Y0K63 
(41%,48%,0%,63%)
(0.41/0.48/0.00/0.63)	

CMYK percentages

%41.49
%47.87
%0
%63.14

Codes

Color #37315E in popluar color models

37315E
RGB554994
HSL248°31.47%28.04%
HSB/HSV248°47.87%36.86%
CMYK41.49%47.87%0.00%
63.14%

Color #37315E in popluar number systems.

HEX37315E
Decimal554994
Binary1101111100011011110
Octal6761136

Shades and tints

Shades of #37315E

#37315E
(55,49,94)
#322D56
(50,45,86)
#2D294E
(45,41,78)
#282546
(40,37,70)
#23213E
(35,33,62)
#1E1D36
(30,29,54)
#19192E
(25,25,46)
#141526
(20,21,38)
#0F111E
(15,17,30)
#0A0D16
(10,13,22)
#05090E
(5,9,14)
#000000
(0,0,0)

Tints of #37315E

#37315E
(55,49,94)
#49436C
(73,67,108)
#5B557A
(91,85,122)
#6D6788
(109,103,136)
#7F7996
(127,121,150)
#918BA4
(145,139,164)
#A39DB2
(163,157,178)
#B5AFC0
(181,175,192)
#C7C1CE
(199,193,206)
#D9D3DC
(217,211,220)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37315E color. Also use rgb(55,49,94) instead hex code.

Text Font Color

.myTextColor { color: #37315E; }

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

This text font color is #37315E.


Background Color

.myBgColor { background-color: #37315E; }

<div style="background-color:#37315E">Inner text</div>

This div background color is #37315E.


Border color

.myBorderColor { border: 1px solid #37315E; }

<div style="border:3px solid #37315E">Div</div>

This div border color is #37315E.


Opacity

.myOpacity80 { color: #37315E; opacity: 0.8; }

<p style="color:#37315E;opacity:0.8;">80%</p>

Text with #37315E 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 #37315E;}

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

This text has shadow with #37315E color.

.textShadow {text-shadow: 3px 3px 1px #37315E, 3px 3px 1px red;}

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

This text has shadow with #37315E primary color and red secondary color.


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

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

This text has shadow with #37315E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37315E on black background.


Color preview on white background

This text has color #37315E on white background.



Black color preview on #37315E background

This text has black color on #37315E background.


White color preview on #37315E background

This text has white color on #37315E background.