COLOR #373C52

HEX: #373C52
RGB: (55,60,82)

Color info

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

RGB color model

#373C52 color RGB value is (55,60,82).

  • red value is 55;
  • green value is 60;
  • blue value is 82.
RGB:
(55,60,82)
(22%,24%,32%)

RGB channels and saturation

R 55 of 255 = 22%
G 60 of 255 = 24%
B 82 of 255 = 32%

55
60
82

R + G + B ~ 26%. #373C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 60 + 82 = 197 (100%)
R 55 of 197 ~ 27.92%
G 60 of 197 ~ 30.46%
B 82 of 197 ~ 41.62%

%27.92
%30.46
%41.62

CMYK color model

#373C52 color CMYK value is (33,27,0,68).

  • cyan value is 32.93%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(33,27,0,68)
C33M27Y0K68 
(33%,27%,0%,68%)
(0.33/0.27/0.00/0.68)	

CMYK percentages

%32.93
%26.83
%0
%67.84

Codes

Color #373C52 in popluar color models

373C52
RGB556082
HSL229°19.71%26.86%
HSB/HSV229°32.93%32.16%
CMYK32.93%26.83%0.00%
67.84%

Color #373C52 in popluar number systems.

HEX373C52
Decimal556082
Binary1101111111001010010
Octal6774122

Shades and tints

Shades of #373C52

#373C52
(55,60,82)
#32374B
(50,55,75)
#2D3244
(45,50,68)
#282D3D
(40,45,61)
#232836
(35,40,54)
#1E232F
(30,35,47)
#191E28
(25,30,40)
#141921
(20,25,33)
#0F141A
(15,20,26)
#0A0F13
(10,15,19)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #373C52

#373C52
(55,60,82)
#494D61
(73,77,97)
#5B5E70
(91,94,112)
#6D6F7F
(109,111,127)
#7F808E
(127,128,142)
#91919D
(145,145,157)
#A3A2AC
(163,162,172)
#B5B3BB
(181,179,187)
#C7C4CA
(199,196,202)
#D9D5D9
(217,213,217)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373C52 color. Also use rgb(55,60,82) instead hex code.

Text Font Color

.myTextColor { color: #373C52; }

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

This text font color is #373C52.


Background Color

.myBgColor { background-color: #373C52; }

<div style="background-color:#373C52">Inner text</div>

This div background color is #373C52.


Border color

.myBorderColor { border: 1px solid #373C52; }

<div style="border:3px solid #373C52">Div</div>

This div border color is #373C52.


Opacity

.myOpacity80 { color: #373C52; opacity: 0.8; }

<p style="color:#373C52;opacity:0.8;">80%</p>

Text with #373C52 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 #373C52;}

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

This text has shadow with #373C52 color.

.textShadow {text-shadow: 3px 3px 1px #373C52, 3px 3px 1px red;}

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

This text has shadow with #373C52 primary color and red secondary color.


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

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

This text has shadow with #373C52 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373C52 on black background.


Color preview on white background

This text has color #373C52 on white background.



Black color preview on #373C52 background

This text has black color on #373C52 background.


White color preview on #373C52 background

This text has white color on #373C52 background.