COLOR #390E2A

HEX: #390E2A RGB: (57,14,42)

Color info

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

RGB color model

#390E2A color RGB value is (57,14,42).

RGB: (57,14,42) (22%, 5%, 16%)

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 42 of 255 = 16%

57
14
42

R + G + B ~ 14%. #390E2A is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 14 + 42 = 113 (100%)
R 57 of 113 ~ 50.44%
G 14 of 113 ~ 12.39%
B 42 of 113 ~ 37.17'%

%50.44
%12.39
%37.17

CMYK color model

#390E2A color CMYK value is (0,75,26,78).

  • cyan value is 0.00%
  • magenta value is 75.44%
  • yellow value is 26.32%
  • key color value is 77.65%

CMYK: (0,75,26,78)
C0M75Y26K78 (0%, 75%, 26%, 78%)
(0.00 / 0.75 / 0.26 / 0.78)

CMYK percentages

%0
%75.44
%26.32
%77.65

Codes

Color #390E2A in popluar color models

39 0E 2A
RGB 57 14 42
HSL 321° 60.56% 13.92%
HSB/HSV 321° 75.44% 22.35%
CMYK 0.00% 75.44% 26.32%
77.65%

Color #390E2A in popluar number systems.

HEX 39 0E 2A
Decimal 57 14 42
Binary 111001 1110 101010
Octal 71 16 52

Shades and tints

Shades of #390E2A

#390E2A
(57,14,42)
#340D27
(52,13,39)
#2F0C24
(47,12,36)
#2A0B21
(42,11,33)
#250A1E
(37,10,30)
#20091B
(32,9,27)
#1B0818
(27,8,24)
#160715
(22,7,21)
#110612
(17,6,18)
#0C050F
(12,5,15)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #390E2A

#390E2A
(57,14,42)
#4B233D
(75,35,61)
#5D3850
(93,56,80)
#6F4D63
(111,77,99)
#816276
(129,98,118)
#937789
(147,119,137)
#A58C9C
(165,140,156)
#B7A1AF
(183,161,175)
#C9B6C2
(201,182,194)
#DBCBD5
(219,203,213)
#EDE0E8
(237,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390E2A; }

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

This text font color is #390E2A.

Background Color

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

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

This div background color is #390E2A.

Border color

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

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

This div border color is #390E2A.

Opacity

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

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

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

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

This text has shadow with #390E2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390E2A.

Preview

Color preview on black background

This text has color #390E2A on black background.


Color preview on white background

This text has color #390E2A on white background.


Black color preview on #390E2A background

This text has black color on #390E2A background.


White color preview on #390E2A background

This text has white color on #390E2A background.


Related colors

Complementary color

Complementary color for #hex is #C6F1D5.


I love getcolorcode.com

Triadic colors

1 #2A390E and #0E2A39 with #390E2A are triadic colors.

2 #2A0E39 and #0E392A with #390E2A are triadic colors.