COLOR #371533

HEX: #371533
RGB: (55,21,51)

Color info

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

RGB color model

#371533 color RGB value is (55,21,51).

  • red value is 55;
  • green value is 21;
  • blue value is 51.
RGB:
(55,21,51)
(22%,8%,20%)

RGB channels and saturation

R 55 of 255 = 22%
G 21 of 255 = 8%
B 51 of 255 = 20%

55
21
51

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

Portions of RGB colors in percentages

R + G + B =
55 + 21 + 51 = 127 (100%)
R 55 of 127 ~ 43.31%
G 21 of 127 ~ 16.54%
B 51 of 127 ~ 40.16%

%43.31
%16.54
%40.16

CMYK color model

#371533 color CMYK value is (0,62,7,78).

  • cyan value is 0.00%
  • magenta value is 61.82%
  • yellow value is 7.27%
  • key color value is 78.43%
CMYK:
(0,62,7,78)
C0M62Y7K78 
(0%,62%,7%,78%)
(0.00/0.62/0.07/0.78)	

CMYK percentages

%0
%61.82
%7.27
%78.43

Codes

Color #371533 in popluar color models

371533
RGB552151
HSL307°44.74%14.90%
HSB/HSV307°61.82%21.57%
CMYK0.00%61.82%7.27%
78.43%

Color #371533 in popluar number systems.

HEX371533
Decimal552151
Binary11011110101110011
Octal672563

Shades and tints

Shades of #371533

#371533
(55,21,51)
#32142F
(50,20,47)
#2D132B
(45,19,43)
#281227
(40,18,39)
#231123
(35,17,35)
#1E101F
(30,16,31)
#190F1B
(25,15,27)
#140E17
(20,14,23)
#0F0D13
(15,13,19)
#0A0C0F
(10,12,15)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #371533

#371533
(55,21,51)
#492A45
(73,42,69)
#5B3F57
(91,63,87)
#6D5469
(109,84,105)
#7F697B
(127,105,123)
#917E8D
(145,126,141)
#A3939F
(163,147,159)
#B5A8B1
(181,168,177)
#C7BDC3
(199,189,195)
#D9D2D5
(217,210,213)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371533; }

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

This text font color is #371533.


Background Color

.myBgColor { background-color: #371533; }

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

This div background color is #371533.


Border color

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

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

This div border color is #371533.


Opacity

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

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

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

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

This text has shadow with #371533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371533 on black background.


Color preview on white background

This text has color #371533 on white background.



Black color preview on #371533 background

This text has black color on #371533 background.


White color preview on #371533 background

This text has white color on #371533 background.