COLOR #372A53

HEX: #372A53
RGB: (55,42,83)

Color info

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

RGB color model

#372A53 color RGB value is (55,42,83).

  • red value is 55;
  • green value is 42;
  • blue value is 83.
RGB:
(55,42,83)
(22%,16%,33%)

RGB channels and saturation

R 55 of 255 = 22%
G 42 of 255 = 16%
B 83 of 255 = 33%

55
42
83

R + G + B ~ 24%. #372A53 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 42 + 83 = 180 (100%)
R 55 of 180 ~ 30.56%
G 42 of 180 ~ 23.33%
B 83 of 180 ~ 46.11%

%30.56
%23.33
%46.11

CMYK color model

#372A53 color CMYK value is (34,49,0,67).

  • cyan value is 33.73%
  • magenta value is 49.40%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(34,49,0,67)
C34M49Y0K67 
(34%,49%,0%,67%)
(0.34/0.49/0.00/0.67)	

CMYK percentages

%33.73
%49.4
%0
%67.45

Codes

Color #372A53 in popluar color models

372A53
RGB554283
HSL259°32.80%24.51%
HSB/HSV259°49.40%32.55%
CMYK33.73%49.40%0.00%
67.45%

Color #372A53 in popluar number systems.

HEX372A53
Decimal554283
Binary1101111010101010011
Octal6752123

Shades and tints

Shades of #372A53

#372A53
(55,42,83)
#32274C
(50,39,76)
#2D2445
(45,36,69)
#28213E
(40,33,62)
#231E37
(35,30,55)
#1E1B30
(30,27,48)
#191829
(25,24,41)
#141522
(20,21,34)
#0F121B
(15,18,27)
#0A0F14
(10,15,20)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #372A53

#372A53
(55,42,83)
#493D62
(73,61,98)
#5B5071
(91,80,113)
#6D6380
(109,99,128)
#7F768F
(127,118,143)
#91899E
(145,137,158)
#A39CAD
(163,156,173)
#B5AFBC
(181,175,188)
#C7C2CB
(199,194,203)
#D9D5DA
(217,213,218)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372A53 color. Also use rgb(55,42,83) instead hex code.

Text Font Color

.myTextColor { color: #372A53; }

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

This text font color is #372A53.


Background Color

.myBgColor { background-color: #372A53; }

<div style="background-color:#372A53">Inner text</div>

This div background color is #372A53.


Border color

.myBorderColor { border: 1px solid #372A53; }

<div style="border:3px solid #372A53">Div</div>

This div border color is #372A53.


Opacity

.myOpacity80 { color: #372A53; opacity: 0.8; }

<p style="color:#372A53;opacity:0.8;">80%</p>

Text with #372A53 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 #372A53;}

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

This text has shadow with #372A53 color.

.textShadow {text-shadow: 3px 3px 1px #372A53, 3px 3px 1px red;}

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

This text has shadow with #372A53 primary color and red secondary color.


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

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

This text has shadow with #372A53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372A53 on black background.


Color preview on white background

This text has color #372A53 on white background.



Black color preview on #372A53 background

This text has black color on #372A53 background.


White color preview on #372A53 background

This text has white color on #372A53 background.