COLOR #393F28

HEX: #393F28
RGB: (57,63,40)

Color info

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

RGB color model

#393F28 color RGB value is (57,63,40).

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

RGB channels and saturation

R 57 of 255 = 22%
G 63 of 255 = 25%
B 40 of 255 = 16%

57
63
40

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

Portions of RGB colors in percentages

R + G + B =
57 + 63 + 40 = 160 (100%)
R 57 of 160 ~ 35.63%
G 63 of 160 ~ 39.38%
B 40 of 160 ~ 25%

%35.63
%39.38
%25

CMYK color model

#393F28 color CMYK value is (10,0,37,75).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 36.51%
  • key color value is 75.29%
CMYK: (10,0,37,75) C10M0Y37K75 (10%,0%,37%,75%) (0.10/0.00/0.37/0.75)

CMYK percentages

%9.52
%0
%36.51
%75.29

Codes

Color #393F28 in popluar color models

393F28
RGB576340
HSL76°22.33%20.20%
HSB/HSV76°36.51%24.71%
CMYK9.52%0.00%36.51%
75.29%

Color #393F28 in popluar number systems.

HEX393F28
Decimal576340
Binary111001111111101000
Octal717750

Shades and tints

Shades of #393F28

#393F28
(57,63,40)
#343A25
(52,58,37)
#2F3522
(47,53,34)
#2A301F
(42,48,31)
#252B1C
(37,43,28)
#202619
(32,38,25)
#1B2116
(27,33,22)
#161C13
(22,28,19)
#111710
(17,23,16)
#0C120D
(12,18,13)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #393F28

#393F28
(57,63,40)
#4B503B
(75,80,59)
#5D614E
(93,97,78)
#6F7261
(111,114,97)
#818374
(129,131,116)
#939487
(147,148,135)
#A5A59A
(165,165,154)
#B7B6AD
(183,182,173)
#C9C7C0
(201,199,192)
#DBD8D3
(219,216,211)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393F28; }

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

This text font color is #393F28.


Background Color

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

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

This div background color is #393F28.


Border color

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

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

This div border color is #393F28.


Opacity

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

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

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

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

This text has shadow with #393F28 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #393F28 on black background.


Color preview on white background

This text has color #393F28 on white background.



Black color preview on #393F28 background

This text has black color on #393F28 background.


White color preview on #393F28 background

This text has white color on #393F28 background.