COLOR #390907

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

57
9
7

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

Portions of RGB colors in percentages

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

%78.08
%12.33
%9.59

CMYK color model

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

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

CMYK percentages

%0
%84.21
%87.72
%77.65

Codes

Color #390907 in popluar color models

390907
RGB5797
HSL78.13%12.55%
HSB/HSV87.72%22.35%
CMYK0.00%84.21%87.72%
77.65%

Color #390907 in popluar number systems.

HEX390907
Decimal5797
Binary1110011001111
Octal71117

Shades and tints

Shades of #390907

#390907
(57,9,7)
#340907
(52,9,7)
#2F0907
(47,9,7)
#2A0907
(42,9,7)
#250907
(37,9,7)
#200907
(32,9,7)
#1B0907
(27,9,7)
#160907
(22,9,7)
#110907
(17,9,7)
#0C0907
(12,9,7)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #390907

#390907
(57,9,7)
#4B1F1D
(75,31,29)
#5D3533
(93,53,51)
#6F4B49
(111,75,73)
#81615F
(129,97,95)
#937775
(147,119,117)
#A58D8B
(165,141,139)
#B7A3A1
(183,163,161)
#C9B9B7
(201,185,183)
#DBCFCD
(219,207,205)
#EDE5E3
(237,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390907; }

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

This text font color is #390907.


Background Color

.myBgColor { background-color: #390907; }

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

This div background color is #390907.


Border color

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

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

This div border color is #390907.


Opacity

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

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

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

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

This text has shadow with #390907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390907 on black background.


Color preview on white background

This text has color #390907 on white background.



Black color preview on #390907 background

This text has black color on #390907 background.


White color preview on #390907 background

This text has white color on #390907 background.