COLOR #37276F

HEX: #37276F
RGB: (55,39,111)

Color info

#37276F contains mainly red and blue colors. Web safe color of #37276F is #333366 (or #336).

RGB color model

#37276F color RGB value is (55,39,111).

  • red value is 55;
  • green value is 39;
  • blue value is 111.
RGB:
(55,39,111)
(22%,15%,44%)

RGB channels and saturation

R 55 of 255 = 22%
G 39 of 255 = 15%
B 111 of 255 = 44%

55
39
111

R + G + B ~ 27%. #37276F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 39 + 111 = 205 (100%)
R 55 of 205 ~ 26.83%
G 39 of 205 ~ 19.02%
B 111 of 205 ~ 54.15%

%26.83
%19.02
%54.15

CMYK color model

#37276F color CMYK value is (50,65,0,56).

  • cyan value is 50.45%
  • magenta value is 64.86%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(50,65,0,56)
C50M65Y0K56 
(50%,65%,0%,56%)
(0.50/0.65/0.00/0.56)	

CMYK percentages

%50.45
%64.86
%0
%56.47

Codes

Color #37276F in popluar color models

37276F
RGB5539111
HSL253°48.00%29.41%
HSB/HSV253°64.86%43.53%
CMYK50.45%64.86%0.00%
56.47%

Color #37276F in popluar number systems.

HEX37276F
Decimal5539111
Binary1101111001111101111
Octal6747157

Shades and tints

Shades of #37276F

#37276F
(55,39,111)
#322465
(50,36,101)
#2D215B
(45,33,91)
#281E51
(40,30,81)
#231B47
(35,27,71)
#1E183D
(30,24,61)
#191533
(25,21,51)
#141229
(20,18,41)
#0F0F1F
(15,15,31)
#0A0C15
(10,12,21)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #37276F

#37276F
(55,39,111)
#493A7C
(73,58,124)
#5B4D89
(91,77,137)
#6D6096
(109,96,150)
#7F73A3
(127,115,163)
#9186B0
(145,134,176)
#A399BD
(163,153,189)
#B5ACCA
(181,172,202)
#C7BFD7
(199,191,215)
#D9D2E4
(217,210,228)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37276F color. Also use rgb(55,39,111) instead hex code.

Text Font Color

.myTextColor { color: #37276F; }

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

This text font color is #37276F.


Background Color

.myBgColor { background-color: #37276F; }

<div style="background-color:#37276F">Inner text</div>

This div background color is #37276F.


Border color

.myBorderColor { border: 1px solid #37276F; }

<div style="border:3px solid #37276F">Div</div>

This div border color is #37276F.


Opacity

.myOpacity80 { color: #37276F; opacity: 0.8; }

<p style="color:#37276F;opacity:0.8;">80%</p>

Text with #37276F 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 #37276F;}

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

This text has shadow with #37276F color.

.textShadow {text-shadow: 3px 3px 1px #37276F, 3px 3px 1px red;}

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

This text has shadow with #37276F primary color and red secondary color.


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

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

This text has shadow with #37276F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37276F on black background.


Color preview on white background

This text has color #37276F on white background.



Black color preview on #37276F background

This text has black color on #37276F background.


White color preview on #37276F background

This text has white color on #37276F background.