COLOR #390E1F

HEX: #390E1F
RGB: (57,14,31)

Color info

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

RGB color model

#390E1F color RGB value is (57,14,31).

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

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 31 of 255 = 12%

57
14
31

R + G + B ~ 13%. #390E1F is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 31 = 102 (100%)
R 57 of 102 ~ 55.88%
G 14 of 102 ~ 13.73%
B 31 of 102 ~ 30.39%

%55.88
%13.73
%30.39

CMYK color model

#390E1F color CMYK value is (0,75,46,78).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 45.61%
  • key color value is 77.65%
CMYK:
(0,75,46,78)
C0M75Y46K78 
(0%,75%,46%,78%)
(0.00/0.75/0.46/0.78)	

CMYK percentages

%0
%75.44
%45.61
%77.65

Codes

Color #390E1F in popluar color models

390E1F
RGB571431
HSL336°60.56%13.92%
HSB/HSV336°75.44%22.35%
CMYK0.00%75.44%45.61%
77.65%

Color #390E1F in popluar number systems.

HEX390E1F
Decimal571431
Binary111001111011111
Octal711637

Shades and tints

Shades of #390E1F

#390E1F
(57,14,31)
#340D1D
(52,13,29)
#2F0C1B
(47,12,27)
#2A0B19
(42,11,25)
#250A17
(37,10,23)
#200915
(32,9,21)
#1B0813
(27,8,19)
#160711
(22,7,17)
#11060F
(17,6,15)
#0C050D
(12,5,13)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #390E1F

#390E1F
(57,14,31)
#4B2333
(75,35,51)
#5D3847
(93,56,71)
#6F4D5B
(111,77,91)
#81626F
(129,98,111)
#937783
(147,119,131)
#A58C97
(165,140,151)
#B7A1AB
(183,161,171)
#C9B6BF
(201,182,191)
#DBCBD3
(219,203,211)
#EDE0E7
(237,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390E1F color. Also use rgb(57,14,31) instead hex code.

Text Font Color

.myTextColor { color: #390E1F; }

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

This text font color is #390E1F.


Background Color

.myBgColor { background-color: #390E1F; }

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

This div background color is #390E1F.


Border color

.myBorderColor { border: 1px solid #390E1F; }

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

This div border color is #390E1F.


Opacity

.myOpacity80 { color: #390E1F; opacity: 0.8; }

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

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

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

This text has shadow with #390E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E1F on black background.


Color preview on white background

This text has color #390E1F on white background.



Black color preview on #390E1F background

This text has black color on #390E1F background.


White color preview on #390E1F background

This text has white color on #390E1F background.