COLOR #394046

HEX: #394046
RGB: (57,64,70)

Color info

#394046 contains red, green and blue colors in about the same proportion. Web safe color of #394046 is #333333 (or #333).

RGB color model

#394046 color RGB value is (57,64,70).

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

RGB channels and saturation

R 57 of 255 = 22%
G 64 of 255 = 25%
B 70 of 255 = 27%

57
64
70

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

Portions of RGB colors in percentages

R + G + B =
57 + 64 + 70 = 191 (100%)
R 57 of 191 ~ 29.84%
G 64 of 191 ~ 33.51%
B 70 of 191 ~ 36.65%

%29.84
%33.51
%36.65

CMYK color model

#394046 color CMYK value is (19,9,0,73).

  • cyan value is 18.57%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(19,9,0,73)
C19M9Y0K73 
(19%,9%,0%,73%)
(0.19/0.09/0.00/0.73)	

CMYK percentages

%18.57
%8.57
%0
%72.55

Codes

Color #394046 in popluar color models

394046
RGB576470
HSL208°10.24%24.90%
HSB/HSV208°18.57%27.45%
CMYK18.57%8.57%0.00%
72.55%

Color #394046 in popluar number systems.

HEX394046
Decimal576470
Binary11100110000001000110
Octal71100106

Shades and tints

Shades of #394046

#394046
(57,64,70)
#343B40
(52,59,64)
#2F363A
(47,54,58)
#2A3134
(42,49,52)
#252C2E
(37,44,46)
#202728
(32,39,40)
#1B2222
(27,34,34)
#161D1C
(22,29,28)
#111816
(17,24,22)
#0C1310
(12,19,16)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #394046

#394046
(57,64,70)
#4B5156
(75,81,86)
#5D6266
(93,98,102)
#6F7376
(111,115,118)
#818486
(129,132,134)
#939596
(147,149,150)
#A5A6A6
(165,166,166)
#B7B7B6
(183,183,182)
#C9C8C6
(201,200,198)
#DBD9D6
(219,217,214)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394046; }

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

This text font color is #394046.


Background Color

.myBgColor { background-color: #394046; }

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

This div background color is #394046.


Border color

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

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

This div border color is #394046.


Opacity

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

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

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

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

This text has shadow with #394046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394046 on black background.


Color preview on white background

This text has color #394046 on white background.



Black color preview on #394046 background

This text has black color on #394046 background.


White color preview on #394046 background

This text has white color on #394046 background.