COLOR #394946

HEX: #394946
RGB: (57,73,70)

Color info

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

RGB color model

#394946 color RGB value is (57,73,70).

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

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 70 of 255 = 27%

57
73
70

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

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 70 = 200 (100%)
R 57 of 200 ~ 28.5%
G 73 of 200 ~ 36.5%
B 70 of 200 ~ 35%

%28.5
%36.5
%35

CMYK color model

#394946 color CMYK value is (22,0,4,71).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 71.37%
CMYK:
(22,0,4,71)
C22M0Y4K71 
(22%,0%,4%,71%)
(0.22/0.00/0.04/0.71)	

CMYK percentages

%21.92
%0
%4.11
%71.37

Codes

Color #394946 in popluar color models

394946
RGB577370
HSL169°12.31%25.49%
HSB/HSV169°21.92%28.63%
CMYK21.92%0.00%4.11%
71.37%

Color #394946 in popluar number systems.

HEX394946
Decimal577370
Binary11100110010011000110
Octal71111106

Shades and tints

Shades of #394946

#394946
(57,73,70)
#344340
(52,67,64)
#2F3D3A
(47,61,58)
#2A3734
(42,55,52)
#25312E
(37,49,46)
#202B28
(32,43,40)
#1B2522
(27,37,34)
#161F1C
(22,31,28)
#111916
(17,25,22)
#0C1310
(12,19,16)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #394946

#394946
(57,73,70)
#4B5956
(75,89,86)
#5D6966
(93,105,102)
#6F7976
(111,121,118)
#818986
(129,137,134)
#939996
(147,153,150)
#A5A9A6
(165,169,166)
#B7B9B6
(183,185,182)
#C9C9C6
(201,201,198)
#DBD9D6
(219,217,214)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394946; }

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

This text font color is #394946.


Background Color

.myBgColor { background-color: #394946; }

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

This div background color is #394946.


Border color

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

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

This div border color is #394946.


Opacity

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

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

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

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

This text has shadow with #394946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394946 on black background.


Color preview on white background

This text has color #394946 on white background.



Black color preview on #394946 background

This text has black color on #394946 background.


White color preview on #394946 background

This text has white color on #394946 background.