COLOR #371147

HEX: #371147
RGB: (55,17,71)

Color info

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

RGB color model

#371147 color RGB value is (55,17,71).

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

RGB channels and saturation

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

55
17
71

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

Portions of RGB colors in percentages

R + G + B =
55 + 17 + 71 = 143 (100%)
R 55 of 143 ~ 38.46%
G 17 of 143 ~ 11.89%
B 71 of 143 ~ 49.65%

%38.46
%11.89
%49.65

CMYK color model

#371147 color CMYK value is (23,76,0,72).

  • cyan value is 22.54%
  • magenta value is 76.06%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(23,76,0,72)
C23M76Y0K72 
(23%,76%,0%,72%)
(0.23/0.76/0.00/0.72)	

CMYK percentages

%22.54
%76.06
%0
%72.16

Codes

Color #371147 in popluar color models

371147
RGB551771
HSL282°61.36%17.25%
HSB/HSV282°76.06%27.84%
CMYK22.54%76.06%0.00%
72.16%

Color #371147 in popluar number systems.

HEX371147
Decimal551771
Binary110111100011000111
Octal6721107

Shades and tints

Shades of #371147

#371147
(55,17,71)
#321041
(50,16,65)
#2D0F3B
(45,15,59)
#280E35
(40,14,53)
#230D2F
(35,13,47)
#1E0C29
(30,12,41)
#190B23
(25,11,35)
#140A1D
(20,10,29)
#0F0917
(15,9,23)
#0A0811
(10,8,17)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #371147

#371147
(55,17,71)
#492657
(73,38,87)
#5B3B67
(91,59,103)
#6D5077
(109,80,119)
#7F6587
(127,101,135)
#917A97
(145,122,151)
#A38FA7
(163,143,167)
#B5A4B7
(181,164,183)
#C7B9C7
(199,185,199)
#D9CED7
(217,206,215)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371147; }

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

This text font color is #371147.


Background Color

.myBgColor { background-color: #371147; }

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

This div background color is #371147.


Border color

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

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

This div border color is #371147.


Opacity

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

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

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

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

This text has shadow with #371147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371147 on black background.


Color preview on white background

This text has color #371147 on white background.



Black color preview on #371147 background

This text has black color on #371147 background.


White color preview on #371147 background

This text has white color on #371147 background.