COLOR #391F31

HEX: #391F31
RGB: (57,31,49)

Color info

#391F31 contains red, green and blue colors in about the same proportion. Web safe color of #391F31 is #333333 (or #333).

RGB color model

#391F31 color RGB value is (57,31,49).

  • red value is 57;
  • green value is 31;
  • blue value is 49.
RGB:
(57,31,49)
(22%,12%,19%)

RGB channels and saturation

R 57 of 255 = 22%
G 31 of 255 = 12%
B 49 of 255 = 19%

57
31
49

R + G + B ~ 18%. #391F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 31 + 49 = 137 (100%)
R 57 of 137 ~ 41.61%
G 31 of 137 ~ 22.63%
B 49 of 137 ~ 35.77%

%41.61
%22.63
%35.77

CMYK color model

#391F31 color CMYK value is (0,46,14,78).

  • cyan value is 0.00%
  • magenta value is 45.61%
  • yellow value is 14.04%
  • key color value is 77.65%
CMYK:
(0,46,14,78)
C0M46Y14K78 
(0%,46%,14%,78%)
(0.00/0.46/0.14/0.78)	

CMYK percentages

%0
%45.61
%14.04
%77.65

Codes

Color #391F31 in popluar color models

391F31
RGB573149
HSL318°29.55%17.25%
HSB/HSV318°45.61%22.35%
CMYK0.00%45.61%14.04%
77.65%

Color #391F31 in popluar number systems.

HEX391F31
Decimal573149
Binary11100111111110001
Octal713761

Shades and tints

Shades of #391F31

#391F31
(57,31,49)
#341D2D
(52,29,45)
#2F1B29
(47,27,41)
#2A1925
(42,25,37)
#251721
(37,23,33)
#20151D
(32,21,29)
#1B1319
(27,19,25)
#161115
(22,17,21)
#110F11
(17,15,17)
#0C0D0D
(12,13,13)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #391F31

#391F31
(57,31,49)
#4B3343
(75,51,67)
#5D4755
(93,71,85)
#6F5B67
(111,91,103)
#816F79
(129,111,121)
#93838B
(147,131,139)
#A5979D
(165,151,157)
#B7ABAF
(183,171,175)
#C9BFC1
(201,191,193)
#DBD3D3
(219,211,211)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #391F31 color. Also use rgb(57,31,49) instead hex code.

Text Font Color

.myTextColor { color: #391F31; }

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

This text font color is #391F31.


Background Color

.myBgColor { background-color: #391F31; }

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

This div background color is #391F31.


Border color

.myBorderColor { border: 1px solid #391F31; }

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

This div border color is #391F31.


Opacity

.myOpacity80 { color: #391F31; opacity: 0.8; }

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

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

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

This text has shadow with #391F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #391F31 on black background.


Color preview on white background

This text has color #391F31 on white background.



Black color preview on #391F31 background

This text has black color on #391F31 background.


White color preview on #391F31 background

This text has white color on #391F31 background.