COLOR #390D39

HEX: #390D39
RGB: (57,13,57)

Color info

#390D39 contains red, green and blue colors in about the same proportion. Web safe color of #390D39 is #330033 (or #303).

RGB color model

#390D39 color RGB value is (57,13,57).

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

RGB channels and saturation

R 57 of 255 = 22%
G 13 of 255 = 5%
B 57 of 255 = 22%

57
13
57

R + G + B ~ 16%. #390D39 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 13 + 57 = 127 (100%)
R 57 of 127 ~ 44.88%
G 13 of 127 ~ 10.24%
B 57 of 127 ~ 44.88%

%44.88
%10.24
%44.88

CMYK color model

#390D39 color CMYK value is (0,77,0,78).

  • cyan value is 0.00%
  • magenta value is 77.19%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(0,77,0,78)
C0M77Y0K78 
(0%,77%,0%,78%)
(0.00/0.77/0.00/0.78)	

CMYK percentages

%0
%77.19
%0
%77.65

Codes

Color #390D39 in popluar color models

390D39
RGB571357
HSL300°62.86%13.73%
HSB/HSV300°77.19%22.35%
CMYK0.00%77.19%0.00%
77.65%

Color #390D39 in popluar number systems.

HEX390D39
Decimal571357
Binary1110011101111001
Octal711571

Shades and tints

Shades of #390D39

#390D39
(57,13,57)
#340C34
(52,12,52)
#2F0B2F
(47,11,47)
#2A0A2A
(42,10,42)
#250925
(37,9,37)
#200820
(32,8,32)
#1B071B
(27,7,27)
#160616
(22,6,22)
#110511
(17,5,17)
#0C040C
(12,4,12)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #390D39

#390D39
(57,13,57)
#4B234B
(75,35,75)
#5D395D
(93,57,93)
#6F4F6F
(111,79,111)
#816581
(129,101,129)
#937B93
(147,123,147)
#A591A5
(165,145,165)
#B7A7B7
(183,167,183)
#C9BDC9
(201,189,201)
#DBD3DB
(219,211,219)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390D39; }

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

This text font color is #390D39.


Background Color

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

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

This div background color is #390D39.


Border color

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

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

This div border color is #390D39.


Opacity

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

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

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

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

This text has shadow with #390D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390D39 on black background.


Color preview on white background

This text has color #390D39 on white background.



Black color preview on #390D39 background

This text has black color on #390D39 background.


White color preview on #390D39 background

This text has white color on #390D39 background.