COLOR #331937

HEX: #331937
RGB: (51,25,55)

Color info

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

RGB color model

#331937 color RGB value is (51,25,55).

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

RGB channels and saturation

R 51 of 255 = 20%
G 25 of 255 = 10%
B 55 of 255 = 22%

51
25
55

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

Portions of RGB colors in percentages

R + G + B =
51 + 25 + 55 = 131 (100%)
R 51 of 131 ~ 38.93%
G 25 of 131 ~ 19.08%
B 55 of 131 ~ 41.98%

%38.93
%19.08
%41.98

CMYK color model

#331937 color CMYK value is (7,55,0,78).

  • cyan value is 7.27%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(7,55,0,78)
C7M55Y0K78 
(7%,55%,0%,78%)
(0.07/0.55/0.00/0.78)	

CMYK percentages

%7.27
%54.55
%0
%78.43

Codes

Color #331937 in popluar color models

331937
RGB512555
HSL292°37.50%15.69%
HSB/HSV292°54.55%21.57%
CMYK7.27%54.55%0.00%
78.43%

Color #331937 in popluar number systems.

HEX331937
Decimal512555
Binary11001111001110111
Octal633167

Shades and tints

Shades of #331937

#331937
(51,25,55)
#2F1732
(47,23,50)
#2B152D
(43,21,45)
#271328
(39,19,40)
#231123
(35,17,35)
#1F0F1E
(31,15,30)
#1B0D19
(27,13,25)
#170B14
(23,11,20)
#13090F
(19,9,15)
#0F070A
(15,7,10)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #331937

#331937
(51,25,55)
#452D49
(69,45,73)
#57415B
(87,65,91)
#69556D
(105,85,109)
#7B697F
(123,105,127)
#8D7D91
(141,125,145)
#9F91A3
(159,145,163)
#B1A5B5
(177,165,181)
#C3B9C7
(195,185,199)
#D5CDD9
(213,205,217)
#E7E1EB
(231,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331937; }

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

This text font color is #331937.


Background Color

.myBgColor { background-color: #331937; }

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

This div background color is #331937.


Border color

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

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

This div border color is #331937.


Opacity

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

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

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

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

This text has shadow with #331937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331937 on black background.


Color preview on white background

This text has color #331937 on white background.



Black color preview on #331937 background

This text has black color on #331937 background.


White color preview on #331937 background

This text has white color on #331937 background.