COLOR #393C28

HEX: #393C28
RGB: (57,60,40)

Color info

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

RGB color model

#393C28 color RGB value is (57,60,40).

  • red value is 57;
  • green value is 60;
  • blue value is 40.
RGB: (57,60,40) (22%,24%,16%)

RGB channels and saturation

R 57 of 255 = 22%
G 60 of 255 = 24%
B 40 of 255 = 16%

57
60
40

R + G + B ~ 21%. #393C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 60 + 40 = 157 (100%)
R 57 of 157 ~ 36.31%
G 60 of 157 ~ 38.22%
B 40 of 157 ~ 25.48%

%36.31
%38.22
%25.48

CMYK color model

#393C28 color CMYK value is (5,0,33,76).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 76.47%
CMYK: (5,0,33,76) C5M0Y33K76 (5%,0%,33%,76%) (0.05/0.00/0.33/0.76)

CMYK percentages

%5
%0
%33.33
%76.47

Codes

Color #393C28 in popluar color models

393C28
RGB576040
HSL69°20.00%19.61%
HSB/HSV69°33.33%23.53%
CMYK5.00%0.00%33.33%
76.47%

Color #393C28 in popluar number systems.

HEX393C28
Decimal576040
Binary111001111100101000
Octal717450

Shades and tints

Shades of #393C28

#393C28
(57,60,40)
#343725
(52,55,37)
#2F3222
(47,50,34)
#2A2D1F
(42,45,31)
#25281C
(37,40,28)
#202319
(32,35,25)
#1B1E16
(27,30,22)
#161913
(22,25,19)
#111410
(17,20,16)
#0C0F0D
(12,15,13)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #393C28

#393C28
(57,60,40)
#4B4D3B
(75,77,59)
#5D5E4E
(93,94,78)
#6F6F61
(111,111,97)
#818074
(129,128,116)
#939187
(147,145,135)
#A5A29A
(165,162,154)
#B7B3AD
(183,179,173)
#C9C4C0
(201,196,192)
#DBD5D3
(219,213,211)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393C28 color. Also use rgb(57,60,40) instead hex code.

Text Font Color

.myTextColor { color: #393C28; }

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

This text font color is #393C28.


Background Color

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

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

This div background color is #393C28.


Border color

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

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

This div border color is #393C28.


Opacity

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

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

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

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

This text has shadow with #393C28 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #393C28 on black background.


Color preview on white background

This text has color #393C28 on white background.



Black color preview on #393C28 background

This text has black color on #393C28 background.


White color preview on #393C28 background

This text has white color on #393C28 background.