COLOR #390E3F

HEX: #390E3F RGB: (57,14,63)

Color info

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

RGB color model

#390E3F color RGB value is (57,14,63).

RGB: (57,14,63) (22%, 5%, 25%)

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 63 of 255 = 25%

57
14
63

R + G + B ~ 17%. #390E3F is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 14 + 63 = 134 (100%)
R 57 of 134 ~ 42.54%
G 14 of 134 ~ 10.45%
B 63 of 134 ~ 47.01'%

%42.54
%47.01

CMYK color model

#390E3F color CMYK value is (10,78,0,75).

  • cyan value is 9.52%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (10,78,0,75)
C10M78Y0K75 (10%, 78%, 0%, 75%)
(0.10 / 0.78 / 0.00 / 0.75)

CMYK percentages

%9.52
%77.78
%0
%75.29

Codes

Color #390E3F in popluar color models

39 0E 3F
RGB 57 14 63
HSL 293° 63.64% 15.10%
HSB/HSV 293° 77.78% 24.71%
CMYK 9.52% 77.78% 0.00%
75.29%

Color #390E3F in popluar number systems.

HEX 39 0E 3F
Decimal 57 14 63
Binary 111001 1110 111111
Octal 71 16 77

Shades and tints

Shades of #390E3F

#390E3F
(57,14,63)
#340D3A
(52,13,58)
#2F0C35
(47,12,53)
#2A0B30
(42,11,48)
#250A2B
(37,10,43)
#200926
(32,9,38)
#1B0821
(27,8,33)
#16071C
(22,7,28)
#110617
(17,6,23)
#0C0512
(12,5,18)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #390E3F

#390E3F
(57,14,63)
#4B2350
(75,35,80)
#5D3861
(93,56,97)
#6F4D72
(111,77,114)
#816283
(129,98,131)
#937794
(147,119,148)
#A58CA5
(165,140,165)
#B7A1B6
(183,161,182)
#C9B6C7
(201,182,199)
#DBCBD8
(219,203,216)
#EDE0E9
(237,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390E3F; }

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

This text font color is #390E3F.

Background Color

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

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

This div background color is #390E3F.

Border color

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

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

This div border color is #390E3F.

Opacity

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

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

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

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

This text has shadow with #390E3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390E3F.

Preview

Color preview on black background

This text has color #390E3F on black background.


Color preview on white background

This text has color #390E3F on white background.


Black color preview on #390E3F background

This text has black color on #390E3F background.


White color preview on #390E3F background

This text has white color on #390E3F background.


Related colors

Complementary color

Complementary color for #hex is #C6F1C0.


I love getcolorcode.com

Triadic colors

1 #3F390E and #0E3F39 with #390E3F are triadic colors.

2 #3F0E39 and #0E393F with #390E3F are triadic colors.