COLOR #393138

HEX: #393138
RGB: (57,49,56)

Color info

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

RGB color model

#393138 color RGB value is (57,49,56).

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

RGB channels and saturation

R 57 of 255 = 22%
G 49 of 255 = 19%
B 56 of 255 = 22%

57
49
56

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

Portions of RGB colors in percentages

R + G + B =
57 + 49 + 56 = 162 (100%)
R 57 of 162 ~ 35.19%
G 49 of 162 ~ 30.25%
B 56 of 162 ~ 34.57%

%35.19
%30.25
%34.57

CMYK color model

#393138 color CMYK value is (0,14,2,78).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 1.75%
  • key color value is 77.65%
CMYK:
(0,14,2,78)
C0M14Y2K78 
(0%,14%,2%,78%)
(0.00/0.14/0.02/0.78)	

CMYK percentages

%0
%14.04
%1.75
%77.65

Codes

Color #393138 in popluar color models

393138
RGB574956
HSL308°7.55%20.78%
HSB/HSV308°14.04%22.35%
CMYK0.00%14.04%1.75%
77.65%

Color #393138 in popluar number systems.

HEX393138
Decimal574956
Binary111001110001111000
Octal716170

Shades and tints

Shades of #393138

#393138
(57,49,56)
#342D33
(52,45,51)
#2F292E
(47,41,46)
#2A2529
(42,37,41)
#252124
(37,33,36)
#201D1F
(32,29,31)
#1B191A
(27,25,26)
#161515
(22,21,21)
#111110
(17,17,16)
#0C0D0B
(12,13,11)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #393138

#393138
(57,49,56)
#4B434A
(75,67,74)
#5D555C
(93,85,92)
#6F676E
(111,103,110)
#817980
(129,121,128)
#938B92
(147,139,146)
#A59DA4
(165,157,164)
#B7AFB6
(183,175,182)
#C9C1C8
(201,193,200)
#DBD3DA
(219,211,218)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393138; }

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

This text font color is #393138.


Background Color

.myBgColor { background-color: #393138; }

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

This div background color is #393138.


Border color

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

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

This div border color is #393138.


Opacity

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

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

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

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

This text has shadow with #393138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393138 on black background.


Color preview on white background

This text has color #393138 on white background.



Black color preview on #393138 background

This text has black color on #393138 background.


White color preview on #393138 background

This text has white color on #393138 background.