COLOR #371331

HEX: #371331
RGB: (55,19,49)

Color info

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

RGB color model

#371331 color RGB value is (55,19,49).

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

RGB channels and saturation

R 55 of 255 = 22%
G 19 of 255 = 7%
B 49 of 255 = 19%

55
19
49

R + G + B ~ 16%. #371331 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 19 + 49 = 123 (100%)
R 55 of 123 ~ 44.72%
G 19 of 123 ~ 15.45%
B 49 of 123 ~ 39.84%

%44.72
%15.45
%39.84

CMYK color model

#371331 color CMYK value is (0,65,11,78).

  • cyan value is 0.00%
  • magenta value is 65.45%
  • yellow value is 10.91%
  • key color value is 78.43%
CMYK:
(0,65,11,78)
C0M65Y11K78 
(0%,65%,11%,78%)
(0.00/0.65/0.11/0.78)	

CMYK percentages

%0
%65.45
%10.91
%78.43

Codes

Color #371331 in popluar color models

371331
RGB551949
HSL310°48.65%14.51%
HSB/HSV310°65.45%21.57%
CMYK0.00%65.45%10.91%
78.43%

Color #371331 in popluar number systems.

HEX371331
Decimal551949
Binary11011110011110001
Octal672361

Shades and tints

Shades of #371331

#371331
(55,19,49)
#32122D
(50,18,45)
#2D1129
(45,17,41)
#281025
(40,16,37)
#230F21
(35,15,33)
#1E0E1D
(30,14,29)
#190D19
(25,13,25)
#140C15
(20,12,21)
#0F0B11
(15,11,17)
#0A0A0D
(10,10,13)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #371331

#371331
(55,19,49)
#492843
(73,40,67)
#5B3D55
(91,61,85)
#6D5267
(109,82,103)
#7F6779
(127,103,121)
#917C8B
(145,124,139)
#A3919D
(163,145,157)
#B5A6AF
(181,166,175)
#C7BBC1
(199,187,193)
#D9D0D3
(217,208,211)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371331; }

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

This text font color is #371331.


Background Color

.myBgColor { background-color: #371331; }

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

This div background color is #371331.


Border color

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

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

This div border color is #371331.


Opacity

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

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

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

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

This text has shadow with #371331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371331 on black background.


Color preview on white background

This text has color #371331 on white background.



Black color preview on #371331 background

This text has black color on #371331 background.


White color preview on #371331 background

This text has white color on #371331 background.