COLOR #331737

HEX: #331737
RGB: (51,23,55)

Color info

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

RGB color model

#331737 color RGB value is (51,23,55).

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

RGB channels and saturation

R 51 of 255 = 20%
G 23 of 255 = 9%
B 55 of 255 = 22%

51
23
55

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

Portions of RGB colors in percentages

R + G + B =
51 + 23 + 55 = 129 (100%)
R 51 of 129 ~ 39.53%
G 23 of 129 ~ 17.83%
B 55 of 129 ~ 42.64%

%39.53
%17.83
%42.64

CMYK color model

#331737 color CMYK value is (7,58,0,78).

  • cyan value is 7.27%
  • magenta value is 58.18%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(7,58,0,78)
C7M58Y0K78 
(7%,58%,0%,78%)
(0.07/0.58/0.00/0.78)	

CMYK percentages

%7.27
%58.18
%0
%78.43

Codes

Color #331737 in popluar color models

331737
RGB512355
HSL293°41.03%15.29%
HSB/HSV293°58.18%21.57%
CMYK7.27%58.18%0.00%
78.43%

Color #331737 in popluar number systems.

HEX331737
Decimal512355
Binary11001110111110111
Octal632767

Shades and tints

Shades of #331737

#331737
(51,23,55)
#2F1532
(47,21,50)
#2B132D
(43,19,45)
#271128
(39,17,40)
#230F23
(35,15,35)
#1F0D1E
(31,13,30)
#1B0B19
(27,11,25)
#170914
(23,9,20)
#13070F
(19,7,15)
#0F050A
(15,5,10)
#0B0305
(11,3,5)
#000000
(0,0,0)

Tints of #331737

#331737
(51,23,55)
#452C49
(69,44,73)
#57415B
(87,65,91)
#69566D
(105,86,109)
#7B6B7F
(123,107,127)
#8D8091
(141,128,145)
#9F95A3
(159,149,163)
#B1AAB5
(177,170,181)
#C3BFC7
(195,191,199)
#D5D4D9
(213,212,217)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331737; }

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

This text font color is #331737.


Background Color

.myBgColor { background-color: #331737; }

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

This div background color is #331737.


Border color

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

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

This div border color is #331737.


Opacity

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

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

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

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

This text has shadow with #331737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331737 on black background.


Color preview on white background

This text has color #331737 on white background.



Black color preview on #331737 background

This text has black color on #331737 background.


White color preview on #331737 background

This text has white color on #331737 background.