COLOR #393053

HEX: #393053
RGB: (57,48,83)

Color info

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

RGB color model

#393053 color RGB value is (57,48,83).

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

RGB channels and saturation

R 57 of 255 = 22%
G 48 of 255 = 19%
B 83 of 255 = 33%

57
48
83

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

Portions of RGB colors in percentages

R + G + B =
57 + 48 + 83 = 188 (100%)
R 57 of 188 ~ 30.32%
G 48 of 188 ~ 25.53%
B 83 of 188 ~ 44.15%

%30.32
%25.53
%44.15

CMYK color model

#393053 color CMYK value is (31,42,0,67).

  • cyan value is 31.33%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(31,42,0,67)
C31M42Y0K67 
(31%,42%,0%,67%)
(0.31/0.42/0.00/0.67)	

CMYK percentages

%31.33
%42.17
%0
%67.45

Codes

Color #393053 in popluar color models

393053
RGB574883
HSL255°26.72%25.69%
HSB/HSV255°42.17%32.55%
CMYK31.33%42.17%0.00%
67.45%

Color #393053 in popluar number systems.

HEX393053
Decimal574883
Binary1110011100001010011
Octal7160123

Shades and tints

Shades of #393053

#393053
(57,48,83)
#342C4C
(52,44,76)
#2F2845
(47,40,69)
#2A243E
(42,36,62)
#252037
(37,32,55)
#201C30
(32,28,48)
#1B1829
(27,24,41)
#161422
(22,20,34)
#11101B
(17,16,27)
#0C0C14
(12,12,20)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #393053

#393053
(57,48,83)
#4B4262
(75,66,98)
#5D5471
(93,84,113)
#6F6680
(111,102,128)
#81788F
(129,120,143)
#938A9E
(147,138,158)
#A59CAD
(165,156,173)
#B7AEBC
(183,174,188)
#C9C0CB
(201,192,203)
#DBD2DA
(219,210,218)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393053; }

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

This text font color is #393053.


Background Color

.myBgColor { background-color: #393053; }

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

This div background color is #393053.


Border color

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

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

This div border color is #393053.


Opacity

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

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

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

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

This text has shadow with #393053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393053 on black background.


Color preview on white background

This text has color #393053 on white background.



Black color preview on #393053 background

This text has black color on #393053 background.


White color preview on #393053 background

This text has white color on #393053 background.