COLOR #390614

HEX: #390614
RGB: (57,6,20)

Color info

#390614 contains red, green and blue colors in about the same proportion. Web safe color of #390614 is #330000 (or #300).

RGB color model

#390614 color RGB value is (57,6,20).

  • red value is 57;
  • green value is 6;
  • blue value is 20.
RGB:
(57,6,20)
(22%,2%,8%)

RGB channels and saturation

R 57 of 255 = 22%
G 6 of 255 = 2%
B 20 of 255 = 8%

57
6
20

R + G + B ~ 11%. #390614 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 6 + 20 = 83 (100%)
R 57 of 83 ~ 68.67%
G 6 of 83 ~ 7.23%
B 20 of 83 ~ 24.1%

%68.67
%24.1

CMYK color model

#390614 color CMYK value is (0,89,65,78).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 64.91%
  • key color value is 77.65%
CMYK:
(0,89,65,78)
C0M89Y65K78 
(0%,89%,65%,78%)
(0.00/0.89/0.65/0.78)	

CMYK percentages

%0
%89.47
%64.91
%77.65

Codes

Color #390614 in popluar color models

390614
RGB57620
HSL344°80.95%12.35%
HSB/HSV344°89.47%22.35%
CMYK0.00%89.47%64.91%
77.65%

Color #390614 in popluar number systems.

HEX390614
Decimal57620
Binary11100111010100
Octal71624

Shades and tints

Shades of #390614

#390614
(57,6,20)
#340613
(52,6,19)
#2F0612
(47,6,18)
#2A0611
(42,6,17)
#250610
(37,6,16)
#20060F
(32,6,15)
#1B060E
(27,6,14)
#16060D
(22,6,13)
#11060C
(17,6,12)
#0C060B
(12,6,11)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #390614

#390614
(57,6,20)
#4B1C29
(75,28,41)
#5D323E
(93,50,62)
#6F4853
(111,72,83)
#815E68
(129,94,104)
#93747D
(147,116,125)
#A58A92
(165,138,146)
#B7A0A7
(183,160,167)
#C9B6BC
(201,182,188)
#DBCCD1
(219,204,209)
#EDE2E6
(237,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390614 color. Also use rgb(57,6,20) instead hex code.

Text Font Color

.myTextColor { color: #390614; }

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

This text font color is #390614.


Background Color

.myBgColor { background-color: #390614; }

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

This div background color is #390614.


Border color

.myBorderColor { border: 1px solid #390614; }

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

This div border color is #390614.


Opacity

.myOpacity80 { color: #390614; opacity: 0.8; }

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

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

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

This text has shadow with #390614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390614 on black background.


Color preview on white background

This text has color #390614 on white background.



Black color preview on #390614 background

This text has black color on #390614 background.


White color preview on #390614 background

This text has white color on #390614 background.