COLOR #37284B

HEX: #37284B
RGB: (55,40,75)

Color info

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

RGB color model

#37284B color RGB value is (55,40,75).

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

RGB channels and saturation

R 55 of 255 = 22%
G 40 of 255 = 16%
B 75 of 255 = 29%

55
40
75

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

Portions of RGB colors in percentages

R + G + B =
55 + 40 + 75 = 170 (100%)
R 55 of 170 ~ 32.35%
G 40 of 170 ~ 23.53%
B 75 of 170 ~ 44.12%

%32.35
%23.53
%44.12

CMYK color model

#37284B color CMYK value is (27,47,0,71).

  • cyan value is 26.67%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(27,47,0,71)
C27M47Y0K71 
(27%,47%,0%,71%)
(0.27/0.47/0.00/0.71)	

CMYK percentages

%26.67
%46.67
%0
%70.59

Codes

Color #37284B in popluar color models

37284B
RGB554075
HSL266°30.43%22.55%
HSB/HSV266°46.67%29.41%
CMYK26.67%46.67%0.00%
70.59%

Color #37284B in popluar number systems.

HEX37284B
Decimal554075
Binary1101111010001001011
Octal6750113

Shades and tints

Shades of #37284B

#37284B
(55,40,75)
#322545
(50,37,69)
#2D223F
(45,34,63)
#281F39
(40,31,57)
#231C33
(35,28,51)
#1E192D
(30,25,45)
#191627
(25,22,39)
#141321
(20,19,33)
#0F101B
(15,16,27)
#0A0D15
(10,13,21)
#050A0F
(5,10,15)
#000000
(0,0,0)

Tints of #37284B

#37284B
(55,40,75)
#493B5B
(73,59,91)
#5B4E6B
(91,78,107)
#6D617B
(109,97,123)
#7F748B
(127,116,139)
#91879B
(145,135,155)
#A39AAB
(163,154,171)
#B5ADBB
(181,173,187)
#C7C0CB
(199,192,203)
#D9D3DB
(217,211,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37284B; }

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

This text font color is #37284B.


Background Color

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

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

This div background color is #37284B.


Border color

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

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

This div border color is #37284B.


Opacity

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

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

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

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

This text has shadow with #37284B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37284B on black background.


Color preview on white background

This text has color #37284B on white background.



Black color preview on #37284B background

This text has black color on #37284B background.


White color preview on #37284B background

This text has white color on #37284B background.