COLOR #394942

HEX: #394942
RGB: (57,73,66)

Color info

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

RGB color model

#394942 color RGB value is (57,73,66).

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

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 66 of 255 = 26%

57
73
66

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

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 66 = 196 (100%)
R 57 of 196 ~ 29.08%
G 73 of 196 ~ 37.24%
B 66 of 196 ~ 33.67%

%29.08
%37.24
%33.67

CMYK color model

#394942 color CMYK value is (22,0,10,71).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(22,0,10,71)
C22M0Y10K71 
(22%,0%,10%,71%)
(0.22/0.00/0.10/0.71)	

CMYK percentages

%21.92
%0
%9.59
%71.37

Codes

Color #394942 in popluar color models

394942
RGB577366
HSL154°12.31%25.49%
HSB/HSV154°21.92%28.63%
CMYK21.92%0.00%9.59%
71.37%

Color #394942 in popluar number systems.

HEX394942
Decimal577366
Binary11100110010011000010
Octal71111102

Shades and tints

Shades of #394942

#394942
(57,73,66)
#34433C
(52,67,60)
#2F3D36
(47,61,54)
#2A3730
(42,55,48)
#25312A
(37,49,42)
#202B24
(32,43,36)
#1B251E
(27,37,30)
#161F18
(22,31,24)
#111912
(17,25,18)
#0C130C
(12,19,12)
#070D06
(7,13,6)
#000000
(0,0,0)

Tints of #394942

#394942
(57,73,66)
#4B5953
(75,89,83)
#5D6964
(93,105,100)
#6F7975
(111,121,117)
#818986
(129,137,134)
#939997
(147,153,151)
#A5A9A8
(165,169,168)
#B7B9B9
(183,185,185)
#C9C9CA
(201,201,202)
#DBD9DB
(219,217,219)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394942; }

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

This text font color is #394942.


Background Color

.myBgColor { background-color: #394942; }

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

This div background color is #394942.


Border color

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

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

This div border color is #394942.


Opacity

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

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

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

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

This text has shadow with #394942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394942 on black background.


Color preview on white background

This text has color #394942 on white background.



Black color preview on #394942 background

This text has black color on #394942 background.


White color preview on #394942 background

This text has white color on #394942 background.