COLOR #394C45

HEX: #394C45
RGB: (57,76,69)

Color info

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

RGB color model

#394C45 color RGB value is (57,76,69).

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

RGB channels and saturation

R 57 of 255 = 22%
G 76 of 255 = 30%
B 69 of 255 = 27%

57
76
69

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

Portions of RGB colors in percentages

R + G + B =
57 + 76 + 69 = 202 (100%)
R 57 of 202 ~ 28.22%
G 76 of 202 ~ 37.62%
B 69 of 202 ~ 34.16%

%28.22
%37.62
%34.16

CMYK color model

#394C45 color CMYK value is (25,0,9,70).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 70.20%
CMYK:
(25,0,9,70)
C25M0Y9K70 
(25%,0%,9%,70%)
(0.25/0.00/0.09/0.70)	

CMYK percentages

%25
%0
%9.21
%70.2

Codes

Color #394C45 in popluar color models

394C45
RGB577669
HSL158°14.29%26.08%
HSB/HSV158°25.00%29.80%
CMYK25.00%0.00%9.21%
70.20%

Color #394C45 in popluar number systems.

HEX394C45
Decimal577669
Binary11100110011001000101
Octal71114105

Shades and tints

Shades of #394C45

#394C45
(57,76,69)
#34463F
(52,70,63)
#2F4039
(47,64,57)
#2A3A33
(42,58,51)
#25342D
(37,52,45)
#202E27
(32,46,39)
#1B2821
(27,40,33)
#16221B
(22,34,27)
#111C15
(17,28,21)
#0C160F
(12,22,15)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #394C45

#394C45
(57,76,69)
#4B5C55
(75,92,85)
#5D6C65
(93,108,101)
#6F7C75
(111,124,117)
#818C85
(129,140,133)
#939C95
(147,156,149)
#A5ACA5
(165,172,165)
#B7BCB5
(183,188,181)
#C9CCC5
(201,204,197)
#DBDCD5
(219,220,213)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394C45; }

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

This text font color is #394C45.


Background Color

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

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

This div background color is #394C45.


Border color

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

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

This div border color is #394C45.


Opacity

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

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

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

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

This text has shadow with #394C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394C45 on black background.


Color preview on white background

This text has color #394C45 on white background.



Black color preview on #394C45 background

This text has black color on #394C45 background.


White color preview on #394C45 background

This text has white color on #394C45 background.