COLOR #390915

HEX: #390915
RGB: (57,9,21)

Color info

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

RGB color model

#390915 color RGB value is (57,9,21).

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

RGB channels and saturation

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

57
9
21

R + G + B ~ 11%. #390915 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 9 + 21 = 87 (100%)
R 57 of 87 ~ 65.52%
G 9 of 87 ~ 10.34%
B 21 of 87 ~ 24.14%

%65.52
%10.34
%24.14

CMYK color model

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

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

CMYK percentages

%0
%84.21
%63.16
%77.65

Codes

Color #390915 in popluar color models

390915
RGB57921
HSL345°72.73%12.94%
HSB/HSV345°84.21%22.35%
CMYK0.00%84.21%63.16%
77.65%

Color #390915 in popluar number systems.

HEX390915
Decimal57921
Binary111001100110101
Octal711125

Shades and tints

Shades of #390915

#390915
(57,9,21)
#340914
(52,9,20)
#2F0913
(47,9,19)
#2A0912
(42,9,18)
#250911
(37,9,17)
#200910
(32,9,16)
#1B090F
(27,9,15)
#16090E
(22,9,14)
#11090D
(17,9,13)
#0C090C
(12,9,12)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #390915

#390915
(57,9,21)
#4B1F2A
(75,31,42)
#5D353F
(93,53,63)
#6F4B54
(111,75,84)
#816169
(129,97,105)
#93777E
(147,119,126)
#A58D93
(165,141,147)
#B7A3A8
(183,163,168)
#C9B9BD
(201,185,189)
#DBCFD2
(219,207,210)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390915; }

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

This text font color is #390915.


Background Color

.myBgColor { background-color: #390915; }

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

This div background color is #390915.


Border color

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

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

This div border color is #390915.


Opacity

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

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

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

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

This text has shadow with #390915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390915 on black background.


Color preview on white background

This text has color #390915 on white background.



Black color preview on #390915 background

This text has black color on #390915 background.


White color preview on #390915 background

This text has white color on #390915 background.