COLOR #390E3C

HEX: #390E3C
RGB: (57,14,60)

Color info

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

RGB color model

#390E3C color RGB value is (57,14,60).

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

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 60 of 255 = 24%

57
14
60

R + G + B ~ 17%. #390E3C is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 60 = 131 (100%)
R 57 of 131 ~ 43.51%
G 14 of 131 ~ 10.69%
B 60 of 131 ~ 45.8%

%43.51
%10.69
%45.8

CMYK color model

#390E3C color CMYK value is (5,77,0,76).

  • cyan value is 5.00%
  • magenta value is 76.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(5,77,0,76)
C5M77Y0K76 
(5%,77%,0%,76%)
(0.05/0.77/0.00/0.76)	

CMYK percentages

%5
%76.67
%0
%76.47

Codes

Color #390E3C in popluar color models

390E3C
RGB571460
HSL296°62.16%14.51%
HSB/HSV296°76.67%23.53%
CMYK5.00%76.67%0.00%
76.47%

Color #390E3C in popluar number systems.

HEX390E3C
Decimal571460
Binary1110011110111100
Octal711674

Shades and tints

Shades of #390E3C

#390E3C
(57,14,60)
#340D37
(52,13,55)
#2F0C32
(47,12,50)
#2A0B2D
(42,11,45)
#250A28
(37,10,40)
#200923
(32,9,35)
#1B081E
(27,8,30)
#160719
(22,7,25)
#110614
(17,6,20)
#0C050F
(12,5,15)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #390E3C

#390E3C
(57,14,60)
#4B234D
(75,35,77)
#5D385E
(93,56,94)
#6F4D6F
(111,77,111)
#816280
(129,98,128)
#937791
(147,119,145)
#A58CA2
(165,140,162)
#B7A1B3
(183,161,179)
#C9B6C4
(201,182,196)
#DBCBD5
(219,203,213)
#EDE0E6
(237,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390E3C; }

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

This text font color is #390E3C.


Background Color

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

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

This div background color is #390E3C.


Border color

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

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

This div border color is #390E3C.


Opacity

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

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

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

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

This text has shadow with #390E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E3C on black background.


Color preview on white background

This text has color #390E3C on white background.



Black color preview on #390E3C background

This text has black color on #390E3C background.


White color preview on #390E3C background

This text has white color on #390E3C background.