COLOR #393141

HEX: #393141
RGB: (57,49,65)

Color info

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

RGB color model

#393141 color RGB value is (57,49,65).

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

RGB channels and saturation

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

57
49
65

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

Portions of RGB colors in percentages

R + G + B =
57 + 49 + 65 = 171 (100%)
R 57 of 171 ~ 33.33%
G 49 of 171 ~ 28.65%
B 65 of 171 ~ 38.01%

%33.33
%28.65
%38.01

CMYK color model

#393141 color CMYK value is (12,25,0,75).

  • cyan value is 12.31%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(12,25,0,75)
C12M25Y0K75 
(12%,25%,0%,75%)
(0.12/0.25/0.00/0.75)	

CMYK percentages

%12.31
%24.62
%0
%74.51

Codes

Color #393141 in popluar color models

393141
RGB574965
HSL270°14.04%22.35%
HSB/HSV270°24.62%25.49%
CMYK12.31%24.62%0.00%
74.51%

Color #393141 in popluar number systems.

HEX393141
Decimal574965
Binary1110011100011000001
Octal7161101

Shades and tints

Shades of #393141

#393141
(57,49,65)
#342D3C
(52,45,60)
#2F2937
(47,41,55)
#2A2532
(42,37,50)
#25212D
(37,33,45)
#201D28
(32,29,40)
#1B1923
(27,25,35)
#16151E
(22,21,30)
#111119
(17,17,25)
#0C0D14
(12,13,20)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #393141

#393141
(57,49,65)
#4B4352
(75,67,82)
#5D5563
(93,85,99)
#6F6774
(111,103,116)
#817985
(129,121,133)
#938B96
(147,139,150)
#A59DA7
(165,157,167)
#B7AFB8
(183,175,184)
#C9C1C9
(201,193,201)
#DBD3DA
(219,211,218)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393141; }

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

This text font color is #393141.


Background Color

.myBgColor { background-color: #393141; }

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

This div background color is #393141.


Border color

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

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

This div border color is #393141.


Opacity

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

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

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

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

This text has shadow with #393141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393141 on black background.


Color preview on white background

This text has color #393141 on white background.



Black color preview on #393141 background

This text has black color on #393141 background.


White color preview on #393141 background

This text has white color on #393141 background.