COLOR #372A44

HEX: #372A44
RGB: (55,42,68)

Color info

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

RGB color model

#372A44 color RGB value is (55,42,68).

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

RGB channels and saturation

R 55 of 255 = 22%
G 42 of 255 = 16%
B 68 of 255 = 27%

55
42
68

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

Portions of RGB colors in percentages

R + G + B =
55 + 42 + 68 = 165 (100%)
R 55 of 165 ~ 33.33%
G 42 of 165 ~ 25.45%
B 68 of 165 ~ 41.21%

%33.33
%25.45
%41.21

CMYK color model

#372A44 color CMYK value is (19,38,0,73).

  • cyan value is 19.12%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(19,38,0,73)
C19M38Y0K73 
(19%,38%,0%,73%)
(0.19/0.38/0.00/0.73)	

CMYK percentages

%19.12
%38.24
%0
%73.33

Codes

Color #372A44 in popluar color models

372A44
RGB554268
HSL270°23.64%21.57%
HSB/HSV270°38.24%26.67%
CMYK19.12%38.24%0.00%
73.33%

Color #372A44 in popluar number systems.

HEX372A44
Decimal554268
Binary1101111010101000100
Octal6752104

Shades and tints

Shades of #372A44

#372A44
(55,42,68)
#32273E
(50,39,62)
#2D2438
(45,36,56)
#282132
(40,33,50)
#231E2C
(35,30,44)
#1E1B26
(30,27,38)
#191820
(25,24,32)
#14151A
(20,21,26)
#0F1214
(15,18,20)
#0A0F0E
(10,15,14)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #372A44

#372A44
(55,42,68)
#493D55
(73,61,85)
#5B5066
(91,80,102)
#6D6377
(109,99,119)
#7F7688
(127,118,136)
#918999
(145,137,153)
#A39CAA
(163,156,170)
#B5AFBB
(181,175,187)
#C7C2CC
(199,194,204)
#D9D5DD
(217,213,221)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372A44; }

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

This text font color is #372A44.


Background Color

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

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

This div background color is #372A44.


Border color

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

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

This div border color is #372A44.


Opacity

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

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

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

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

This text has shadow with #372A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372A44 on black background.


Color preview on white background

This text has color #372A44 on white background.



Black color preview on #372A44 background

This text has black color on #372A44 background.


White color preview on #372A44 background

This text has white color on #372A44 background.