COLOR #391E28

HEX: #391E28
RGB: (57,30,40)

Color info

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

RGB color model

#391E28 color RGB value is (57,30,40).

  • red value is 57;
  • green value is 30;
  • blue value is 40.
RGB:
(57,30,40)
(22%,12%,16%)

RGB channels and saturation

R 57 of 255 = 22%
G 30 of 255 = 12%
B 40 of 255 = 16%

57
30
40

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

Portions of RGB colors in percentages

R + G + B =
57 + 30 + 40 = 127 (100%)
R 57 of 127 ~ 44.88%
G 30 of 127 ~ 23.62%
B 40 of 127 ~ 31.5%

%44.88
%23.62
%31.5

CMYK color model

#391E28 color CMYK value is (0,47,30,78).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 29.82%
  • key color value is 77.65%
CMYK:
(0,47,30,78)
C0M47Y30K78 
(0%,47%,30%,78%)
(0.00/0.47/0.30/0.78)	

CMYK percentages

%0
%47.37
%29.82
%77.65

Codes

Color #391E28 in popluar color models

391E28
RGB573040
HSL338°31.03%17.06%
HSB/HSV338°47.37%22.35%
CMYK0.00%47.37%29.82%
77.65%

Color #391E28 in popluar number systems.

HEX391E28
Decimal573040
Binary11100111110101000
Octal713650

Shades and tints

Shades of #391E28

#391E28
(57,30,40)
#341C25
(52,28,37)
#2F1A22
(47,26,34)
#2A181F
(42,24,31)
#25161C
(37,22,28)
#201419
(32,20,25)
#1B1216
(27,18,22)
#161013
(22,16,19)
#110E10
(17,14,16)
#0C0C0D
(12,12,13)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #391E28

#391E28
(57,30,40)
#4B323B
(75,50,59)
#5D464E
(93,70,78)
#6F5A61
(111,90,97)
#816E74
(129,110,116)
#938287
(147,130,135)
#A5969A
(165,150,154)
#B7AAAD
(183,170,173)
#C9BEC0
(201,190,192)
#DBD2D3
(219,210,211)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #391E28 color. Also use rgb(57,30,40) instead hex code.

Text Font Color

.myTextColor { color: #391E28; }

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

This text font color is #391E28.


Background Color

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

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

This div background color is #391E28.


Border color

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

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

This div border color is #391E28.


Opacity

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

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

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

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

This text has shadow with #391E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #391E28 on black background.


Color preview on white background

This text has color #391E28 on white background.



Black color preview on #391E28 background

This text has black color on #391E28 background.


White color preview on #391E28 background

This text has white color on #391E28 background.