COLOR #390709

HEX: #390709
RGB: (57,7,9)

Color info

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

RGB color model

#390709 color RGB value is (57,7,9).

  • red value is 57;
  • green value is 7;
  • blue value is 9.
RGB:
(57,7,9)
(22%,3%,4%)

RGB channels and saturation

R 57 of 255 = 22%
G 7 of 255 = 3%
B 9 of 255 = 4%

57
7
9

R + G + B ~ 10%. #390709 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 7 + 9 = 73 (100%)
R 57 of 73 ~ 78.08%
G 7 of 73 ~ 9.59%
B 9 of 73 ~ 12.33%

%78.08
%9.59
%12.33

CMYK color model

#390709 color CMYK value is (0,88,84,78).

  • cyan value is 0.00%
  • magenta value is 87.72%
  • yellow value is 84.21%
  • key color value is 77.65%
CMYK:
(0,88,84,78)
C0M88Y84K78 
(0%,88%,84%,78%)
(0.00/0.88/0.84/0.78)	

CMYK percentages

%0
%87.72
%84.21
%77.65

Codes

Color #390709 in popluar color models

390709
RGB5779
HSL358°78.13%12.55%
HSB/HSV358°87.72%22.35%
CMYK0.00%87.72%84.21%
77.65%

Color #390709 in popluar number systems.

HEX390709
Decimal5779
Binary1110011111001
Octal71711

Shades and tints

Shades of #390709

#390709
(57,7,9)
#340709
(52,7,9)
#2F0709
(47,7,9)
#2A0709
(42,7,9)
#250709
(37,7,9)
#200709
(32,7,9)
#1B0709
(27,7,9)
#160709
(22,7,9)
#110709
(17,7,9)
#0C0709
(12,7,9)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #390709

#390709
(57,7,9)
#4B1D1F
(75,29,31)
#5D3335
(93,51,53)
#6F494B
(111,73,75)
#815F61
(129,95,97)
#937577
(147,117,119)
#A58B8D
(165,139,141)
#B7A1A3
(183,161,163)
#C9B7B9
(201,183,185)
#DBCDCF
(219,205,207)
#EDE3E5
(237,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390709 color. Also use rgb(57,7,9) instead hex code.

Text Font Color

.myTextColor { color: #390709; }

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

This text font color is #390709.


Background Color

.myBgColor { background-color: #390709; }

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

This div background color is #390709.


Border color

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

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

This div border color is #390709.


Opacity

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

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

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

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

This text has shadow with #390709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390709 on black background.


Color preview on white background

This text has color #390709 on white background.



Black color preview on #390709 background

This text has black color on #390709 background.


White color preview on #390709 background

This text has white color on #390709 background.