COLOR #372348

HEX: #372348
RGB: (55,35,72)

Color info

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

RGB color model

#372348 color RGB value is (55,35,72).

  • red value is 55;
  • green value is 35;
  • blue value is 72.
RGB:
(55,35,72)
(22%,14%,28%)

RGB channels and saturation

R 55 of 255 = 22%
G 35 of 255 = 14%
B 72 of 255 = 28%

55
35
72

R + G + B ~ 21%. #372348 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 35 + 72 = 162 (100%)
R 55 of 162 ~ 33.95%
G 35 of 162 ~ 21.6%
B 72 of 162 ~ 44.44%

%33.95
%21.6
%44.44

CMYK color model

#372348 color CMYK value is (24,51,0,72).

  • cyan value is 23.61%
  • magenta value is 51.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(24,51,0,72)
C24M51Y0K72 
(24%,51%,0%,72%)
(0.24/0.51/0.00/0.72)	

CMYK percentages

%23.61
%51.39
%0
%71.76

Codes

Color #372348 in popluar color models

372348
RGB553572
HSL272°34.58%20.98%
HSB/HSV272°51.39%28.24%
CMYK23.61%51.39%0.00%
71.76%

Color #372348 in popluar number systems.

HEX372348
Decimal553572
Binary1101111000111001000
Octal6743110

Shades and tints

Shades of #372348

#372348
(55,35,72)
#322042
(50,32,66)
#2D1D3C
(45,29,60)
#281A36
(40,26,54)
#231730
(35,23,48)
#1E142A
(30,20,42)
#191124
(25,17,36)
#140E1E
(20,14,30)
#0F0B18
(15,11,24)
#0A0812
(10,8,18)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #372348

#372348
(55,35,72)
#493758
(73,55,88)
#5B4B68
(91,75,104)
#6D5F78
(109,95,120)
#7F7388
(127,115,136)
#918798
(145,135,152)
#A39BA8
(163,155,168)
#B5AFB8
(181,175,184)
#C7C3C8
(199,195,200)
#D9D7D8
(217,215,216)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372348 color. Also use rgb(55,35,72) instead hex code.

Text Font Color

.myTextColor { color: #372348; }

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

This text font color is #372348.


Background Color

.myBgColor { background-color: #372348; }

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

This div background color is #372348.


Border color

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

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

This div border color is #372348.


Opacity

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

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

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

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

This text has shadow with #372348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372348 on black background.


Color preview on white background

This text has color #372348 on white background.



Black color preview on #372348 background

This text has black color on #372348 background.


White color preview on #372348 background

This text has white color on #372348 background.