COLOR #393255

HEX: #393255 RGB: (57,50,85)

Color info

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

RGB color model

#393255 color RGB value is (57,50,85).

RGB: (57,50,85) (22%, 20%, 33%)

RGB channels and saturation

R 57 of 255 = 22%
G 50 of 255 = 20%
B 85 of 255 = 33%

57
50
85

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

Portions of RGB colors in percentages

R + G + B = 57 + 50 + 85 = 192 (100%)
R 57 of 192 ~ 29.69%
G 50 of 192 ~ 26.04%
B 85 of 192 ~ 44.27'%

%29.69
%26.04
%44.27

CMYK color model

#393255 color CMYK value is (33,41,0,67).

  • cyan value is 32.94%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (33,41,0,67) C33M41Y0K67 (33%,41%,0%,67%) (0.33/0.41/0.00/0.67) 

CMYK percentages

%32.94
%41.18
%0
%66.67

Codes

Color #393255 in popluar color models

39 32 55
RGB 57 50 85
HSL 252° 25.93% 26.47%
HSB/HSV 252° 41.18% 33.33%
CMYK 32.94% 41.18% 0.00%
66.67%

Color #393255 in popluar number systems.

HEX 39 32 55
Decimal 57 50 85
Binary 111001 110010 1010101
Octal 71 62 125

Shades and tints

Shades of #393255

#393255
(57,50,85)
#342E4E
(52,46,78)
#2F2A47
(47,42,71)
#2A2640
(42,38,64)
#252239
(37,34,57)
#201E32
(32,30,50)
#1B1A2B
(27,26,43)
#161624
(22,22,36)
#11121D
(17,18,29)
#0C0E16
(12,14,22)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #393255

#393255
(57,50,85)
#4B4464
(75,68,100)
#5D5673
(93,86,115)
#6F6882
(111,104,130)
#817A91
(129,122,145)
#938CA0
(147,140,160)
#A59EAF
(165,158,175)
#B7B0BE
(183,176,190)
#C9C2CD
(201,194,205)
#DBD4DC
(219,212,220)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393255; }

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

This text font color is #393255.

Background Color

.myBgColor { background-color: #393255; }

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

This div background color is #393255.

Border color

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

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

This div border color is #393255.

Opacity

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

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

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

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

This text has shadow with #393255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393255.

Preview

Color preview on black background

This text has color #393255 on black background.


Color preview on white background

This text has color #393255 on white background.


Black color preview on #393255 background

This text has black color on #393255 background.


White color preview on #393255 background

This text has white color on #393255 background.


Related colors

Complementary color

Complementary color for #hex is #C6CDAA.


I love getcolorcode.com

Triadic colors

1 #553932 and #325539 with #393255 are triadic colors.

2 #553239 and #323955 with #393255 are triadic colors.