COLOR #394C4D

HEX: #394C4D
RGB: (57,76,77)

Color info

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

RGB color model

#394C4D color RGB value is (57,76,77).

  • red value is 57;
  • green value is 76;
  • blue value is 77.
RGB:
(57,76,77)
(22%,30%,30%)

RGB channels and saturation

R 57 of 255 = 22%
G 76 of 255 = 30%
B 77 of 255 = 30%

57
76
77

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

Portions of RGB colors in percentages

R + G + B =
57 + 76 + 77 = 210 (100%)
R 57 of 210 ~ 27.14%
G 76 of 210 ~ 36.19%
B 77 of 210 ~ 36.67%

%27.14
%36.19
%36.67

CMYK color model

#394C4D color CMYK value is (26,1,0,70).

  • cyan value is 25.97%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(26,1,0,70)
C26M1Y0K70 
(26%,1%,0%,70%)
(0.26/0.01/0.00/0.70)	

CMYK percentages

%25.97
%1.3
%0
%69.8

Codes

Color #394C4D in popluar color models

394C4D
RGB577677
HSL183°14.93%26.27%
HSB/HSV183°25.97%30.20%
CMYK25.97%1.30%0.00%
69.80%

Color #394C4D in popluar number systems.

HEX394C4D
Decimal577677
Binary11100110011001001101
Octal71114115

Shades and tints

Shades of #394C4D

#394C4D
(57,76,77)
#344646
(52,70,70)
#2F403F
(47,64,63)
#2A3A38
(42,58,56)
#253431
(37,52,49)
#202E2A
(32,46,42)
#1B2823
(27,40,35)
#16221C
(22,34,28)
#111C15
(17,28,21)
#0C160E
(12,22,14)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #394C4D

#394C4D
(57,76,77)
#4B5C5D
(75,92,93)
#5D6C6D
(93,108,109)
#6F7C7D
(111,124,125)
#818C8D
(129,140,141)
#939C9D
(147,156,157)
#A5ACAD
(165,172,173)
#B7BCBD
(183,188,189)
#C9CCCD
(201,204,205)
#DBDCDD
(219,220,221)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394C4D color. Also use rgb(57,76,77) instead hex code.

Text Font Color

.myTextColor { color: #394C4D; }

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

This text font color is #394C4D.


Background Color

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

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

This div background color is #394C4D.


Border color

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

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

This div border color is #394C4D.


Opacity

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

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

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

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

This text has shadow with #394C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394C4D on black background.


Color preview on white background

This text has color #394C4D on white background.



Black color preview on #394C4D background

This text has black color on #394C4D background.


White color preview on #394C4D background

This text has white color on #394C4D background.