COLOR #390E2B

HEX: #390E2B
RGB: (57,14,43)

Color info

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

RGB color model

#390E2B color RGB value is (57,14,43).

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

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 43 of 255 = 17%

57
14
43

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

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 43 = 114 (100%)
R 57 of 114 ~ 50%
G 14 of 114 ~ 12.28%
B 43 of 114 ~ 37.72%

%50
%12.28
%37.72

CMYK color model

#390E2B color CMYK value is (0,75,25,78).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 24.56%
  • key color value is 77.65%
CMYK:
(0,75,25,78)
C0M75Y25K78 
(0%,75%,25%,78%)
(0.00/0.75/0.25/0.78)	

CMYK percentages

%0
%75.44
%24.56
%77.65

Codes

Color #390E2B in popluar color models

390E2B
RGB571443
HSL320°60.56%13.92%
HSB/HSV320°75.44%22.35%
CMYK0.00%75.44%24.56%
77.65%

Color #390E2B in popluar number systems.

HEX390E2B
Decimal571443
Binary1110011110101011
Octal711653

Shades and tints

Shades of #390E2B

#390E2B
(57,14,43)
#340D28
(52,13,40)
#2F0C25
(47,12,37)
#2A0B22
(42,11,34)
#250A1F
(37,10,31)
#20091C
(32,9,28)
#1B0819
(27,8,25)
#160716
(22,7,22)
#110613
(17,6,19)
#0C0510
(12,5,16)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #390E2B

#390E2B
(57,14,43)
#4B233E
(75,35,62)
#5D3851
(93,56,81)
#6F4D64
(111,77,100)
#816277
(129,98,119)
#93778A
(147,119,138)
#A58C9D
(165,140,157)
#B7A1B0
(183,161,176)
#C9B6C3
(201,182,195)
#DBCBD6
(219,203,214)
#EDE0E9
(237,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390E2B; }

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

This text font color is #390E2B.


Background Color

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

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

This div background color is #390E2B.


Border color

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

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

This div border color is #390E2B.


Opacity

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

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

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

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

This text has shadow with #390E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E2B on black background.


Color preview on white background

This text has color #390E2B on white background.



Black color preview on #390E2B background

This text has black color on #390E2B background.


White color preview on #390E2B background

This text has white color on #390E2B background.