COLOR #3E390F

HEX: #3E390F RGB: (62,57,15)

Color info

#3E390F contains red, green and blue colors in about the same proportion. Web safe color of #3E390F is #333300 (or #330).

RGB color model

#3E390F color RGB value is (62,57,15).

RGB: (62,57,15) (24%, 22%, 6%)

RGB channels and saturation

R 62 of 255 = 24%
G 57 of 255 = 22%
B 15 of 255 = 6%

62
57
15

R + G + B ~ 17%. #3E390F is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 57 + 15 = 134 (100%)
R 62 of 134 ~ 46.27%
G 57 of 134 ~ 42.54%
B 15 of 134 ~ 11.19'%

%46.27
%42.54
%11.19

CMYK color model

#3E390F color CMYK value is (0,8,76,76).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 75.81%
  • key color value is 75.69%

CMYK: (0,8,76,76)
C0M8Y76K76 (0%, 8%, 76%, 76%)
(0.00 / 0.08 / 0.76 / 0.76)

CMYK percentages

%0
%8.06
%75.81
%75.69

Codes

Color #3E390F in popluar color models

3E 39 0F
RGB 62 57 15
HSL 54° 61.04% 15.10%
HSB/HSV 54° 75.81% 24.31%
CMYK 0.00% 8.06% 75.81%
75.69%

Color #3E390F in popluar number systems.

HEX 3E 39 0F
Decimal 62 57 15
Binary 111110 111001 1111
Octal 76 71 17

Shades and tints

Shades of #3E390F

#3E390F
(62,57,15)
#39340E
(57,52,14)
#342F0D
(52,47,13)
#2F2A0C
(47,42,12)
#2A250B
(42,37,11)
#25200A
(37,32,10)
#201B09
(32,27,9)
#1B1608
(27,22,8)
#161107
(22,17,7)
#110C06
(17,12,6)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #3E390F

#3E390F
(62,57,15)
#4F4B24
(79,75,36)
#605D39
(96,93,57)
#716F4E
(113,111,78)
#828163
(130,129,99)
#939378
(147,147,120)
#A4A58D
(164,165,141)
#B5B7A2
(181,183,162)
#C6C9B7
(198,201,183)
#D7DBCC
(215,219,204)
#E8EDE1
(232,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E390F color. Also use rgb(62,57,15) instead hex code.

Text Font Color

.myTextColor { color: #3E390F; }

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

This text font color is #3E390F.

Background Color

.myBgColor { background-color: #3E390F; }

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

This div background color is #3E390F.

Border color

.myBorderColor { border: 1px solid #3E390F; }

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

This div border color is #3E390F.

Opacity

.myOpacity80 { color: #3E390F; opacity: 0.8; }

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

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

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

This text has shadow with #3E390F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E390F.

Preview

Color preview on black background

This text has color #3E390F on black background.


Color preview on white background

This text has color #3E390F on white background.


Black color preview on #3E390F background

This text has black color on #3E390F background.


White color preview on #3E390F background

This text has white color on #3E390F background.


Related colors

Complementary color

Complementary color for #hex is #C1C6F0.


I love getcolorcode.com

Triadic colors

1 #0F3E39 and #390F3E with #3E390F are triadic colors.

2 #0F393E and #393E0F with #3E390F are triadic colors.