COLOR #372043

HEX: #372043
RGB: (55,32,67)

Color info

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

RGB color model

#372043 color RGB value is (55,32,67).

  • red value is 55;
  • green value is 32;
  • blue value is 67.
RGB:
(55,32,67)
(22%,13%,26%)

RGB channels and saturation

R 55 of 255 = 22%
G 32 of 255 = 13%
B 67 of 255 = 26%

55
32
67

R + G + B ~ 20%. #372043 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 32 + 67 = 154 (100%)
R 55 of 154 ~ 35.71%
G 32 of 154 ~ 20.78%
B 67 of 154 ~ 43.51%

%35.71
%20.78
%43.51

CMYK color model

#372043 color CMYK value is (18,52,0,74).

  • cyan value is 17.91%
  • magenta value is 52.24%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(18,52,0,74)
C18M52Y0K74 
(18%,52%,0%,74%)
(0.18/0.52/0.00/0.74)	

CMYK percentages

%17.91
%52.24
%0
%73.73

Codes

Color #372043 in popluar color models

372043
RGB553267
HSL279°35.35%19.41%
HSB/HSV279°52.24%26.27%
CMYK17.91%52.24%0.00%
73.73%

Color #372043 in popluar number systems.

HEX372043
Decimal553267
Binary1101111000001000011
Octal6740103

Shades and tints

Shades of #372043

#372043
(55,32,67)
#321E3D
(50,30,61)
#2D1C37
(45,28,55)
#281A31
(40,26,49)
#23182B
(35,24,43)
#1E1625
(30,22,37)
#19141F
(25,20,31)
#141219
(20,18,25)
#0F1013
(15,16,19)
#0A0E0D
(10,14,13)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #372043

#372043
(55,32,67)
#493454
(73,52,84)
#5B4865
(91,72,101)
#6D5C76
(109,92,118)
#7F7087
(127,112,135)
#918498
(145,132,152)
#A398A9
(163,152,169)
#B5ACBA
(181,172,186)
#C7C0CB
(199,192,203)
#D9D4DC
(217,212,220)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372043; }

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

This text font color is #372043.


Background Color

.myBgColor { background-color: #372043; }

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

This div background color is #372043.


Border color

.myBorderColor { border: 1px solid #372043; }

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

This div border color is #372043.


Opacity

.myOpacity80 { color: #372043; opacity: 0.8; }

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

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

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

This text has shadow with #372043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372043 on black background.


Color preview on white background

This text has color #372043 on white background.



Black color preview on #372043 background

This text has black color on #372043 background.


White color preview on #372043 background

This text has white color on #372043 background.