COLOR #372750

HEX: #372750
RGB: (55,39,80)

Color info

#372750 contains red, green and blue colors in about the same proportion. Web safe color of #372750 is #333366 (or #336).

RGB color model

#372750 color RGB value is (55,39,80).

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

RGB channels and saturation

R 55 of 255 = 22%
G 39 of 255 = 15%
B 80 of 255 = 31%

55
39
80

R + G + B ~ 23%. #372750 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 39 + 80 = 174 (100%)
R 55 of 174 ~ 31.61%
G 39 of 174 ~ 22.41%
B 80 of 174 ~ 45.98%

%31.61
%22.41
%45.98

CMYK color model

#372750 color CMYK value is (31,51,0,69).

  • cyan value is 31.25%
  • magenta value is 51.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(31,51,0,69)
C31M51Y0K69 
(31%,51%,0%,69%)
(0.31/0.51/0.00/0.69)	

CMYK percentages

%31.25
%51.25
%0
%68.63

Codes

Color #372750 in popluar color models

372750
RGB553980
HSL263°34.45%23.33%
HSB/HSV263°51.25%31.37%
CMYK31.25%51.25%0.00%
68.63%

Color #372750 in popluar number systems.

HEX372750
Decimal553980
Binary1101111001111010000
Octal6747120

Shades and tints

Shades of #372750

#372750
(55,39,80)
#322449
(50,36,73)
#2D2142
(45,33,66)
#281E3B
(40,30,59)
#231B34
(35,27,52)
#1E182D
(30,24,45)
#191526
(25,21,38)
#14121F
(20,18,31)
#0F0F18
(15,15,24)
#0A0C11
(10,12,17)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #372750

#372750
(55,39,80)
#493A5F
(73,58,95)
#5B4D6E
(91,77,110)
#6D607D
(109,96,125)
#7F738C
(127,115,140)
#91869B
(145,134,155)
#A399AA
(163,153,170)
#B5ACB9
(181,172,185)
#C7BFC8
(199,191,200)
#D9D2D7
(217,210,215)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372750; }

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

This text font color is #372750.


Background Color

.myBgColor { background-color: #372750; }

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

This div background color is #372750.


Border color

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

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

This div border color is #372750.


Opacity

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

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

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

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

This text has shadow with #372750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372750 on black background.


Color preview on white background

This text has color #372750 on white background.



Black color preview on #372750 background

This text has black color on #372750 background.


White color preview on #372750 background

This text has white color on #372750 background.