COLOR #37204D

HEX: #37204D RGB: (55,32,77)

Color info

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

RGB color model

#37204D color RGB value is (55,32,77).

RGB: (55,32,77) (22%, 13%, 30%)

RGB channels and saturation

R 55 of 255 = 22%
G 32 of 255 = 13%
B 77 of 255 = 30%

55
32
77

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

Portions of RGB colors in percentages

R + G + B = 55 + 32 + 77 = 164 (100%)
R 55 of 164 ~ 33.54%
G 32 of 164 ~ 19.51%
B 77 of 164 ~ 46.95'%

%33.54
%19.51
%46.95

CMYK color model

#37204D color CMYK value is (29,58,0,70).

  • cyan value is 28.57%
  • magenta value is 58.44%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (29,58,0,70)
C29M58Y0K70 (29%, 58%, 0%, 70%)
(0.29 / 0.58 / 0.00 / 0.70)

CMYK percentages

%28.57
%58.44
%0
%69.8

Codes

Color #37204D in popluar color models

37 20 4D
RGB 55 32 77
HSL 271° 41.28% 21.37%
HSB/HSV 271° 58.44% 30.20%
CMYK 28.57% 58.44% 0.00%
69.80%

Color #37204D in popluar number systems.

HEX 37 20 4D
Decimal 55 32 77
Binary 110111 100000 1001101
Octal 67 40 115

Shades and tints

Shades of #37204D

#37204D
(55,32,77)
#321E46
(50,30,70)
#2D1C3F
(45,28,63)
#281A38
(40,26,56)
#231831
(35,24,49)
#1E162A
(30,22,42)
#191423
(25,20,35)
#14121C
(20,18,28)
#0F1015
(15,16,21)
#0A0E0E
(10,14,14)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #37204D

#37204D
(55,32,77)
#49345D
(73,52,93)
#5B486D
(91,72,109)
#6D5C7D
(109,92,125)
#7F708D
(127,112,141)
#91849D
(145,132,157)
#A398AD
(163,152,173)
#B5ACBD
(181,172,189)
#C7C0CD
(199,192,205)
#D9D4DD
(217,212,221)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37204D color. Also use rgb(55,32,77) instead hex code.

Text Font Color

.myTextColor { color: #37204D; }

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

This text font color is #37204D.

Background Color

.myBgColor { background-color: #37204D; }

<div style="background-color:#37204D">Inner text</div>

This div background color is #37204D.

Border color

.myBorderColor { border: 1px solid #37204D; }

<div style="border:3px solid #37204D">Div</div>

This div border color is #37204D.

Opacity

.myOpacity80 { color: #37204D; opacity: 0.8; }

<p style="color:#37204D;opacity:0.8;">80%</p>

Text with #37204D 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 #37204D;}

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

This text has shadow with #37204D color.


.textShadow {text-shadow: 3px 3px 1px #37204D', 3px 3px 1px red;}

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

This text has shadow with #37204D primary color and red secondary color.


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

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

This text has shadow with #37204D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37204D; -webkit-box-shadow: 1px 1px 3px 2px #37204D; box-shadow:1px 1px 3px 2px #37204D;">
Div content here
</div>

This div box has shadow with color #37204D.

Preview

Color preview on black background

This text has color #37204D on black background.


Color preview on white background

This text has color #37204D on white background.


Black color preview on #37204D background

This text has black color on #37204D background.


White color preview on #37204D background

This text has white color on #37204D background.


Related colors

Complementary color

Complementary color for #hex is #C8DFB2.


I love getcolorcode.com

Triadic colors

1 #4D3720 and #204D37 with #37204D are triadic colors.

2 #4D2037 and #20374D with #37204D are triadic colors.