COLOR #394040

HEX: #394040
RGB: (57,64,64)

Color info

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

RGB color model

#394040 color RGB value is (57,64,64).

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

RGB channels and saturation

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

57
64
64

R + G + B ~ 24%. #394040 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 64 + 64 = 185 (100%)
R 57 of 185 ~ 30.81%
G 64 of 185 ~ 34.59%
B 64 of 185 ~ 34.59%

%30.81
%34.59
%34.59

CMYK color model

#394040 color CMYK value is (11,0,0,75).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(11,0,0,75)
C11M0Y0K75 
(11%,0%,0%,75%)
(0.11/0.00/0.00/0.75)	

CMYK percentages

%10.94
%0
%0
%74.9

Codes

Color #394040 in popluar color models

394040
RGB576464
HSL180°5.79%23.73%
HSB/HSV180°10.94%25.10%
CMYK10.94%0.00%0.00%
74.90%

Color #394040 in popluar number systems.

HEX394040
Decimal576464
Binary11100110000001000000
Octal71100100

Shades and tints

Shades of #394040

#394040
(57,64,64)
#343B3B
(52,59,59)
#2F3636
(47,54,54)
#2A3131
(42,49,49)
#252C2C
(37,44,44)
#202727
(32,39,39)
#1B2222
(27,34,34)
#161D1D
(22,29,29)
#111818
(17,24,24)
#0C1313
(12,19,19)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #394040

#394040
(57,64,64)
#4B5151
(75,81,81)
#5D6262
(93,98,98)
#6F7373
(111,115,115)
#818484
(129,132,132)
#939595
(147,149,149)
#A5A6A6
(165,166,166)
#B7B7B7
(183,183,183)
#C9C8C8
(201,200,200)
#DBD9D9
(219,217,217)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394040; }

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

This text font color is #394040.


Background Color

.myBgColor { background-color: #394040; }

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

This div background color is #394040.


Border color

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

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

This div border color is #394040.


Opacity

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

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

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

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

This text has shadow with #394040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394040 on black background.


Color preview on white background

This text has color #394040 on white background.



Black color preview on #394040 background

This text has black color on #394040 background.


White color preview on #394040 background

This text has white color on #394040 background.