COLOR #372747

HEX: #372747
RGB: (55,39,71)

Color info

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

RGB color model

#372747 color RGB value is (55,39,71).

  • red value is 55;
  • green value is 39;
  • blue value is 71.
RGB:
(55,39,71)
(22%,15%,28%)

RGB channels and saturation

R 55 of 255 = 22%
G 39 of 255 = 15%
B 71 of 255 = 28%

55
39
71

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

Portions of RGB colors in percentages

R + G + B =
55 + 39 + 71 = 165 (100%)
R 55 of 165 ~ 33.33%
G 39 of 165 ~ 23.64%
B 71 of 165 ~ 43.03%

%33.33
%23.64
%43.03

CMYK color model

#372747 color CMYK value is (23,45,0,72).

  • cyan value is 22.54%
  • magenta value is 45.07%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(23,45,0,72)
C23M45Y0K72 
(23%,45%,0%,72%)
(0.23/0.45/0.00/0.72)	

CMYK percentages

%22.54
%45.07
%0
%72.16

Codes

Color #372747 in popluar color models

372747
RGB553971
HSL270°29.09%21.57%
HSB/HSV270°45.07%27.84%
CMYK22.54%45.07%0.00%
72.16%

Color #372747 in popluar number systems.

HEX372747
Decimal553971
Binary1101111001111000111
Octal6747107

Shades and tints

Shades of #372747

#372747
(55,39,71)
#322441
(50,36,65)
#2D213B
(45,33,59)
#281E35
(40,30,53)
#231B2F
(35,27,47)
#1E1829
(30,24,41)
#191523
(25,21,35)
#14121D
(20,18,29)
#0F0F17
(15,15,23)
#0A0C11
(10,12,17)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #372747

#372747
(55,39,71)
#493A57
(73,58,87)
#5B4D67
(91,77,103)
#6D6077
(109,96,119)
#7F7387
(127,115,135)
#918697
(145,134,151)
#A399A7
(163,153,167)
#B5ACB7
(181,172,183)
#C7BFC7
(199,191,199)
#D9D2D7
(217,210,215)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372747 color. Also use rgb(55,39,71) instead hex code.

Text Font Color

.myTextColor { color: #372747; }

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

This text font color is #372747.


Background Color

.myBgColor { background-color: #372747; }

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

This div background color is #372747.


Border color

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

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

This div border color is #372747.


Opacity

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

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

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

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

This text has shadow with #372747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372747 on black background.


Color preview on white background

This text has color #372747 on white background.



Black color preview on #372747 background

This text has black color on #372747 background.


White color preview on #372747 background

This text has white color on #372747 background.