COLOR #393214

HEX: #393214 RGB: (57,50,20)

Color info

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

RGB color model

#393214 color RGB value is (57,50,20).

RGB: (57,50,20) (22%, 20%, 8%)

RGB channels and saturation

R 57 of 255 = 22%
G 50 of 255 = 20%
B 20 of 255 = 8%

57
50
20

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

Portions of RGB colors in percentages

R + G + B = 57 + 50 + 20 = 127 (100%)
R 57 of 127 ~ 44.88%
G 50 of 127 ~ 39.37%
B 20 of 127 ~ 15.75'%

%44.88
%39.37
%15.75

CMYK color model

#393214 color CMYK value is (0,12,65,78).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 64.91%
  • key color value is 77.65%

CMYK: (0,12,65,78)
C0M12Y65K78 (0%, 12%, 65%, 78%)
(0.00 / 0.12 / 0.65 / 0.78)

CMYK percentages

%0
%12.28
%64.91
%77.65

Codes

Color #393214 in popluar color models

39 32 14
RGB 57 50 20
HSL 49° 48.05% 15.10%
HSB/HSV 49° 64.91% 22.35%
CMYK 0.00% 12.28% 64.91%
77.65%

Color #393214 in popluar number systems.

HEX 39 32 14
Decimal 57 50 20
Binary 111001 110010 10100
Octal 71 62 24

Shades and tints

Shades of #393214

#393214
(57,50,20)
#342E13
(52,46,19)
#2F2A12
(47,42,18)
#2A2611
(42,38,17)
#252210
(37,34,16)
#201E0F
(32,30,15)
#1B1A0E
(27,26,14)
#16160D
(22,22,13)
#11120C
(17,18,12)
#0C0E0B
(12,14,11)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #393214

#393214
(57,50,20)
#4B4429
(75,68,41)
#5D563E
(93,86,62)
#6F6853
(111,104,83)
#817A68
(129,122,104)
#938C7D
(147,140,125)
#A59E92
(165,158,146)
#B7B0A7
(183,176,167)
#C9C2BC
(201,194,188)
#DBD4D1
(219,212,209)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393214 color. Also use rgb(57,50,20) instead hex code.

Text Font Color

.myTextColor { color: #393214; }

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

This text font color is #393214.

Background Color

.myBgColor { background-color: #393214; }

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

This div background color is #393214.

Border color

.myBorderColor { border: 1px solid #393214; }

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

This div border color is #393214.

Opacity

.myOpacity80 { color: #393214; opacity: 0.8; }

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

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

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

This text has shadow with #393214 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393214.

Preview

Color preview on black background

This text has color #393214 on black background.


Color preview on white background

This text has color #393214 on white background.


Black color preview on #393214 background

This text has black color on #393214 background.


White color preview on #393214 background

This text has white color on #393214 background.


Related colors

Complementary color

Complementary color for #hex is #C6CDEB.


I love getcolorcode.com

Triadic colors

1 #143932 and #321439 with #393214 are triadic colors.

2 #143239 and #323914 with #393214 are triadic colors.