COLOR #390E2F

HEX: #390E2F
RGB: (57,14,47)

Color info

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

RGB color model

#390E2F color RGB value is (57,14,47).

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

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 47 of 255 = 18%

57
14
47

R + G + B ~ 15%. #390E2F is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 47 = 118 (100%)
R 57 of 118 ~ 48.31%
G 14 of 118 ~ 11.86%
B 47 of 118 ~ 39.83%

%48.31
%11.86
%39.83

CMYK color model

#390E2F color CMYK value is (0,75,18,78).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 17.54%
  • key color value is 77.65%
CMYK:
(0,75,18,78)
C0M75Y18K78 
(0%,75%,18%,78%)
(0.00/0.75/0.18/0.78)	

CMYK percentages

%0
%75.44
%17.54
%77.65

Codes

Color #390E2F in popluar color models

390E2F
RGB571447
HSL314°60.56%13.92%
HSB/HSV314°75.44%22.35%
CMYK0.00%75.44%17.54%
77.65%

Color #390E2F in popluar number systems.

HEX390E2F
Decimal571447
Binary1110011110101111
Octal711657

Shades and tints

Shades of #390E2F

#390E2F
(57,14,47)
#340D2B
(52,13,43)
#2F0C27
(47,12,39)
#2A0B23
(42,11,35)
#250A1F
(37,10,31)
#20091B
(32,9,27)
#1B0817
(27,8,23)
#160713
(22,7,19)
#11060F
(17,6,15)
#0C050B
(12,5,11)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #390E2F

#390E2F
(57,14,47)
#4B2341
(75,35,65)
#5D3853
(93,56,83)
#6F4D65
(111,77,101)
#816277
(129,98,119)
#937789
(147,119,137)
#A58C9B
(165,140,155)
#B7A1AD
(183,161,173)
#C9B6BF
(201,182,191)
#DBCBD1
(219,203,209)
#EDE0E3
(237,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390E2F; }

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

This text font color is #390E2F.


Background Color

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

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

This div background color is #390E2F.


Border color

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

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

This div border color is #390E2F.


Opacity

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

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

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

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

This text has shadow with #390E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E2F on black background.


Color preview on white background

This text has color #390E2F on white background.



Black color preview on #390E2F background

This text has black color on #390E2F background.


White color preview on #390E2F background

This text has white color on #390E2F background.