COLOR #390F07

HEX: #390F07 RGB: (57,15,7)

Color info

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

RGB color model

#390F07 color RGB value is (57,15,7).

RGB: (57,15,7) (22%, 6%, 3%)

RGB channels and saturation

R 57 of 255 = 22%
G 15 of 255 = 6%
B 7 of 255 = 3%

57
15
7

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

Portions of RGB colors in percentages

R + G + B = 57 + 15 + 7 = 79 (100%)
R 57 of 79 ~ 72.15%
G 15 of 79 ~ 18.99%
B 7 of 79 ~ 8.86'%

%72.15
%18.99

CMYK color model

#390F07 color CMYK value is (0,74,88,78).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 87.72%
  • key color value is 77.65%

CMYK: (0,74,88,78)
C0M74Y88K78 (0%, 74%, 88%, 78%)
(0.00 / 0.74 / 0.88 / 0.78)

CMYK percentages

%0
%73.68
%87.72
%77.65

Codes

Color #390F07 in popluar color models

39 0F 07
RGB 57 15 7
HSL 10° 78.13% 12.55%
HSB/HSV 10° 87.72% 22.35%
CMYK 0.00% 73.68% 87.72%
77.65%

Color #390F07 in popluar number systems.

HEX 39 0F 07
Decimal 57 15 7
Binary 111001 1111 111
Octal 71 17 7

Shades and tints

Shades of #390F07

#390F07
(57,15,7)
#340E07
(52,14,7)
#2F0D07
(47,13,7)
#2A0C07
(42,12,7)
#250B07
(37,11,7)
#200A07
(32,10,7)
#1B0907
(27,9,7)
#160807
(22,8,7)
#110707
(17,7,7)
#0C0607
(12,6,7)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #390F07

#390F07
(57,15,7)
#4B241D
(75,36,29)
#5D3933
(93,57,51)
#6F4E49
(111,78,73)
#81635F
(129,99,95)
#937875
(147,120,117)
#A58D8B
(165,141,139)
#B7A2A1
(183,162,161)
#C9B7B7
(201,183,183)
#DBCCCD
(219,204,205)
#EDE1E3
(237,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390F07; }

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

This text font color is #390F07.

Background Color

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

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

This div background color is #390F07.

Border color

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

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

This div border color is #390F07.

Opacity

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

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

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

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

This text has shadow with #390F07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390F07.

Preview

Color preview on black background

This text has color #390F07 on black background.


Color preview on white background

This text has color #390F07 on white background.


Black color preview on #390F07 background

This text has black color on #390F07 background.


White color preview on #390F07 background

This text has white color on #390F07 background.


Related colors

Complementary color

Complementary color for #hex is #C6F0F8.


I love getcolorcode.com

Triadic colors

1 #07390F and #0F0739 with #390F07 are triadic colors.

2 #070F39 and #0F3907 with #390F07 are triadic colors.