COLOR #393E29

HEX: #393E29
RGB: (57,62,41)

Color info

#393E29 contains red, green and blue colors in about the same proportion. Web safe color of #393E29 is #333333 (or #333).

RGB color model

#393E29 color RGB value is (57,62,41).

  • red value is 57;
  • green value is 62;
  • blue value is 41.
RGB:
(57,62,41)
(22%,24%,16%)

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 41 of 255 = 16%

57
62
41

R + G + B ~ 21%. #393E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 41 = 160 (100%)
R 57 of 160 ~ 35.63%
G 62 of 160 ~ 38.75%
B 41 of 160 ~ 25.63%

%35.63
%38.75
%25.63

CMYK color model

#393E29 color CMYK value is (8,0,34,76).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 33.87%
  • key color value is 75.69%
CMYK:
(8,0,34,76)
C8M0Y34K76 
(8%,0%,34%,76%)
(0.08/0.00/0.34/0.76)	

CMYK percentages

%8.06
%0
%33.87
%75.69

Codes

Color #393E29 in popluar color models

393E29
RGB576241
HSL74°20.39%20.20%
HSB/HSV74°33.87%24.31%
CMYK8.06%0.00%33.87%
75.69%

Color #393E29 in popluar number systems.

HEX393E29
Decimal576241
Binary111001111110101001
Octal717651

Shades and tints

Shades of #393E29

#393E29
(57,62,41)
#343926
(52,57,38)
#2F3423
(47,52,35)
#2A2F20
(42,47,32)
#252A1D
(37,42,29)
#20251A
(32,37,26)
#1B2017
(27,32,23)
#161B14
(22,27,20)
#111611
(17,22,17)
#0C110E
(12,17,14)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #393E29

#393E29
(57,62,41)
#4B4F3C
(75,79,60)
#5D604F
(93,96,79)
#6F7162
(111,113,98)
#818275
(129,130,117)
#939388
(147,147,136)
#A5A49B
(165,164,155)
#B7B5AE
(183,181,174)
#C9C6C1
(201,198,193)
#DBD7D4
(219,215,212)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393E29 color. Also use rgb(57,62,41) instead hex code.

Text Font Color

.myTextColor { color: #393E29; }

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

This text font color is #393E29.


Background Color

.myBgColor { background-color: #393E29; }

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

This div background color is #393E29.


Border color

.myBorderColor { border: 1px solid #393E29; }

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

This div border color is #393E29.


Opacity

.myOpacity80 { color: #393E29; opacity: 0.8; }

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

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

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

This text has shadow with #393E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E29 on black background.


Color preview on white background

This text has color #393E29 on white background.



Black color preview on #393E29 background

This text has black color on #393E29 background.


White color preview on #393E29 background

This text has white color on #393E29 background.