COLOR #371237

HEX: #371237
RGB: (55,18,55)

Color info

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

RGB color model

#371237 color RGB value is (55,18,55).

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

RGB channels and saturation

R 55 of 255 = 22%
G 18 of 255 = 7%
B 55 of 255 = 22%

55
18
55

R + G + B ~ 17%. #371237 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 18 + 55 = 128 (100%)
R 55 of 128 ~ 42.97%
G 18 of 128 ~ 14.06%
B 55 of 128 ~ 42.97%

%42.97
%14.06
%42.97

CMYK color model

#371237 color CMYK value is (0,67,0,78).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(0,67,0,78)
C0M67Y0K78 
(0%,67%,0%,78%)
(0.00/0.67/0.00/0.78)	

CMYK percentages

%0
%67.27
%0
%78.43

Codes

Color #371237 in popluar color models

371237
RGB551855
HSL300°50.68%14.31%
HSB/HSV300°67.27%21.57%
CMYK0.00%67.27%0.00%
78.43%

Color #371237 in popluar number systems.

HEX371237
Decimal551855
Binary11011110010110111
Octal672267

Shades and tints

Shades of #371237

#371237
(55,18,55)
#321132
(50,17,50)
#2D102D
(45,16,45)
#280F28
(40,15,40)
#230E23
(35,14,35)
#1E0D1E
(30,13,30)
#190C19
(25,12,25)
#140B14
(20,11,20)
#0F0A0F
(15,10,15)
#0A090A
(10,9,10)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #371237

#371237
(55,18,55)
#492749
(73,39,73)
#5B3C5B
(91,60,91)
#6D516D
(109,81,109)
#7F667F
(127,102,127)
#917B91
(145,123,145)
#A390A3
(163,144,163)
#B5A5B5
(181,165,181)
#C7BAC7
(199,186,199)
#D9CFD9
(217,207,217)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371237; }

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

This text font color is #371237.


Background Color

.myBgColor { background-color: #371237; }

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

This div background color is #371237.


Border color

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

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

This div border color is #371237.


Opacity

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

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

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

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

This text has shadow with #371237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371237 on black background.


Color preview on white background

This text has color #371237 on white background.



Black color preview on #371237 background

This text has black color on #371237 background.


White color preview on #371237 background

This text has white color on #371237 background.