COLOR #394968

HEX: #394968
RGB: (57,73,104)

Color info

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

RGB color model

#394968 color RGB value is (57,73,104).

  • red value is 57;
  • green value is 73;
  • blue value is 104.
RGB:
(57,73,104)
(22%,29%,41%)

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 104 of 255 = 41%

57
73
104

R + G + B ~ 31%. #394968 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 104 = 234 (100%)
R 57 of 234 ~ 24.36%
G 73 of 234 ~ 31.2%
B 104 of 234 ~ 44.44%

%24.36
%31.2
%44.44

CMYK color model

#394968 color CMYK value is (45,30,0,59).

  • cyan value is 45.19%
  • magenta value is 29.81%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(45,30,0,59)
C45M30Y0K59 
(45%,30%,0%,59%)
(0.45/0.30/0.00/0.59)	

CMYK percentages

%45.19
%29.81
%0
%59.22

Codes

Color #394968 in popluar color models

394968
RGB5773104
HSL220°29.19%31.57%
HSB/HSV220°45.19%40.78%
CMYK45.19%29.81%0.00%
59.22%

Color #394968 in popluar number systems.

HEX394968
Decimal5773104
Binary11100110010011101000
Octal71111150

Shades and tints

Shades of #394968

#394968
(57,73,104)
#34435F
(52,67,95)
#2F3D56
(47,61,86)
#2A374D
(42,55,77)
#253144
(37,49,68)
#202B3B
(32,43,59)
#1B2532
(27,37,50)
#161F29
(22,31,41)
#111920
(17,25,32)
#0C1317
(12,19,23)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #394968

#394968
(57,73,104)
#4B5975
(75,89,117)
#5D6982
(93,105,130)
#6F798F
(111,121,143)
#81899C
(129,137,156)
#9399A9
(147,153,169)
#A5A9B6
(165,169,182)
#B7B9C3
(183,185,195)
#C9C9D0
(201,201,208)
#DBD9DD
(219,217,221)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394968 color. Also use rgb(57,73,104) instead hex code.

Text Font Color

.myTextColor { color: #394968; }

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

This text font color is #394968.


Background Color

.myBgColor { background-color: #394968; }

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

This div background color is #394968.


Border color

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

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

This div border color is #394968.


Opacity

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

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

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

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

This text has shadow with #394968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394968 on black background.


Color preview on white background

This text has color #394968 on white background.



Black color preview on #394968 background

This text has black color on #394968 background.


White color preview on #394968 background

This text has white color on #394968 background.