COLOR #372850

HEX: #372850
RGB: (55,40,80)

Color info

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

RGB color model

#372850 color RGB value is (55,40,80).

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

RGB channels and saturation

R 55 of 255 = 22%
G 40 of 255 = 16%
B 80 of 255 = 31%

55
40
80

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

Portions of RGB colors in percentages

R + G + B =
55 + 40 + 80 = 175 (100%)
R 55 of 175 ~ 31.43%
G 40 of 175 ~ 22.86%
B 80 of 175 ~ 45.71%

%31.43
%22.86
%45.71

CMYK color model

#372850 color CMYK value is (31,50,0,69).

  • cyan value is 31.25%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(31,50,0,69)
C31M50Y0K69 
(31%,50%,0%,69%)
(0.31/0.50/0.00/0.69)	

CMYK percentages

%31.25
%50
%0
%68.63

Codes

Color #372850 in popluar color models

372850
RGB554080
HSL263°33.33%23.53%
HSB/HSV263°50.00%31.37%
CMYK31.25%50.00%0.00%
68.63%

Color #372850 in popluar number systems.

HEX372850
Decimal554080
Binary1101111010001010000
Octal6750120

Shades and tints

Shades of #372850

#372850
(55,40,80)
#322549
(50,37,73)
#2D2242
(45,34,66)
#281F3B
(40,31,59)
#231C34
(35,28,52)
#1E192D
(30,25,45)
#191626
(25,22,38)
#14131F
(20,19,31)
#0F1018
(15,16,24)
#0A0D11
(10,13,17)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #372850

#372850
(55,40,80)
#493B5F
(73,59,95)
#5B4E6E
(91,78,110)
#6D617D
(109,97,125)
#7F748C
(127,116,140)
#91879B
(145,135,155)
#A39AAA
(163,154,170)
#B5ADB9
(181,173,185)
#C7C0C8
(199,192,200)
#D9D3D7
(217,211,215)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372850; }

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

This text font color is #372850.


Background Color

.myBgColor { background-color: #372850; }

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

This div background color is #372850.


Border color

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

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

This div border color is #372850.


Opacity

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

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

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

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

This text has shadow with #372850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372850 on black background.


Color preview on white background

This text has color #372850 on white background.



Black color preview on #372850 background

This text has black color on #372850 background.


White color preview on #372850 background

This text has white color on #372850 background.