COLOR #393F2A

HEX: #393F2A
RGB: (57,63,42)

Color info

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

RGB color model

#393F2A color RGB value is (57,63,42).

  • red value is 57;
  • green value is 63;
  • blue value is 42.
RGB:
(57,63,42)
(22%,25%,16%)

RGB channels and saturation

R 57 of 255 = 22%
G 63 of 255 = 25%
B 42 of 255 = 16%

57
63
42

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

Portions of RGB colors in percentages

R + G + B =
57 + 63 + 42 = 162 (100%)
R 57 of 162 ~ 35.19%
G 63 of 162 ~ 38.89%
B 42 of 162 ~ 25.93%

%35.19
%38.89
%25.93

CMYK color model

#393F2A color CMYK value is (10,0,33,75).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 75.29%
CMYK:
(10,0,33,75)
C10M0Y33K75 
(10%,0%,33%,75%)
(0.10/0.00/0.33/0.75)	

CMYK percentages

%9.52
%0
%33.33
%75.29

Codes

Color #393F2A in popluar color models

393F2A
RGB576342
HSL77°20.00%20.59%
HSB/HSV77°33.33%24.71%
CMYK9.52%0.00%33.33%
75.29%

Color #393F2A in popluar number systems.

HEX393F2A
Decimal576342
Binary111001111111101010
Octal717752

Shades and tints

Shades of #393F2A

#393F2A
(57,63,42)
#343A27
(52,58,39)
#2F3524
(47,53,36)
#2A3021
(42,48,33)
#252B1E
(37,43,30)
#20261B
(32,38,27)
#1B2118
(27,33,24)
#161C15
(22,28,21)
#111712
(17,23,18)
#0C120F
(12,18,15)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #393F2A

#393F2A
(57,63,42)
#4B503D
(75,80,61)
#5D6150
(93,97,80)
#6F7263
(111,114,99)
#818376
(129,131,118)
#939489
(147,148,137)
#A5A59C
(165,165,156)
#B7B6AF
(183,182,175)
#C9C7C2
(201,199,194)
#DBD8D5
(219,216,213)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393F2A color. Also use rgb(57,63,42) instead hex code.

Text Font Color

.myTextColor { color: #393F2A; }

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

This text font color is #393F2A.


Background Color

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

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

This div background color is #393F2A.


Border color

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

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

This div border color is #393F2A.


Opacity

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

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

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

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

This text has shadow with #393F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393F2A on black background.


Color preview on white background

This text has color #393F2A on white background.



Black color preview on #393F2A background

This text has black color on #393F2A background.


White color preview on #393F2A background

This text has white color on #393F2A background.