COLOR #393653

HEX: #393653
RGB: (57,54,83)

Color info

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

RGB color model

#393653 color RGB value is (57,54,83).

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

RGB channels and saturation

R 57 of 255 = 22%
G 54 of 255 = 21%
B 83 of 255 = 33%

57
54
83

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

Portions of RGB colors in percentages

R + G + B =
57 + 54 + 83 = 194 (100%)
R 57 of 194 ~ 29.38%
G 54 of 194 ~ 27.84%
B 83 of 194 ~ 42.78%

%29.38
%27.84
%42.78

CMYK color model

#393653 color CMYK value is (31,35,0,67).

  • cyan value is 31.33%
  • magenta value is 34.94%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(31,35,0,67)
C31M35Y0K67 
(31%,35%,0%,67%)
(0.31/0.35/0.00/0.67)	

CMYK percentages

%31.33
%34.94
%0
%67.45

Codes

Color #393653 in popluar color models

393653
RGB575483
HSL246°21.17%26.86%
HSB/HSV246°34.94%32.55%
CMYK31.33%34.94%0.00%
67.45%

Color #393653 in popluar number systems.

HEX393653
Decimal575483
Binary1110011101101010011
Octal7166123

Shades and tints

Shades of #393653

#393653
(57,54,83)
#34324C
(52,50,76)
#2F2E45
(47,46,69)
#2A2A3E
(42,42,62)
#252637
(37,38,55)
#202230
(32,34,48)
#1B1E29
(27,30,41)
#161A22
(22,26,34)
#11161B
(17,22,27)
#0C1214
(12,18,20)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #393653

#393653
(57,54,83)
#4B4862
(75,72,98)
#5D5A71
(93,90,113)
#6F6C80
(111,108,128)
#817E8F
(129,126,143)
#93909E
(147,144,158)
#A5A2AD
(165,162,173)
#B7B4BC
(183,180,188)
#C9C6CB
(201,198,203)
#DBD8DA
(219,216,218)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393653; }

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

This text font color is #393653.


Background Color

.myBgColor { background-color: #393653; }

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

This div background color is #393653.


Border color

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

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

This div border color is #393653.


Opacity

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

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

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

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

This text has shadow with #393653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393653 on black background.


Color preview on white background

This text has color #393653 on white background.



Black color preview on #393653 background

This text has black color on #393653 background.


White color preview on #393653 background

This text has white color on #393653 background.