COLOR #394846

HEX: #394846
RGB: (57,72,70)

Color info

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

RGB color model

#394846 color RGB value is (57,72,70).

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

RGB channels and saturation

R 57 of 255 = 22%
G 72 of 255 = 28%
B 70 of 255 = 27%

57
72
70

R + G + B ~ 26%. #394846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 72 + 70 = 199 (100%)
R 57 of 199 ~ 28.64%
G 72 of 199 ~ 36.18%
B 70 of 199 ~ 35.18%

%28.64
%36.18
%35.18

CMYK color model

#394846 color CMYK value is (21,0,3,72).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(21,0,3,72)
C21M0Y3K72 
(21%,0%,3%,72%)
(0.21/0.00/0.03/0.72)	

CMYK percentages

%20.83
%0
%2.78
%71.76

Codes

Color #394846 in popluar color models

394846
RGB577270
HSL172°11.63%25.29%
HSB/HSV172°20.83%28.24%
CMYK20.83%0.00%2.78%
71.76%

Color #394846 in popluar number systems.

HEX394846
Decimal577270
Binary11100110010001000110
Octal71110106

Shades and tints

Shades of #394846

#394846
(57,72,70)
#344240
(52,66,64)
#2F3C3A
(47,60,58)
#2A3634
(42,54,52)
#25302E
(37,48,46)
#202A28
(32,42,40)
#1B2422
(27,36,34)
#161E1C
(22,30,28)
#111816
(17,24,22)
#0C1210
(12,18,16)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #394846

#394846
(57,72,70)
#4B5856
(75,88,86)
#5D6866
(93,104,102)
#6F7876
(111,120,118)
#818886
(129,136,134)
#939896
(147,152,150)
#A5A8A6
(165,168,166)
#B7B8B6
(183,184,182)
#C9C8C6
(201,200,198)
#DBD8D6
(219,216,214)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394846; }

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

This text font color is #394846.


Background Color

.myBgColor { background-color: #394846; }

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

This div background color is #394846.


Border color

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

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

This div border color is #394846.


Opacity

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

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

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

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

This text has shadow with #394846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394846 on black background.


Color preview on white background

This text has color #394846 on white background.



Black color preview on #394846 background

This text has black color on #394846 background.


White color preview on #394846 background

This text has white color on #394846 background.