COLOR #393250

HEX: #393250 RGB: (57,50,80)

Color info

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

RGB color model

#393250 color RGB value is (57,50,80).

RGB: (57,50,80) (22%, 20%, 31%)

RGB channels and saturation

R 57 of 255 = 22%
G 50 of 255 = 20%
B 80 of 255 = 31%

57
50
80

R + G + B ~ 24%. #393250 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 50 + 80 = 187 (100%)
R 57 of 187 ~ 30.48%
G 50 of 187 ~ 26.74%
B 80 of 187 ~ 42.78'%

%30.48
%26.74
%42.78

CMYK color model

#393250 color CMYK value is (29,38,0,69).

  • cyan value is 28.75%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (29,38,0,69)
C29M38Y0K69 (29%, 38%, 0%, 69%)
(0.29 / 0.38 / 0.00 / 0.69)

CMYK percentages

%28.75
%37.5
%0
%68.63

Codes

Color #393250 in popluar color models

39 32 50
RGB 57 50 80
HSL 254° 23.08% 25.49%
HSB/HSV 254° 37.50% 31.37%
CMYK 28.75% 37.50% 0.00%
68.63%

Color #393250 in popluar number systems.

HEX 39 32 50
Decimal 57 50 80
Binary 111001 110010 1010000
Octal 71 62 120

Shades and tints

Shades of #393250

#393250
(57,50,80)
#342E49
(52,46,73)
#2F2A42
(47,42,66)
#2A263B
(42,38,59)
#252234
(37,34,52)
#201E2D
(32,30,45)
#1B1A26
(27,26,38)
#16161F
(22,22,31)
#111218
(17,18,24)
#0C0E11
(12,14,17)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #393250

#393250
(57,50,80)
#4B445F
(75,68,95)
#5D566E
(93,86,110)
#6F687D
(111,104,125)
#817A8C
(129,122,140)
#938C9B
(147,140,155)
#A59EAA
(165,158,170)
#B7B0B9
(183,176,185)
#C9C2C8
(201,194,200)
#DBD4D7
(219,212,215)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393250; }

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

This text font color is #393250.

Background Color

.myBgColor { background-color: #393250; }

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

This div background color is #393250.

Border color

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

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

This div border color is #393250.

Opacity

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

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

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

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

This text has shadow with #393250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393250.

Preview

Color preview on black background

This text has color #393250 on black background.


Color preview on white background

This text has color #393250 on white background.


Black color preview on #393250 background

This text has black color on #393250 background.


White color preview on #393250 background

This text has white color on #393250 background.


Related colors

Complementary color

Complementary color for #hex is #C6CDAF.


I love getcolorcode.com

Triadic colors

1 #503932 and #325039 with #393250 are triadic colors.

2 #503239 and #323950 with #393250 are triadic colors.