COLOR #390909

HEX: #390909 RGB: (57,9,9)

Color info

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

RGB color model

#390909 color RGB value is (57,9,9).

RGB: (57,9,9) (22%, 4%, 4%)

RGB channels and saturation

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

57
9
9

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

Portions of RGB colors in percentages

R + G + B = 57 + 9 + 9 = 75 (100%)
R 57 of 75 ~ 76%
G 9 of 75 ~ 12%
B 9 of 75 ~ 12'%

%76
%12
%12

CMYK color model

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

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

CMYK percentages

%0
%84.21
%84.21
%77.65

Codes

Color #390909 in popluar color models

39 09 09
RGB 57 9 9
HSL 72.73% 12.94%
HSB/HSV 84.21% 22.35%
CMYK 0.00% 84.21% 84.21%
77.65%

Color #390909 in popluar number systems.

HEX 39 09 09
Decimal 57 9 9
Binary 111001 1001 1001
Octal 71 11 11

Shades and tints

Shades of #390909

#390909
(57,9,9)
#340909
(52,9,9)
#2F0909
(47,9,9)
#2A0909
(42,9,9)
#250909
(37,9,9)
#200909
(32,9,9)
#1B0909
(27,9,9)
#160909
(22,9,9)
#110909
(17,9,9)
#0C0909
(12,9,9)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #390909

#390909
(57,9,9)
#4B1F1F
(75,31,31)
#5D3535
(93,53,53)
#6F4B4B
(111,75,75)
#816161
(129,97,97)
#937777
(147,119,119)
#A58D8D
(165,141,141)
#B7A3A3
(183,163,163)
#C9B9B9
(201,185,185)
#DBCFCF
(219,207,207)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390909; }

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

This text font color is #390909.

Background Color

.myBgColor { background-color: #390909; }

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

This div background color is #390909.

Border color

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

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

This div border color is #390909.

Opacity

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

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

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

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

This text has shadow with #390909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390909.

Preview

Color preview on black background

This text has color #390909 on black background.


Color preview on white background

This text has color #390909 on white background.


Black color preview on #390909 background

This text has black color on #390909 background.


White color preview on #390909 background

This text has white color on #390909 background.


Related colors

Complementary color

Complementary color for #hex is #C6F6F6.


I love getcolorcode.com