COLOR #394053

HEX: #394053
RGB: (57,64,83)

Color info

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

RGB color model

#394053 color RGB value is (57,64,83).

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

RGB channels and saturation

R 57 of 255 = 22%
G 64 of 255 = 25%
B 83 of 255 = 33%

57
64
83

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

Portions of RGB colors in percentages

R + G + B =
57 + 64 + 83 = 204 (100%)
R 57 of 204 ~ 27.94%
G 64 of 204 ~ 31.37%
B 83 of 204 ~ 40.69%

%27.94
%31.37
%40.69

CMYK color model

#394053 color CMYK value is (31,23,0,67).

  • cyan value is 31.33%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(31,23,0,67)
C31M23Y0K67 
(31%,23%,0%,67%)
(0.31/0.23/0.00/0.67)	

CMYK percentages

%31.33
%22.89
%0
%67.45

Codes

Color #394053 in popluar color models

394053
RGB576483
HSL224°18.57%27.45%
HSB/HSV224°31.33%32.55%
CMYK31.33%22.89%0.00%
67.45%

Color #394053 in popluar number systems.

HEX394053
Decimal576483
Binary11100110000001010011
Octal71100123

Shades and tints

Shades of #394053

#394053
(57,64,83)
#343B4C
(52,59,76)
#2F3645
(47,54,69)
#2A313E
(42,49,62)
#252C37
(37,44,55)
#202730
(32,39,48)
#1B2229
(27,34,41)
#161D22
(22,29,34)
#11181B
(17,24,27)
#0C1314
(12,19,20)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #394053

#394053
(57,64,83)
#4B5162
(75,81,98)
#5D6271
(93,98,113)
#6F7380
(111,115,128)
#81848F
(129,132,143)
#93959E
(147,149,158)
#A5A6AD
(165,166,173)
#B7B7BC
(183,183,188)
#C9C8CB
(201,200,203)
#DBD9DA
(219,217,218)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394053; }

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

This text font color is #394053.


Background Color

.myBgColor { background-color: #394053; }

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

This div background color is #394053.


Border color

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

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

This div border color is #394053.


Opacity

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

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

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

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

This text has shadow with #394053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394053 on black background.


Color preview on white background

This text has color #394053 on white background.



Black color preview on #394053 background

This text has black color on #394053 background.


White color preview on #394053 background

This text has white color on #394053 background.