COLOR #393714

HEX: #393714
RGB: (57,55,20)

Color info

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

RGB color model

#393714 color RGB value is (57,55,20).

  • red value is 57;
  • green value is 55;
  • blue value is 20.
RGB:
(57,55,20)
(22%,22%,8%)

RGB channels and saturation

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

57
55
20

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

Portions of RGB colors in percentages

R + G + B =
57 + 55 + 20 = 132 (100%)
R 57 of 132 ~ 43.18%
G 55 of 132 ~ 41.67%
B 20 of 132 ~ 15.15%

%43.18
%41.67
%15.15

CMYK color model

#393714 color CMYK value is (0,4,65,78).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 64.91%
  • key color value is 77.65%
CMYK:
(0,4,65,78)
C0M4Y65K78 
(0%,4%,65%,78%)
(0.00/0.04/0.65/0.78)	

CMYK percentages

%0
%3.51
%64.91
%77.65

Codes

Color #393714 in popluar color models

393714
RGB575520
HSL57°48.05%15.10%
HSB/HSV57°64.91%22.35%
CMYK0.00%3.51%64.91%
77.65%

Color #393714 in popluar number systems.

HEX393714
Decimal575520
Binary11100111011110100
Octal716724

Shades and tints

Shades of #393714

#393714
(57,55,20)
#343213
(52,50,19)
#2F2D12
(47,45,18)
#2A2811
(42,40,17)
#252310
(37,35,16)
#201E0F
(32,30,15)
#1B190E
(27,25,14)
#16140D
(22,20,13)
#110F0C
(17,15,12)
#0C0A0B
(12,10,11)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #393714

#393714
(57,55,20)
#4B4929
(75,73,41)
#5D5B3E
(93,91,62)
#6F6D53
(111,109,83)
#817F68
(129,127,104)
#93917D
(147,145,125)
#A5A392
(165,163,146)
#B7B5A7
(183,181,167)
#C9C7BC
(201,199,188)
#DBD9D1
(219,217,209)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393714; }

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

This text font color is #393714.


Background Color

.myBgColor { background-color: #393714; }

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

This div background color is #393714.


Border color

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

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

This div border color is #393714.


Opacity

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

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

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

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

This text has shadow with #393714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393714 on black background.


Color preview on white background

This text has color #393714 on white background.



Black color preview on #393714 background

This text has black color on #393714 background.


White color preview on #393714 background

This text has white color on #393714 background.