COLOR #390F18

HEX: #390F18
RGB: (57,15,24)

Color info

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

RGB color model

#390F18 color RGB value is (57,15,24).

  • red value is 57;
  • green value is 15;
  • blue value is 24.
RGB:
(57,15,24)
(22%,6%,9%)

RGB channels and saturation

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

57
15
24

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

Portions of RGB colors in percentages

R + G + B =
57 + 15 + 24 = 96 (100%)
R 57 of 96 ~ 59.38%
G 15 of 96 ~ 15.63%
B 24 of 96 ~ 25%

%59.38
%15.63
%25

CMYK color model

#390F18 color CMYK value is (0,74,58,78).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 57.89%
  • key color value is 77.65%
CMYK:
(0,74,58,78)
C0M74Y58K78 
(0%,74%,58%,78%)
(0.00/0.74/0.58/0.78)	

CMYK percentages

%0
%73.68
%57.89
%77.65

Codes

Color #390F18 in popluar color models

390F18
RGB571524
HSL347°58.33%14.12%
HSB/HSV347°73.68%22.35%
CMYK0.00%73.68%57.89%
77.65%

Color #390F18 in popluar number systems.

HEX390F18
Decimal571524
Binary111001111111000
Octal711730

Shades and tints

Shades of #390F18

#390F18
(57,15,24)
#340E16
(52,14,22)
#2F0D14
(47,13,20)
#2A0C12
(42,12,18)
#250B10
(37,11,16)
#200A0E
(32,10,14)
#1B090C
(27,9,12)
#16080A
(22,8,10)
#110708
(17,7,8)
#0C0606
(12,6,6)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #390F18

#390F18
(57,15,24)
#4B242D
(75,36,45)
#5D3942
(93,57,66)
#6F4E57
(111,78,87)
#81636C
(129,99,108)
#937881
(147,120,129)
#A58D96
(165,141,150)
#B7A2AB
(183,162,171)
#C9B7C0
(201,183,192)
#DBCCD5
(219,204,213)
#EDE1EA
(237,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390F18; }

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

This text font color is #390F18.


Background Color

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

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

This div background color is #390F18.


Border color

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

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

This div border color is #390F18.


Opacity

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

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

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

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

This text has shadow with #390F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390F18 on black background.


Color preview on white background

This text has color #390F18 on white background.



Black color preview on #390F18 background

This text has black color on #390F18 background.


White color preview on #390F18 background

This text has white color on #390F18 background.