COLOR #394F48

HEX: #394F48
RGB: (57,79,72)

Color info

#394F48 contains red, green and blue colors in about the same proportion. Web safe color of #394F48 is #336633 (or #363).

RGB color model

#394F48 color RGB value is (57,79,72).

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

RGB channels and saturation

R 57 of 255 = 22%
G 79 of 255 = 31%
B 72 of 255 = 28%

57
79
72

R + G + B ~ 27%. #394F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 79 + 72 = 208 (100%)
R 57 of 208 ~ 27.4%
G 79 of 208 ~ 37.98%
B 72 of 208 ~ 34.62%

%27.4
%37.98
%34.62

CMYK color model

#394F48 color CMYK value is (28,0,9,69).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(28,0,9,69)
C28M0Y9K69 
(28%,0%,9%,69%)
(0.28/0.00/0.09/0.69)	

CMYK percentages

%27.85
%0
%8.86
%69.02

Codes

Color #394F48 in popluar color models

394F48
RGB577972
HSL161°16.18%26.67%
HSB/HSV161°27.85%30.98%
CMYK27.85%0.00%8.86%
69.02%

Color #394F48 in popluar number systems.

HEX394F48
Decimal577972
Binary11100110011111001000
Octal71117110

Shades and tints

Shades of #394F48

#394F48
(57,79,72)
#344842
(52,72,66)
#2F413C
(47,65,60)
#2A3A36
(42,58,54)
#253330
(37,51,48)
#202C2A
(32,44,42)
#1B2524
(27,37,36)
#161E1E
(22,30,30)
#111718
(17,23,24)
#0C1012
(12,16,18)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #394F48

#394F48
(57,79,72)
#4B5F58
(75,95,88)
#5D6F68
(93,111,104)
#6F7F78
(111,127,120)
#818F88
(129,143,136)
#939F98
(147,159,152)
#A5AFA8
(165,175,168)
#B7BFB8
(183,191,184)
#C9CFC8
(201,207,200)
#DBDFD8
(219,223,216)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394F48; }

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

This text font color is #394F48.


Background Color

.myBgColor { background-color: #394F48; }

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

This div background color is #394F48.


Border color

.myBorderColor { border: 1px solid #394F48; }

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

This div border color is #394F48.


Opacity

.myOpacity80 { color: #394F48; opacity: 0.8; }

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

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

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

This text has shadow with #394F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394F48 on black background.


Color preview on white background

This text has color #394F48 on white background.



Black color preview on #394F48 background

This text has black color on #394F48 background.


White color preview on #394F48 background

This text has white color on #394F48 background.