COLOR #393B1C

HEX: #393B1C
RGB: (57,59,28)

Color info

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

RGB color model

#393B1C color RGB value is (57,59,28).

  • red value is 57;
  • green value is 59;
  • blue value is 28.
RGB:
(57,59,28)
(22%,23%,11%)

RGB channels and saturation

R 57 of 255 = 22%
G 59 of 255 = 23%
B 28 of 255 = 11%

57
59
28

R + G + B ~ 19%. #393B1C is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 59 + 28 = 144 (100%)
R 57 of 144 ~ 39.58%
G 59 of 144 ~ 40.97%
B 28 of 144 ~ 19.44%

%39.58
%40.97
%19.44

CMYK color model

#393B1C color CMYK value is (3,0,53,77).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 52.54%
  • key color value is 76.86%
CMYK:
(3,0,53,77)
C3M0Y53K77 
(3%,0%,53%,77%)
(0.03/0.00/0.53/0.77)	

CMYK percentages

%3.39
%0
%52.54
%76.86

Codes

Color #393B1C in popluar color models

393B1C
RGB575928
HSL64°35.63%17.06%
HSB/HSV64°52.54%23.14%
CMYK3.39%0.00%52.54%
76.86%

Color #393B1C in popluar number systems.

HEX393B1C
Decimal575928
Binary11100111101111100
Octal717334

Shades and tints

Shades of #393B1C

#393B1C
(57,59,28)
#34361A
(52,54,26)
#2F3118
(47,49,24)
#2A2C16
(42,44,22)
#252714
(37,39,20)
#202212
(32,34,18)
#1B1D10
(27,29,16)
#16180E
(22,24,14)
#11130C
(17,19,12)
#0C0E0A
(12,14,10)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #393B1C

#393B1C
(57,59,28)
#4B4C30
(75,76,48)
#5D5D44
(93,93,68)
#6F6E58
(111,110,88)
#817F6C
(129,127,108)
#939080
(147,144,128)
#A5A194
(165,161,148)
#B7B2A8
(183,178,168)
#C9C3BC
(201,195,188)
#DBD4D0
(219,212,208)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393B1C color. Also use rgb(57,59,28) instead hex code.

Text Font Color

.myTextColor { color: #393B1C; }

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

This text font color is #393B1C.


Background Color

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

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

This div background color is #393B1C.


Border color

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

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

This div border color is #393B1C.


Opacity

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

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

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

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

This text has shadow with #393B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393B1C on black background.


Color preview on white background

This text has color #393B1C on white background.



Black color preview on #393B1C background

This text has black color on #393B1C background.


White color preview on #393B1C background

This text has white color on #393B1C background.