COLOR #393957

HEX: #393957
RGB: (57,57,87)

Color info

#393957 contains red, green and blue colors in about the same proportion. Web safe color of #393957 is #333366 (or #336).

RGB color model

#393957 color RGB value is (57,57,87).

  • red value is 57;
  • green value is 57;
  • blue value is 87.
RGB:
(57,57,87)
(22%,22%,34%)

RGB channels and saturation

R 57 of 255 = 22%
G 57 of 255 = 22%
B 87 of 255 = 34%

57
57
87

R + G + B ~ 26%. #393957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 57 + 87 = 201 (100%)
R 57 of 201 ~ 28.36%
G 57 of 201 ~ 28.36%
B 87 of 201 ~ 43.28%

%28.36
%28.36
%43.28

CMYK color model

#393957 color CMYK value is (34,34,0,66).

  • cyan value is 34.48%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(34,34,0,66)
C34M34Y0K66 
(34%,34%,0%,66%)
(0.34/0.34/0.00/0.66)	

CMYK percentages

%34.48
%34.48
%0
%65.88

Codes

Color #393957 in popluar color models

393957
RGB575787
HSL240°20.83%28.24%
HSB/HSV240°34.48%34.12%
CMYK34.48%34.48%0.00%
65.88%

Color #393957 in popluar number systems.

HEX393957
Decimal575787
Binary1110011110011010111
Octal7171127

Shades and tints

Shades of #393957

#393957
(57,57,87)
#343450
(52,52,80)
#2F2F49
(47,47,73)
#2A2A42
(42,42,66)
#25253B
(37,37,59)
#202034
(32,32,52)
#1B1B2D
(27,27,45)
#161626
(22,22,38)
#11111F
(17,17,31)
#0C0C18
(12,12,24)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #393957

#393957
(57,57,87)
#4B4B66
(75,75,102)
#5D5D75
(93,93,117)
#6F6F84
(111,111,132)
#818193
(129,129,147)
#9393A2
(147,147,162)
#A5A5B1
(165,165,177)
#B7B7C0
(183,183,192)
#C9C9CF
(201,201,207)
#DBDBDE
(219,219,222)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393957; }

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

This text font color is #393957.


Background Color

.myBgColor { background-color: #393957; }

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

This div background color is #393957.


Border color

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

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

This div border color is #393957.


Opacity

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

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

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

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

This text has shadow with #393957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393957 on black background.


Color preview on white background

This text has color #393957 on white background.



Black color preview on #393957 background

This text has black color on #393957 background.


White color preview on #393957 background

This text has white color on #393957 background.