COLOR #37316A

HEX: #37316A
RGB: (55,49,106)

Color info

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

RGB color model

#37316A color RGB value is (55,49,106).

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

RGB channels and saturation

R 55 of 255 = 22%
G 49 of 255 = 19%
B 106 of 255 = 42%

55
49
106

R + G + B ~ 28%. #37316A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 49 + 106 = 210 (100%)
R 55 of 210 ~ 26.19%
G 49 of 210 ~ 23.33%
B 106 of 210 ~ 50.48%

%26.19
%23.33
%50.48

CMYK color model

#37316A color CMYK value is (48,54,0,58).

  • cyan value is 48.11%
  • magenta value is 53.77%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(48,54,0,58)
C48M54Y0K58 
(48%,54%,0%,58%)
(0.48/0.54/0.00/0.58)	

CMYK percentages

%48.11
%53.77
%0
%58.43

Codes

Color #37316A in popluar color models

37316A
RGB5549106
HSL246°36.77%30.39%
HSB/HSV246°53.77%41.57%
CMYK48.11%53.77%0.00%
58.43%

Color #37316A in popluar number systems.

HEX37316A
Decimal5549106
Binary1101111100011101010
Octal6761152

Shades and tints

Shades of #37316A

#37316A
(55,49,106)
#322D61
(50,45,97)
#2D2958
(45,41,88)
#28254F
(40,37,79)
#232146
(35,33,70)
#1E1D3D
(30,29,61)
#191934
(25,25,52)
#14152B
(20,21,43)
#0F1122
(15,17,34)
#0A0D19
(10,13,25)
#050910
(5,9,16)
#000000
(0,0,0)

Tints of #37316A

#37316A
(55,49,106)
#494377
(73,67,119)
#5B5584
(91,85,132)
#6D6791
(109,103,145)
#7F799E
(127,121,158)
#918BAB
(145,139,171)
#A39DB8
(163,157,184)
#B5AFC5
(181,175,197)
#C7C1D2
(199,193,210)
#D9D3DF
(217,211,223)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37316A color. Also use rgb(55,49,106) instead hex code.

Text Font Color

.myTextColor { color: #37316A; }

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

This text font color is #37316A.


Background Color

.myBgColor { background-color: #37316A; }

<div style="background-color:#37316A">Inner text</div>

This div background color is #37316A.


Border color

.myBorderColor { border: 1px solid #37316A; }

<div style="border:3px solid #37316A">Div</div>

This div border color is #37316A.


Opacity

.myOpacity80 { color: #37316A; opacity: 0.8; }

<p style="color:#37316A;opacity:0.8;">80%</p>

Text with #37316A 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 #37316A;}

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

This text has shadow with #37316A color.

.textShadow {text-shadow: 3px 3px 1px #37316A, 3px 3px 1px red;}

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

This text has shadow with #37316A primary color and red secondary color.


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

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

This text has shadow with #37316A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37316A on black background.


Color preview on white background

This text has color #37316A on white background.



Black color preview on #37316A background

This text has black color on #37316A background.


White color preview on #37316A background

This text has white color on #37316A background.