COLOR #394742

HEX: #394742
RGB: (57,71,66)

Color info

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

RGB color model

#394742 color RGB value is (57,71,66).

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

RGB channels and saturation

R 57 of 255 = 22%
G 71 of 255 = 28%
B 66 of 255 = 26%

57
71
66

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

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 66 = 194 (100%)
R 57 of 194 ~ 29.38%
G 71 of 194 ~ 36.6%
B 66 of 194 ~ 34.02%

%29.38
%36.6
%34.02

CMYK color model

#394742 color CMYK value is (20,0,7,72).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(20,0,7,72)
C20M0Y7K72 
(20%,0%,7%,72%)
(0.20/0.00/0.07/0.72)	

CMYK percentages

%19.72
%0
%7.04
%72.16

Codes

Color #394742 in popluar color models

394742
RGB577166
HSL159°10.94%25.10%
HSB/HSV159°19.72%27.84%
CMYK19.72%0.00%7.04%
72.16%

Color #394742 in popluar number systems.

HEX394742
Decimal577166
Binary11100110001111000010
Octal71107102

Shades and tints

Shades of #394742

#394742
(57,71,66)
#34413C
(52,65,60)
#2F3B36
(47,59,54)
#2A3530
(42,53,48)
#252F2A
(37,47,42)
#202924
(32,41,36)
#1B231E
(27,35,30)
#161D18
(22,29,24)
#111712
(17,23,18)
#0C110C
(12,17,12)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #394742

#394742
(57,71,66)
#4B5753
(75,87,83)
#5D6764
(93,103,100)
#6F7775
(111,119,117)
#818786
(129,135,134)
#939797
(147,151,151)
#A5A7A8
(165,167,168)
#B7B7B9
(183,183,185)
#C9C7CA
(201,199,202)
#DBD7DB
(219,215,219)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394742; }

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

This text font color is #394742.


Background Color

.myBgColor { background-color: #394742; }

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

This div background color is #394742.


Border color

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

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

This div border color is #394742.


Opacity

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

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

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

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

This text has shadow with #394742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394742 on black background.


Color preview on white background

This text has color #394742 on white background.



Black color preview on #394742 background

This text has black color on #394742 background.


White color preview on #394742 background

This text has white color on #394742 background.