COLOR #393E4D

HEX: #393E4D
RGB: (57,62,77)

Color info

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

RGB color model

#393E4D color RGB value is (57,62,77).

  • red value is 57;
  • green value is 62;
  • blue value is 77.
RGB:
(57,62,77)
(22%,24%,30%)

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 77 of 255 = 30%

57
62
77

R + G + B ~ 25%. #393E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 77 = 196 (100%)
R 57 of 196 ~ 29.08%
G 62 of 196 ~ 31.63%
B 77 of 196 ~ 39.29%

%29.08
%31.63
%39.29

CMYK color model

#393E4D color CMYK value is (26,19,0,70).

  • cyan value is 25.97%
  • magenta value is 19.48%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(26,19,0,70)
C26M19Y0K70 
(26%,19%,0%,70%)
(0.26/0.19/0.00/0.70)	

CMYK percentages

%25.97
%19.48
%0
%69.8

Codes

Color #393E4D in popluar color models

393E4D
RGB576277
HSL225°14.93%26.27%
HSB/HSV225°25.97%30.20%
CMYK25.97%19.48%0.00%
69.80%

Color #393E4D in popluar number systems.

HEX393E4D
Decimal576277
Binary1110011111101001101
Octal7176115

Shades and tints

Shades of #393E4D

#393E4D
(57,62,77)
#343946
(52,57,70)
#2F343F
(47,52,63)
#2A2F38
(42,47,56)
#252A31
(37,42,49)
#20252A
(32,37,42)
#1B2023
(27,32,35)
#161B1C
(22,27,28)
#111615
(17,22,21)
#0C110E
(12,17,14)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #393E4D

#393E4D
(57,62,77)
#4B4F5D
(75,79,93)
#5D606D
(93,96,109)
#6F717D
(111,113,125)
#81828D
(129,130,141)
#93939D
(147,147,157)
#A5A4AD
(165,164,173)
#B7B5BD
(183,181,189)
#C9C6CD
(201,198,205)
#DBD7DD
(219,215,221)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393E4D color. Also use rgb(57,62,77) instead hex code.

Text Font Color

.myTextColor { color: #393E4D; }

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

This text font color is #393E4D.


Background Color

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

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

This div background color is #393E4D.


Border color

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

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

This div border color is #393E4D.


Opacity

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

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

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

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

This text has shadow with #393E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E4D on black background.


Color preview on white background

This text has color #393E4D on white background.



Black color preview on #393E4D background

This text has black color on #393E4D background.


White color preview on #393E4D background

This text has white color on #393E4D background.