COLOR #371948

HEX: #371948
RGB: (55,25,72)

Color info

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

RGB color model

#371948 color RGB value is (55,25,72).

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

RGB channels and saturation

R 55 of 255 = 22%
G 25 of 255 = 10%
B 72 of 255 = 28%

55
25
72

R + G + B ~ 20%. #371948 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 25 + 72 = 152 (100%)
R 55 of 152 ~ 36.18%
G 25 of 152 ~ 16.45%
B 72 of 152 ~ 47.37%

%36.18
%16.45
%47.37

CMYK color model

#371948 color CMYK value is (24,65,0,72).

  • cyan value is 23.61%
  • magenta value is 65.28%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(24,65,0,72)
C24M65Y0K72 
(24%,65%,0%,72%)
(0.24/0.65/0.00/0.72)	

CMYK percentages

%23.61
%65.28
%0
%71.76

Codes

Color #371948 in popluar color models

371948
RGB552572
HSL278°48.45%19.02%
HSB/HSV278°65.28%28.24%
CMYK23.61%65.28%0.00%
71.76%

Color #371948 in popluar number systems.

HEX371948
Decimal552572
Binary110111110011001000
Octal6731110

Shades and tints

Shades of #371948

#371948
(55,25,72)
#321742
(50,23,66)
#2D153C
(45,21,60)
#281336
(40,19,54)
#231130
(35,17,48)
#1E0F2A
(30,15,42)
#190D24
(25,13,36)
#140B1E
(20,11,30)
#0F0918
(15,9,24)
#0A0712
(10,7,18)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #371948

#371948
(55,25,72)
#492D58
(73,45,88)
#5B4168
(91,65,104)
#6D5578
(109,85,120)
#7F6988
(127,105,136)
#917D98
(145,125,152)
#A391A8
(163,145,168)
#B5A5B8
(181,165,184)
#C7B9C8
(199,185,200)
#D9CDD8
(217,205,216)
#EBE1E8
(235,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371948; }

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

This text font color is #371948.


Background Color

.myBgColor { background-color: #371948; }

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

This div background color is #371948.


Border color

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

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

This div border color is #371948.


Opacity

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

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

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

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

This text has shadow with #371948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371948 on black background.


Color preview on white background

This text has color #371948 on white background.



Black color preview on #371948 background

This text has black color on #371948 background.


White color preview on #371948 background

This text has white color on #371948 background.