COLOR #372349

HEX: #372349
RGB: (55,35,73)

Color info

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

RGB color model

#372349 color RGB value is (55,35,73).

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

RGB channels and saturation

R 55 of 255 = 22%
G 35 of 255 = 14%
B 73 of 255 = 29%

55
35
73

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

Portions of RGB colors in percentages

R + G + B =
55 + 35 + 73 = 163 (100%)
R 55 of 163 ~ 33.74%
G 35 of 163 ~ 21.47%
B 73 of 163 ~ 44.79%

%33.74
%21.47
%44.79

CMYK color model

#372349 color CMYK value is (25,52,0,71).

  • cyan value is 24.66%
  • magenta value is 52.05%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(25,52,0,71)
C25M52Y0K71 
(25%,52%,0%,71%)
(0.25/0.52/0.00/0.71)	

CMYK percentages

%24.66
%52.05
%0
%71.37

Codes

Color #372349 in popluar color models

372349
RGB553573
HSL272°35.19%21.18%
HSB/HSV272°52.05%28.63%
CMYK24.66%52.05%0.00%
71.37%

Color #372349 in popluar number systems.

HEX372349
Decimal553573
Binary1101111000111001001
Octal6743111

Shades and tints

Shades of #372349

#372349
(55,35,73)
#322043
(50,32,67)
#2D1D3D
(45,29,61)
#281A37
(40,26,55)
#231731
(35,23,49)
#1E142B
(30,20,43)
#191125
(25,17,37)
#140E1F
(20,14,31)
#0F0B19
(15,11,25)
#0A0813
(10,8,19)
#05050D
(5,5,13)
#000000
(0,0,0)

Tints of #372349

#372349
(55,35,73)
#493759
(73,55,89)
#5B4B69
(91,75,105)
#6D5F79
(109,95,121)
#7F7389
(127,115,137)
#918799
(145,135,153)
#A39BA9
(163,155,169)
#B5AFB9
(181,175,185)
#C7C3C9
(199,195,201)
#D9D7D9
(217,215,217)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372349; }

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

This text font color is #372349.


Background Color

.myBgColor { background-color: #372349; }

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

This div background color is #372349.


Border color

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

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

This div border color is #372349.


Opacity

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

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

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

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

This text has shadow with #372349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372349 on black background.


Color preview on white background

This text has color #372349 on white background.



Black color preview on #372349 background

This text has black color on #372349 background.


White color preview on #372349 background

This text has white color on #372349 background.