COLOR #371548

HEX: #371548
RGB: (55,21,72)

Color info

#371548 contains red, green and blue colors in about the same proportion. Web safe color of #371548 is #330033 (or #303).

RGB color model

#371548 color RGB value is (55,21,72).

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

RGB channels and saturation

R 55 of 255 = 22%
G 21 of 255 = 8%
B 72 of 255 = 28%

55
21
72

R + G + B ~ 19%. #371548 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 21 + 72 = 148 (100%)
R 55 of 148 ~ 37.16%
G 21 of 148 ~ 14.19%
B 72 of 148 ~ 48.65%

%37.16
%14.19
%48.65

CMYK color model

#371548 color CMYK value is (24,71,0,72).

  • cyan value is 23.61%
  • magenta value is 70.83%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(24,71,0,72)
C24M71Y0K72 
(24%,71%,0%,72%)
(0.24/0.71/0.00/0.72)	

CMYK percentages

%23.61
%70.83
%0
%71.76

Codes

Color #371548 in popluar color models

371548
RGB552172
HSL280°54.84%18.24%
HSB/HSV280°70.83%28.24%
CMYK23.61%70.83%0.00%
71.76%

Color #371548 in popluar number systems.

HEX371548
Decimal552172
Binary110111101011001000
Octal6725110

Shades and tints

Shades of #371548

#371548
(55,21,72)
#321442
(50,20,66)
#2D133C
(45,19,60)
#281236
(40,18,54)
#231130
(35,17,48)
#1E102A
(30,16,42)
#190F24
(25,15,36)
#140E1E
(20,14,30)
#0F0D18
(15,13,24)
#0A0C12
(10,12,18)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #371548

#371548
(55,21,72)
#492A58
(73,42,88)
#5B3F68
(91,63,104)
#6D5478
(109,84,120)
#7F6988
(127,105,136)
#917E98
(145,126,152)
#A393A8
(163,147,168)
#B5A8B8
(181,168,184)
#C7BDC8
(199,189,200)
#D9D2D8
(217,210,216)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371548; }

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

This text font color is #371548.


Background Color

.myBgColor { background-color: #371548; }

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

This div background color is #371548.


Border color

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

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

This div border color is #371548.


Opacity

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

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

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

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

This text has shadow with #371548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371548 on black background.


Color preview on white background

This text has color #371548 on white background.



Black color preview on #371548 background

This text has black color on #371548 background.


White color preview on #371548 background

This text has white color on #371548 background.