COLOR #394267

HEX: #394267
RGB: (57,66,103)

Color info

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

RGB color model

#394267 color RGB value is (57,66,103).

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

RGB channels and saturation

R 57 of 255 = 22%
G 66 of 255 = 26%
B 103 of 255 = 40%

57
66
103

R + G + B ~ 29%. #394267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 66 + 103 = 226 (100%)
R 57 of 226 ~ 25.22%
G 66 of 226 ~ 29.2%
B 103 of 226 ~ 45.58%

%25.22
%29.2
%45.58

CMYK color model

#394267 color CMYK value is (45,36,0,60).

  • cyan value is 44.66%
  • magenta value is 35.92%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(45,36,0,60)
C45M36Y0K60 
(45%,36%,0%,60%)
(0.45/0.36/0.00/0.60)	

CMYK percentages

%44.66
%35.92
%0
%59.61

Codes

Color #394267 in popluar color models

394267
RGB5766103
HSL228°28.75%31.37%
HSB/HSV228°44.66%40.39%
CMYK44.66%35.92%0.00%
59.61%

Color #394267 in popluar number systems.

HEX394267
Decimal5766103
Binary11100110000101100111
Octal71102147

Shades and tints

Shades of #394267

#394267
(57,66,103)
#343C5E
(52,60,94)
#2F3655
(47,54,85)
#2A304C
(42,48,76)
#252A43
(37,42,67)
#20243A
(32,36,58)
#1B1E31
(27,30,49)
#161828
(22,24,40)
#11121F
(17,18,31)
#0C0C16
(12,12,22)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #394267

#394267
(57,66,103)
#4B5374
(75,83,116)
#5D6481
(93,100,129)
#6F758E
(111,117,142)
#81869B
(129,134,155)
#9397A8
(147,151,168)
#A5A8B5
(165,168,181)
#B7B9C2
(183,185,194)
#C9CACF
(201,202,207)
#DBDBDC
(219,219,220)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394267; }

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

This text font color is #394267.


Background Color

.myBgColor { background-color: #394267; }

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

This div background color is #394267.


Border color

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

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

This div border color is #394267.


Opacity

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

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

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

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

This text has shadow with #394267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394267 on black background.


Color preview on white background

This text has color #394267 on white background.



Black color preview on #394267 background

This text has black color on #394267 background.


White color preview on #394267 background

This text has white color on #394267 background.