COLOR #393140

HEX: #393140
RGB: (57,49,64)

Color info

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

RGB color model

#393140 color RGB value is (57,49,64).

  • red value is 57;
  • green value is 49;
  • blue value is 64.
RGB:
(57,49,64)
(22%,19%,25%)

RGB channels and saturation

R 57 of 255 = 22%
G 49 of 255 = 19%
B 64 of 255 = 25%

57
49
64

R + G + B ~ 22%. #393140 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 49 + 64 = 170 (100%)
R 57 of 170 ~ 33.53%
G 49 of 170 ~ 28.82%
B 64 of 170 ~ 37.65%

%33.53
%28.82
%37.65

CMYK color model

#393140 color CMYK value is (11,23,0,75).

  • cyan value is 10.94%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(11,23,0,75)
C11M23Y0K75 
(11%,23%,0%,75%)
(0.11/0.23/0.00/0.75)	

CMYK percentages

%10.94
%23.44
%0
%74.9

Codes

Color #393140 in popluar color models

393140
RGB574964
HSL272°13.27%22.16%
HSB/HSV272°23.44%25.10%
CMYK10.94%23.44%0.00%
74.90%

Color #393140 in popluar number systems.

HEX393140
Decimal574964
Binary1110011100011000000
Octal7161100

Shades and tints

Shades of #393140

#393140
(57,49,64)
#342D3B
(52,45,59)
#2F2936
(47,41,54)
#2A2531
(42,37,49)
#25212C
(37,33,44)
#201D27
(32,29,39)
#1B1922
(27,25,34)
#16151D
(22,21,29)
#111118
(17,17,24)
#0C0D13
(12,13,19)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #393140

#393140
(57,49,64)
#4B4351
(75,67,81)
#5D5562
(93,85,98)
#6F6773
(111,103,115)
#817984
(129,121,132)
#938B95
(147,139,149)
#A59DA6
(165,157,166)
#B7AFB7
(183,175,183)
#C9C1C8
(201,193,200)
#DBD3D9
(219,211,217)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393140 color. Also use rgb(57,49,64) instead hex code.

Text Font Color

.myTextColor { color: #393140; }

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

This text font color is #393140.


Background Color

.myBgColor { background-color: #393140; }

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

This div background color is #393140.


Border color

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

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

This div border color is #393140.


Opacity

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

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

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

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

This text has shadow with #393140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393140 on black background.


Color preview on white background

This text has color #393140 on white background.



Black color preview on #393140 background

This text has black color on #393140 background.


White color preview on #393140 background

This text has white color on #393140 background.