COLOR #393135

HEX: #393135
RGB: (57,49,53)

Color info

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

RGB color model

#393135 color RGB value is (57,49,53).

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

RGB channels and saturation

R 57 of 255 = 22%
G 49 of 255 = 19%
B 53 of 255 = 21%

57
49
53

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

Portions of RGB colors in percentages

R + G + B =
57 + 49 + 53 = 159 (100%)
R 57 of 159 ~ 35.85%
G 49 of 159 ~ 30.82%
B 53 of 159 ~ 33.33%

%35.85
%30.82
%33.33

CMYK color model

#393135 color CMYK value is (0,14,7,78).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 7.02%
  • key color value is 77.65%
CMYK:
(0,14,7,78)
C0M14Y7K78 
(0%,14%,7%,78%)
(0.00/0.14/0.07/0.78)	

CMYK percentages

%0
%14.04
%7.02
%77.65

Codes

Color #393135 in popluar color models

393135
RGB574953
HSL330°7.55%20.78%
HSB/HSV330°14.04%22.35%
CMYK0.00%14.04%7.02%
77.65%

Color #393135 in popluar number systems.

HEX393135
Decimal574953
Binary111001110001110101
Octal716165

Shades and tints

Shades of #393135

#393135
(57,49,53)
#342D31
(52,45,49)
#2F292D
(47,41,45)
#2A2529
(42,37,41)
#252125
(37,33,37)
#201D21
(32,29,33)
#1B191D
(27,25,29)
#161519
(22,21,25)
#111115
(17,17,21)
#0C0D11
(12,13,17)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #393135

#393135
(57,49,53)
#4B4347
(75,67,71)
#5D5559
(93,85,89)
#6F676B
(111,103,107)
#81797D
(129,121,125)
#938B8F
(147,139,143)
#A59DA1
(165,157,161)
#B7AFB3
(183,175,179)
#C9C1C5
(201,193,197)
#DBD3D7
(219,211,215)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393135; }

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

This text font color is #393135.


Background Color

.myBgColor { background-color: #393135; }

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

This div background color is #393135.


Border color

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

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

This div border color is #393135.


Opacity

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

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

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

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

This text has shadow with #393135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393135 on black background.


Color preview on white background

This text has color #393135 on white background.



Black color preview on #393135 background

This text has black color on #393135 background.


White color preview on #393135 background

This text has white color on #393135 background.