COLOR #390027

HEX: #390027
RGB: (57,0,39)

Color info

#390027 contains only red and blue colors. Web safe color of #390027 is #330033 (or #303).

RGB color model

#390027 color RGB value is (57,0,39).

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

RGB channels and saturation

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

57
0
39

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

Portions of RGB colors in percentages

R + G + B =
57 + 0 + 39 = 96 (100%)
R 57 of 96 ~ 59.38%
G 0 of 96 ~ 0%
B 39 of 96 ~ 40.63%

%59.38
%40.63

CMYK color model

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

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

CMYK percentages

%0
%100
%31.58
%77.65

Codes

Color #390027 in popluar color models

390027
RGB57039
HSL319°100.00%11.18%
HSB/HSV319°100.00%22.35%
CMYK0.00%100.00%31.58%
77.65%

Color #390027 in popluar number systems.

HEX390027
Decimal57039
Binary1110010100111
Octal71047

Shades and tints

Shades of #390027

#390027
(57,0,39)
#340024
(52,0,36)
#2F0021
(47,0,33)
#2A001E
(42,0,30)
#25001B
(37,0,27)
#200018
(32,0,24)
#1B0015
(27,0,21)
#160012
(22,0,18)
#11000F
(17,0,15)
#0C000C
(12,0,12)
#070009
(7,0,9)
#000000
(0,0,0)

Tints of #390027

#390027
(57,0,39)
#4B173A
(75,23,58)
#5D2E4D
(93,46,77)
#6F4560
(111,69,96)
#815C73
(129,92,115)
#937386
(147,115,134)
#A58A99
(165,138,153)
#B7A1AC
(183,161,172)
#C9B8BF
(201,184,191)
#DBCFD2
(219,207,210)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390027; }

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

This text font color is #390027.


Background Color

.myBgColor { background-color: #390027; }

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

This div background color is #390027.


Border color

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

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

This div border color is #390027.


Opacity

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

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

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

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

This text has shadow with #390027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390027 on black background.


Color preview on white background

This text has color #390027 on white background.



Black color preview on #390027 background

This text has black color on #390027 background.


White color preview on #390027 background

This text has white color on #390027 background.