COLOR #394255

HEX: #394255
RGB: (57,66,85)

Color info

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

RGB color model

#394255 color RGB value is (57,66,85).

  • red value is 57;
  • green value is 66;
  • blue value is 85.
RGB:
(57,66,85)
(22%,26%,33%)

RGB channels and saturation

R 57 of 255 = 22%
G 66 of 255 = 26%
B 85 of 255 = 33%

57
66
85

R + G + B ~ 27%. #394255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 66 + 85 = 208 (100%)
R 57 of 208 ~ 27.4%
G 66 of 208 ~ 31.73%
B 85 of 208 ~ 40.87%

%27.4
%31.73
%40.87

CMYK color model

#394255 color CMYK value is (33,22,0,67).

  • cyan value is 32.94%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(33,22,0,67)
C33M22Y0K67 
(33%,22%,0%,67%)
(0.33/0.22/0.00/0.67)	

CMYK percentages

%32.94
%22.35
%0
%66.67

Codes

Color #394255 in popluar color models

394255
RGB576685
HSL221°19.72%27.84%
HSB/HSV221°32.94%33.33%
CMYK32.94%22.35%0.00%
66.67%

Color #394255 in popluar number systems.

HEX394255
Decimal576685
Binary11100110000101010101
Octal71102125

Shades and tints

Shades of #394255

#394255
(57,66,85)
#343C4E
(52,60,78)
#2F3647
(47,54,71)
#2A3040
(42,48,64)
#252A39
(37,42,57)
#202432
(32,36,50)
#1B1E2B
(27,30,43)
#161824
(22,24,36)
#11121D
(17,18,29)
#0C0C16
(12,12,22)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #394255

#394255
(57,66,85)
#4B5364
(75,83,100)
#5D6473
(93,100,115)
#6F7582
(111,117,130)
#818691
(129,134,145)
#9397A0
(147,151,160)
#A5A8AF
(165,168,175)
#B7B9BE
(183,185,190)
#C9CACD
(201,202,205)
#DBDBDC
(219,219,220)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394255; }

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

This text font color is #394255.


Background Color

.myBgColor { background-color: #394255; }

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

This div background color is #394255.


Border color

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

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

This div border color is #394255.


Opacity

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

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

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

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

This text has shadow with #394255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394255 on black background.


Color preview on white background

This text has color #394255 on white background.



Black color preview on #394255 background

This text has black color on #394255 background.


White color preview on #394255 background

This text has white color on #394255 background.