COLOR #372243

HEX: #372243
RGB: (55,34,67)

Color info

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

RGB color model

#372243 color RGB value is (55,34,67).

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

RGB channels and saturation

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

55
34
67

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

Portions of RGB colors in percentages

R + G + B =
55 + 34 + 67 = 156 (100%)
R 55 of 156 ~ 35.26%
G 34 of 156 ~ 21.79%
B 67 of 156 ~ 42.95%

%35.26
%21.79
%42.95

CMYK color model

#372243 color CMYK value is (18,49,0,74).

  • cyan value is 17.91%
  • magenta value is 49.25%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(18,49,0,74)
C18M49Y0K74 
(18%,49%,0%,74%)
(0.18/0.49/0.00/0.74)	

CMYK percentages

%17.91
%49.25
%0
%73.73

Codes

Color #372243 in popluar color models

372243
RGB553467
HSL278°32.67%19.80%
HSB/HSV278°49.25%26.27%
CMYK17.91%49.25%0.00%
73.73%

Color #372243 in popluar number systems.

HEX372243
Decimal553467
Binary1101111000101000011
Octal6742103

Shades and tints

Shades of #372243

#372243
(55,34,67)
#321F3D
(50,31,61)
#2D1C37
(45,28,55)
#281931
(40,25,49)
#23162B
(35,22,43)
#1E1325
(30,19,37)
#19101F
(25,16,31)
#140D19
(20,13,25)
#0F0A13
(15,10,19)
#0A070D
(10,7,13)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #372243

#372243
(55,34,67)
#493654
(73,54,84)
#5B4A65
(91,74,101)
#6D5E76
(109,94,118)
#7F7287
(127,114,135)
#918698
(145,134,152)
#A39AA9
(163,154,169)
#B5AEBA
(181,174,186)
#C7C2CB
(199,194,203)
#D9D6DC
(217,214,220)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372243; }

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

This text font color is #372243.


Background Color

.myBgColor { background-color: #372243; }

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

This div background color is #372243.


Border color

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

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

This div border color is #372243.


Opacity

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

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

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

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

This text has shadow with #372243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372243 on black background.


Color preview on white background

This text has color #372243 on white background.



Black color preview on #372243 background

This text has black color on #372243 background.


White color preview on #372243 background

This text has white color on #372243 background.