COLOR #393516

HEX: #393516
RGB: (57,53,22)

Color info

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

RGB color model

#393516 color RGB value is (57,53,22).

  • red value is 57;
  • green value is 53;
  • blue value is 22.
RGB:
(57,53,22)
(22%,21%,9%)

RGB channels and saturation

R 57 of 255 = 22%
G 53 of 255 = 21%
B 22 of 255 = 9%

57
53
22

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

Portions of RGB colors in percentages

R + G + B =
57 + 53 + 22 = 132 (100%)
R 57 of 132 ~ 43.18%
G 53 of 132 ~ 40.15%
B 22 of 132 ~ 16.67%

%43.18
%40.15
%16.67

CMYK color model

#393516 color CMYK value is (0,7,61,78).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 61.40%
  • key color value is 77.65%
CMYK:
(0,7,61,78)
C0M7Y61K78 
(0%,7%,61%,78%)
(0.00/0.07/0.61/0.78)	

CMYK percentages

%0
%7.02
%61.4
%77.65

Codes

Color #393516 in popluar color models

393516
RGB575322
HSL53°44.30%15.49%
HSB/HSV53°61.40%22.35%
CMYK0.00%7.02%61.40%
77.65%

Color #393516 in popluar number systems.

HEX393516
Decimal575322
Binary11100111010110110
Octal716526

Shades and tints

Shades of #393516

#393516
(57,53,22)
#343114
(52,49,20)
#2F2D12
(47,45,18)
#2A2910
(42,41,16)
#25250E
(37,37,14)
#20210C
(32,33,12)
#1B1D0A
(27,29,10)
#161908
(22,25,8)
#111506
(17,21,6)
#0C1104
(12,17,4)
#070D02
(7,13,2)
#000000
(0,0,0)

Tints of #393516

#393516
(57,53,22)
#4B472B
(75,71,43)
#5D5940
(93,89,64)
#6F6B55
(111,107,85)
#817D6A
(129,125,106)
#938F7F
(147,143,127)
#A5A194
(165,161,148)
#B7B3A9
(183,179,169)
#C9C5BE
(201,197,190)
#DBD7D3
(219,215,211)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393516 color. Also use rgb(57,53,22) instead hex code.

Text Font Color

.myTextColor { color: #393516; }

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

This text font color is #393516.


Background Color

.myBgColor { background-color: #393516; }

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

This div background color is #393516.


Border color

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

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

This div border color is #393516.


Opacity

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

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

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

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

This text has shadow with #393516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393516 on black background.


Color preview on white background

This text has color #393516 on white background.



Black color preview on #393516 background

This text has black color on #393516 background.


White color preview on #393516 background

This text has white color on #393516 background.