COLOR #393A2D

HEX: #393A2D
RGB: (57,58,45)

Color info

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

RGB color model

#393A2D color RGB value is (57,58,45).

  • red value is 57;
  • green value is 58;
  • blue value is 45.
RGB:
(57,58,45)
(22%,23%,18%)

RGB channels and saturation

R 57 of 255 = 22%
G 58 of 255 = 23%
B 45 of 255 = 18%

57
58
45

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

Portions of RGB colors in percentages

R + G + B =
57 + 58 + 45 = 160 (100%)
R 57 of 160 ~ 35.63%
G 58 of 160 ~ 36.25%
B 45 of 160 ~ 28.13%

%35.63
%36.25
%28.13

CMYK color model

#393A2D color CMYK value is (2,0,22,77).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 77.25%
CMYK:
(2,0,22,77)
C2M0Y22K77 
(2%,0%,22%,77%)
(0.02/0.00/0.22/0.77)	

CMYK percentages

%1.72
%0
%22.41
%77.25

Codes

Color #393A2D in popluar color models

393A2D
RGB575845
HSL65°12.62%20.20%
HSB/HSV65°22.41%22.75%
CMYK1.72%0.00%22.41%
77.25%

Color #393A2D in popluar number systems.

HEX393A2D
Decimal575845
Binary111001111010101101
Octal717255

Shades and tints

Shades of #393A2D

#393A2D
(57,58,45)
#343529
(52,53,41)
#2F3025
(47,48,37)
#2A2B21
(42,43,33)
#25261D
(37,38,29)
#202119
(32,33,25)
#1B1C15
(27,28,21)
#161711
(22,23,17)
#11120D
(17,18,13)
#0C0D09
(12,13,9)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #393A2D

#393A2D
(57,58,45)
#4B4B40
(75,75,64)
#5D5C53
(93,92,83)
#6F6D66
(111,109,102)
#817E79
(129,126,121)
#938F8C
(147,143,140)
#A5A09F
(165,160,159)
#B7B1B2
(183,177,178)
#C9C2C5
(201,194,197)
#DBD3D8
(219,211,216)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393A2D color. Also use rgb(57,58,45) instead hex code.

Text Font Color

.myTextColor { color: #393A2D; }

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

This text font color is #393A2D.


Background Color

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

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

This div background color is #393A2D.


Border color

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

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

This div border color is #393A2D.


Opacity

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

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

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

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

This text has shadow with #393A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393A2D on black background.


Color preview on white background

This text has color #393A2D on white background.



Black color preview on #393A2D background

This text has black color on #393A2D background.


White color preview on #393A2D background

This text has white color on #393A2D background.