COLOR #390F16

HEX: #390F16 RGB: (57,15,22)

Color info

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

RGB color model

#390F16 color RGB value is (57,15,22).

RGB: (57,15,22) (22%, 6%, 9%)

RGB channels and saturation

R 57 of 255 = 22%
G 15 of 255 = 6%
B 22 of 255 = 9%

57
15
22

R + G + B ~ 12%. #390F16 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 15 + 22 = 94 (100%)
R 57 of 94 ~ 60.64%
G 15 of 94 ~ 15.96%
B 22 of 94 ~ 23.4'%

%60.64
%15.96
%23.4

CMYK color model

#390F16 color CMYK value is (0,74,61,78).

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

CMYK: (0,74,61,78)
C0M74Y61K78 (0%, 74%, 61%, 78%)
(0.00 / 0.74 / 0.61 / 0.78)

CMYK percentages

%0
%73.68
%61.4
%77.65

Codes

Color #390F16 in popluar color models

39 0F 16
RGB 57 15 22
HSL 350° 58.33% 14.12%
HSB/HSV 350° 73.68% 22.35%
CMYK 0.00% 73.68% 61.40%
77.65%

Color #390F16 in popluar number systems.

HEX 39 0F 16
Decimal 57 15 22
Binary 111001 1111 10110
Octal 71 17 26

Shades and tints

Shades of #390F16

#390F16
(57,15,22)
#340E14
(52,14,20)
#2F0D12
(47,13,18)
#2A0C10
(42,12,16)
#250B0E
(37,11,14)
#200A0C
(32,10,12)
#1B090A
(27,9,10)
#160808
(22,8,8)
#110706
(17,7,6)
#0C0604
(12,6,4)
#070502
(7,5,2)
#000000
(0,0,0)

Tints of #390F16

#390F16
(57,15,22)
#4B242B
(75,36,43)
#5D3940
(93,57,64)
#6F4E55
(111,78,85)
#81636A
(129,99,106)
#93787F
(147,120,127)
#A58D94
(165,141,148)
#B7A2A9
(183,162,169)
#C9B7BE
(201,183,190)
#DBCCD3
(219,204,211)
#EDE1E8
(237,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390F16; }

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

This text font color is #390F16.

Background Color

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

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

This div background color is #390F16.

Border color

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

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

This div border color is #390F16.

Opacity

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

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

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

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

This text has shadow with #390F16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390F16.

Preview

Color preview on black background

This text has color #390F16 on black background.


Color preview on white background

This text has color #390F16 on white background.


Black color preview on #390F16 background

This text has black color on #390F16 background.


White color preview on #390F16 background

This text has white color on #390F16 background.


Related colors

Complementary color

Complementary color for #hex is #C6F0E9.


I love getcolorcode.com

Triadic colors

1 #16390F and #0F1639 with #390F16 are triadic colors.

2 #160F39 and #0F3916 with #390F16 are triadic colors.