COLOR #390E2C

HEX: #390E2C
RGB: (57,14,44)

Color info

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

RGB color model

#390E2C color RGB value is (57,14,44).

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

RGB channels and saturation

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

57
14
44

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

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 44 = 115 (100%)
R 57 of 115 ~ 49.57%
G 14 of 115 ~ 12.17%
B 44 of 115 ~ 38.26%

%49.57
%12.17
%38.26

CMYK color model

#390E2C color CMYK value is (0,75,23,78).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 22.81%
  • key color value is 77.65%
CMYK:
(0,75,23,78)
C0M75Y23K78 
(0%,75%,23%,78%)
(0.00/0.75/0.23/0.78)	

CMYK percentages

%0
%75.44
%22.81
%77.65

Codes

Color #390E2C in popluar color models

390E2C
RGB571444
HSL318°60.56%13.92%
HSB/HSV318°75.44%22.35%
CMYK0.00%75.44%22.81%
77.65%

Color #390E2C in popluar number systems.

HEX390E2C
Decimal571444
Binary1110011110101100
Octal711654

Shades and tints

Shades of #390E2C

#390E2C
(57,14,44)
#340D28
(52,13,40)
#2F0C24
(47,12,36)
#2A0B20
(42,11,32)
#250A1C
(37,10,28)
#200918
(32,9,24)
#1B0814
(27,8,20)
#160710
(22,7,16)
#11060C
(17,6,12)
#0C0508
(12,5,8)
#070404
(7,4,4)
#000000
(0,0,0)

Tints of #390E2C

#390E2C
(57,14,44)
#4B233F
(75,35,63)
#5D3852
(93,56,82)
#6F4D65
(111,77,101)
#816278
(129,98,120)
#93778B
(147,119,139)
#A58C9E
(165,140,158)
#B7A1B1
(183,161,177)
#C9B6C4
(201,182,196)
#DBCBD7
(219,203,215)
#EDE0EA
(237,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390E2C; }

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

This text font color is #390E2C.


Background Color

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

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

This div background color is #390E2C.


Border color

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

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

This div border color is #390E2C.


Opacity

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

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

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

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

This text has shadow with #390E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E2C on black background.


Color preview on white background

This text has color #390E2C on white background.



Black color preview on #390E2C background

This text has black color on #390E2C background.


White color preview on #390E2C background

This text has white color on #390E2C background.