COLOR #394C4A

HEX: #394C4A
RGB: (57,76,74)

Color info

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

RGB color model

#394C4A color RGB value is (57,76,74).

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

RGB channels and saturation

R 57 of 255 = 22%
G 76 of 255 = 30%
B 74 of 255 = 29%

57
76
74

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

Portions of RGB colors in percentages

R + G + B =
57 + 76 + 74 = 207 (100%)
R 57 of 207 ~ 27.54%
G 76 of 207 ~ 36.71%
B 74 of 207 ~ 35.75%

%27.54
%36.71
%35.75

CMYK color model

#394C4A color CMYK value is (25,0,3,70).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(25,0,3,70)
C25M0Y3K70 
(25%,0%,3%,70%)
(0.25/0.00/0.03/0.70)	

CMYK percentages

%25
%0
%2.63
%70.2

Codes

Color #394C4A in popluar color models

394C4A
RGB577674
HSL174°14.29%26.08%
HSB/HSV174°25.00%29.80%
CMYK25.00%0.00%2.63%
70.20%

Color #394C4A in popluar number systems.

HEX394C4A
Decimal577674
Binary11100110011001001010
Octal71114112

Shades and tints

Shades of #394C4A

#394C4A
(57,76,74)
#344644
(52,70,68)
#2F403E
(47,64,62)
#2A3A38
(42,58,56)
#253432
(37,52,50)
#202E2C
(32,46,44)
#1B2826
(27,40,38)
#162220
(22,34,32)
#111C1A
(17,28,26)
#0C1614
(12,22,20)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #394C4A

#394C4A
(57,76,74)
#4B5C5A
(75,92,90)
#5D6C6A
(93,108,106)
#6F7C7A
(111,124,122)
#818C8A
(129,140,138)
#939C9A
(147,156,154)
#A5ACAA
(165,172,170)
#B7BCBA
(183,188,186)
#C9CCCA
(201,204,202)
#DBDCDA
(219,220,218)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394C4A; }

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

This text font color is #394C4A.


Background Color

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

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

This div background color is #394C4A.


Border color

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

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

This div border color is #394C4A.


Opacity

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

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

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

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

This text has shadow with #394C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394C4A on black background.


Color preview on white background

This text has color #394C4A on white background.



Black color preview on #394C4A background

This text has black color on #394C4A background.


White color preview on #394C4A background

This text has white color on #394C4A background.