COLOR #371347

HEX: #371347
RGB: (55,19,71)

Color info

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

RGB color model

#371347 color RGB value is (55,19,71).

  • red value is 55;
  • green value is 19;
  • blue value is 71.
RGB:
(55,19,71)
(22%,7%,28%)

RGB channels and saturation

R 55 of 255 = 22%
G 19 of 255 = 7%
B 71 of 255 = 28%

55
19
71

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

Portions of RGB colors in percentages

R + G + B =
55 + 19 + 71 = 145 (100%)
R 55 of 145 ~ 37.93%
G 19 of 145 ~ 13.1%
B 71 of 145 ~ 48.97%

%37.93
%13.1
%48.97

CMYK color model

#371347 color CMYK value is (23,73,0,72).

  • cyan value is 22.54%
  • magenta value is 73.24%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(23,73,0,72)
C23M73Y0K72 
(23%,73%,0%,72%)
(0.23/0.73/0.00/0.72)	

CMYK percentages

%22.54
%73.24
%0
%72.16

Codes

Color #371347 in popluar color models

371347
RGB551971
HSL282°57.78%17.65%
HSB/HSV282°73.24%27.84%
CMYK22.54%73.24%0.00%
72.16%

Color #371347 in popluar number systems.

HEX371347
Decimal551971
Binary110111100111000111
Octal6723107

Shades and tints

Shades of #371347

#371347
(55,19,71)
#321241
(50,18,65)
#2D113B
(45,17,59)
#281035
(40,16,53)
#230F2F
(35,15,47)
#1E0E29
(30,14,41)
#190D23
(25,13,35)
#140C1D
(20,12,29)
#0F0B17
(15,11,23)
#0A0A11
(10,10,17)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #371347

#371347
(55,19,71)
#492857
(73,40,87)
#5B3D67
(91,61,103)
#6D5277
(109,82,119)
#7F6787
(127,103,135)
#917C97
(145,124,151)
#A391A7
(163,145,167)
#B5A6B7
(181,166,183)
#C7BBC7
(199,187,199)
#D9D0D7
(217,208,215)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371347 color. Also use rgb(55,19,71) instead hex code.

Text Font Color

.myTextColor { color: #371347; }

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

This text font color is #371347.


Background Color

.myBgColor { background-color: #371347; }

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

This div background color is #371347.


Border color

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

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

This div border color is #371347.


Opacity

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

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

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

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

This text has shadow with #371347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371347 on black background.


Color preview on white background

This text has color #371347 on white background.



Black color preview on #371347 background

This text has black color on #371347 background.


White color preview on #371347 background

This text has white color on #371347 background.