COLOR #390000

HEX: #390000
RGB: (57,0,0)

Color info

#390000 contains only red color. Web safe color of #390000 is #330000 (or #300).

RGB color model

#390000 color RGB value is (57,0,0).

  • red value is 57;
  • green value is 0;
  • blue value is 0.
RGB:
(57,0,0)
(22%,0%,0%)

RGB channels and saturation

R 57 of 255 = 22%
G 0 of 255 = 0%
B 0 of 255 = 0%

57
0
0

R + G + B ~ 7%. #390000 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 0 + 0 = 57 (100%)
R 57 of 57 ~ 100%
G 0 of 57 ~ 0%
B 0 of 57 ~ 0%

%100

CMYK color model

#390000 color CMYK value is (0,100,100,78).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 77.65%
CMYK:
(0,100,100,78)
C0M100Y100K78 
(0%,100%,100%,78%)
(0.00/1.00/1.00/0.78)	

CMYK percentages

%0
%100
%100
%77.65

Codes

Color #390000 in popluar color models

390000
RGB5700
HSL100.00%11.18%
HSB/HSV100.00%22.35%
CMYK0.00%100.00%100.00%
77.65%

Color #390000 in popluar number systems.

HEX390000
Decimal5700
Binary11100100
Octal7100

Shades and tints

Shades of #390000

#390000
(57,0,0)
#340000
(52,0,0)
#2F0000
(47,0,0)
#2A0000
(42,0,0)
#250000
(37,0,0)
#200000
(32,0,0)
#1B0000
(27,0,0)
#160000
(22,0,0)
#110000
(17,0,0)
#0C0000
(12,0,0)
#070000
(7,0,0)
#000000
(0,0,0)

Tints of #390000

#390000
(57,0,0)
#4B1717
(75,23,23)
#5D2E2E
(93,46,46)
#6F4545
(111,69,69)
#815C5C
(129,92,92)
#937373
(147,115,115)
#A58A8A
(165,138,138)
#B7A1A1
(183,161,161)
#C9B8B8
(201,184,184)
#DBCFCF
(219,207,207)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390000; }

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

This text font color is #390000.


Background Color

.myBgColor { background-color: #390000; }

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

This div background color is #390000.


Border color

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

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

This div border color is #390000.


Opacity

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

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

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

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

This text has shadow with #390000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390000 on black background.


Color preview on white background

This text has color #390000 on white background.



Black color preview on #390000 background

This text has black color on #390000 background.


White color preview on #390000 background

This text has white color on #390000 background.