COLOR #394840

HEX: #394840
RGB: (57,72,64)

Color info

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

RGB color model

#394840 color RGB value is (57,72,64).

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

RGB channels and saturation

R 57 of 255 = 22%
G 72 of 255 = 28%
B 64 of 255 = 25%

57
72
64

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

Portions of RGB colors in percentages

R + G + B =
57 + 72 + 64 = 193 (100%)
R 57 of 193 ~ 29.53%
G 72 of 193 ~ 37.31%
B 64 of 193 ~ 33.16%

%29.53
%37.31
%33.16

CMYK color model

#394840 color CMYK value is (21,0,11,72).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(21,0,11,72)
C21M0Y11K72 
(21%,0%,11%,72%)
(0.21/0.00/0.11/0.72)	

CMYK percentages

%20.83
%0
%11.11
%71.76

Codes

Color #394840 in popluar color models

394840
RGB577264
HSL148°11.63%25.29%
HSB/HSV148°20.83%28.24%
CMYK20.83%0.00%11.11%
71.76%

Color #394840 in popluar number systems.

HEX394840
Decimal577264
Binary11100110010001000000
Octal71110100

Shades and tints

Shades of #394840

#394840
(57,72,64)
#34423B
(52,66,59)
#2F3C36
(47,60,54)
#2A3631
(42,54,49)
#25302C
(37,48,44)
#202A27
(32,42,39)
#1B2422
(27,36,34)
#161E1D
(22,30,29)
#111818
(17,24,24)
#0C1213
(12,18,19)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #394840

#394840
(57,72,64)
#4B5851
(75,88,81)
#5D6862
(93,104,98)
#6F7873
(111,120,115)
#818884
(129,136,132)
#939895
(147,152,149)
#A5A8A6
(165,168,166)
#B7B8B7
(183,184,183)
#C9C8C8
(201,200,200)
#DBD8D9
(219,216,217)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394840; }

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

This text font color is #394840.


Background Color

.myBgColor { background-color: #394840; }

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

This div background color is #394840.


Border color

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

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

This div border color is #394840.


Opacity

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

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

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

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

This text has shadow with #394840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394840 on black background.


Color preview on white background

This text has color #394840 on white background.



Black color preview on #394840 background

This text has black color on #394840 background.


White color preview on #394840 background

This text has white color on #394840 background.