COLOR #393853

HEX: #393853
RGB: (57,56,83)

Color info

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

RGB color model

#393853 color RGB value is (57,56,83).

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

RGB channels and saturation

R 57 of 255 = 22%
G 56 of 255 = 22%
B 83 of 255 = 33%

57
56
83

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

Portions of RGB colors in percentages

R + G + B =
57 + 56 + 83 = 196 (100%)
R 57 of 196 ~ 29.08%
G 56 of 196 ~ 28.57%
B 83 of 196 ~ 42.35%

%29.08
%28.57
%42.35

CMYK color model

#393853 color CMYK value is (31,33,0,67).

  • cyan value is 31.33%
  • magenta value is 32.53%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(31,33,0,67)
C31M33Y0K67 
(31%,33%,0%,67%)
(0.31/0.33/0.00/0.67)	

CMYK percentages

%31.33
%32.53
%0
%67.45

Codes

Color #393853 in popluar color models

393853
RGB575683
HSL242°19.42%27.25%
HSB/HSV242°32.53%32.55%
CMYK31.33%32.53%0.00%
67.45%

Color #393853 in popluar number systems.

HEX393853
Decimal575683
Binary1110011110001010011
Octal7170123

Shades and tints

Shades of #393853

#393853
(57,56,83)
#34334C
(52,51,76)
#2F2E45
(47,46,69)
#2A293E
(42,41,62)
#252437
(37,36,55)
#201F30
(32,31,48)
#1B1A29
(27,26,41)
#161522
(22,21,34)
#11101B
(17,16,27)
#0C0B14
(12,11,20)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #393853

#393853
(57,56,83)
#4B4A62
(75,74,98)
#5D5C71
(93,92,113)
#6F6E80
(111,110,128)
#81808F
(129,128,143)
#93929E
(147,146,158)
#A5A4AD
(165,164,173)
#B7B6BC
(183,182,188)
#C9C8CB
(201,200,203)
#DBDADA
(219,218,218)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393853; }

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

This text font color is #393853.


Background Color

.myBgColor { background-color: #393853; }

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

This div background color is #393853.


Border color

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

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

This div border color is #393853.


Opacity

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

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

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

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

This text has shadow with #393853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393853 on black background.


Color preview on white background

This text has color #393853 on white background.



Black color preview on #393853 background

This text has black color on #393853 background.


White color preview on #393853 background

This text has white color on #393853 background.