COLOR #371E49

HEX: #371E49
RGB: (55,30,73)

Color info

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

RGB color model

#371E49 color RGB value is (55,30,73).

  • red value is 55;
  • green value is 30;
  • blue value is 73.
RGB:
(55,30,73)
(22%,12%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 73 of 255 = 29%

55
30
73

R + G + B ~ 21%. #371E49 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 73 = 158 (100%)
R 55 of 158 ~ 34.81%
G 30 of 158 ~ 18.99%
B 73 of 158 ~ 46.2%

%34.81
%18.99
%46.2

CMYK color model

#371E49 color CMYK value is (25,59,0,71).

  • cyan value is 24.66%
  • magenta value is 58.90%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(25,59,0,71)
C25M59Y0K71 
(25%,59%,0%,71%)
(0.25/0.59/0.00/0.71)	

CMYK percentages

%24.66
%58.9
%0
%71.37

Codes

Color #371E49 in popluar color models

371E49
RGB553073
HSL275°41.75%20.20%
HSB/HSV275°58.90%28.63%
CMYK24.66%58.90%0.00%
71.37%

Color #371E49 in popluar number systems.

HEX371E49
Decimal553073
Binary110111111101001001
Octal6736111

Shades and tints

Shades of #371E49

#371E49
(55,30,73)
#321C43
(50,28,67)
#2D1A3D
(45,26,61)
#281837
(40,24,55)
#231631
(35,22,49)
#1E142B
(30,20,43)
#191225
(25,18,37)
#14101F
(20,16,31)
#0F0E19
(15,14,25)
#0A0C13
(10,12,19)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #371E49

#371E49
(55,30,73)
#493259
(73,50,89)
#5B4669
(91,70,105)
#6D5A79
(109,90,121)
#7F6E89
(127,110,137)
#918299
(145,130,153)
#A396A9
(163,150,169)
#B5AAB9
(181,170,185)
#C7BEC9
(199,190,201)
#D9D2D9
(217,210,217)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371E49 color. Also use rgb(55,30,73) instead hex code.

Text Font Color

.myTextColor { color: #371E49; }

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

This text font color is #371E49.


Background Color

.myBgColor { background-color: #371E49; }

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

This div background color is #371E49.


Border color

.myBorderColor { border: 1px solid #371E49; }

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

This div border color is #371E49.


Opacity

.myOpacity80 { color: #371E49; opacity: 0.8; }

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

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

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

This text has shadow with #371E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E49 on black background.


Color preview on white background

This text has color #371E49 on white background.



Black color preview on #371E49 background

This text has black color on #371E49 background.


White color preview on #371E49 background

This text has white color on #371E49 background.