COLOR #37284C

HEX: #37284C
RGB: (55,40,76)

Color info

#37284C contains red, green and blue colors in about the same proportion. Web safe color of #37284C is #333333 (or #333).

RGB color model

#37284C color RGB value is (55,40,76).

  • red value is 55;
  • green value is 40;
  • blue value is 76.
RGB:
(55,40,76)
(22%,16%,30%)

RGB channels and saturation

R 55 of 255 = 22%
G 40 of 255 = 16%
B 76 of 255 = 30%

55
40
76

R + G + B ~ 23%. #37284C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 40 + 76 = 171 (100%)
R 55 of 171 ~ 32.16%
G 40 of 171 ~ 23.39%
B 76 of 171 ~ 44.44%

%32.16
%23.39
%44.44

CMYK color model

#37284C color CMYK value is (28,47,0,70).

  • cyan value is 27.63%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(28,47,0,70)
C28M47Y0K70 
(28%,47%,0%,70%)
(0.28/0.47/0.00/0.70)	

CMYK percentages

%27.63
%47.37
%0
%70.2

Codes

Color #37284C in popluar color models

37284C
RGB554076
HSL265°31.03%22.75%
HSB/HSV265°47.37%29.80%
CMYK27.63%47.37%0.00%
70.20%

Color #37284C in popluar number systems.

HEX37284C
Decimal554076
Binary1101111010001001100
Octal6750114

Shades and tints

Shades of #37284C

#37284C
(55,40,76)
#322546
(50,37,70)
#2D2240
(45,34,64)
#281F3A
(40,31,58)
#231C34
(35,28,52)
#1E192E
(30,25,46)
#191628
(25,22,40)
#141322
(20,19,34)
#0F101C
(15,16,28)
#0A0D16
(10,13,22)
#050A10
(5,10,16)
#000000
(0,0,0)

Tints of #37284C

#37284C
(55,40,76)
#493B5C
(73,59,92)
#5B4E6C
(91,78,108)
#6D617C
(109,97,124)
#7F748C
(127,116,140)
#91879C
(145,135,156)
#A39AAC
(163,154,172)
#B5ADBC
(181,173,188)
#C7C0CC
(199,192,204)
#D9D3DC
(217,211,220)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37284C color. Also use rgb(55,40,76) instead hex code.

Text Font Color

.myTextColor { color: #37284C; }

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

This text font color is #37284C.


Background Color

.myBgColor { background-color: #37284C; }

<div style="background-color:#37284C">Inner text</div>

This div background color is #37284C.


Border color

.myBorderColor { border: 1px solid #37284C; }

<div style="border:3px solid #37284C">Div</div>

This div border color is #37284C.


Opacity

.myOpacity80 { color: #37284C; opacity: 0.8; }

<p style="color:#37284C;opacity:0.8;">80%</p>

Text with #37284C 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 #37284C;}

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

This text has shadow with #37284C color.

.textShadow {text-shadow: 3px 3px 1px #37284C, 3px 3px 1px red;}

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

This text has shadow with #37284C primary color and red secondary color.


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

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

This text has shadow with #37284C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37284C on black background.


Color preview on white background

This text has color #37284C on white background.



Black color preview on #37284C background

This text has black color on #37284C background.


White color preview on #37284C background

This text has white color on #37284C background.