COLOR #393410

HEX: #393410
RGB: (57,52,16)

Color info

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

RGB color model

#393410 color RGB value is (57,52,16).

  • red value is 57;
  • green value is 52;
  • blue value is 16.
RGB:
(57,52,16)
(22%,20%,6%)

RGB channels and saturation

R 57 of 255 = 22%
G 52 of 255 = 20%
B 16 of 255 = 6%

57
52
16

R + G + B ~ 16%. #393410 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 52 + 16 = 125 (100%)
R 57 of 125 ~ 45.6%
G 52 of 125 ~ 41.6%
B 16 of 125 ~ 12.8%

%45.6
%41.6
%12.8

CMYK color model

#393410 color CMYK value is (0,9,72,78).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 71.93%
  • key color value is 77.65%
CMYK:
(0,9,72,78)
C0M9Y72K78 
(0%,9%,72%,78%)
(0.00/0.09/0.72/0.78)	

CMYK percentages

%0
%8.77
%71.93
%77.65

Codes

Color #393410 in popluar color models

393410
RGB575216
HSL53°56.16%14.31%
HSB/HSV53°71.93%22.35%
CMYK0.00%8.77%71.93%
77.65%

Color #393410 in popluar number systems.

HEX393410
Decimal575216
Binary11100111010010000
Octal716420

Shades and tints

Shades of #393410

#393410
(57,52,16)
#34300F
(52,48,15)
#2F2C0E
(47,44,14)
#2A280D
(42,40,13)
#25240C
(37,36,12)
#20200B
(32,32,11)
#1B1C0A
(27,28,10)
#161809
(22,24,9)
#111408
(17,20,8)
#0C1007
(12,16,7)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #393410

#393410
(57,52,16)
#4B4625
(75,70,37)
#5D583A
(93,88,58)
#6F6A4F
(111,106,79)
#817C64
(129,124,100)
#938E79
(147,142,121)
#A5A08E
(165,160,142)
#B7B2A3
(183,178,163)
#C9C4B8
(201,196,184)
#DBD6CD
(219,214,205)
#EDE8E2
(237,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393410 color. Also use rgb(57,52,16) instead hex code.

Text Font Color

.myTextColor { color: #393410; }

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

This text font color is #393410.


Background Color

.myBgColor { background-color: #393410; }

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

This div background color is #393410.


Border color

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

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

This div border color is #393410.


Opacity

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

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

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

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

This text has shadow with #393410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393410 on black background.


Color preview on white background

This text has color #393410 on white background.



Black color preview on #393410 background

This text has black color on #393410 background.


White color preview on #393410 background

This text has white color on #393410 background.