COLOR #394936

HEX: #394936
RGB: (57,73,54)

Color info

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

RGB color model

#394936 color RGB value is (57,73,54).

  • red value is 57;
  • green value is 73;
  • blue value is 54.
RGB:
(57,73,54)
(22%,29%,21%)

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 54 of 255 = 21%

57
73
54

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

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 54 = 184 (100%)
R 57 of 184 ~ 30.98%
G 73 of 184 ~ 39.67%
B 54 of 184 ~ 29.35%

%30.98
%39.67
%29.35

CMYK color model

#394936 color CMYK value is (22,0,26,71).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 26.03%
  • key color value is 71.37%
CMYK:
(22,0,26,71)
C22M0Y26K71 
(22%,0%,26%,71%)
(0.22/0.00/0.26/0.71)	

CMYK percentages

%21.92
%0
%26.03
%71.37

Codes

Color #394936 in popluar color models

394936
RGB577354
HSL111°14.96%24.90%
HSB/HSV111°26.03%28.63%
CMYK21.92%0.00%26.03%
71.37%

Color #394936 in popluar number systems.

HEX394936
Decimal577354
Binary1110011001001110110
Octal7111166

Shades and tints

Shades of #394936

#394936
(57,73,54)
#344332
(52,67,50)
#2F3D2E
(47,61,46)
#2A372A
(42,55,42)
#253126
(37,49,38)
#202B22
(32,43,34)
#1B251E
(27,37,30)
#161F1A
(22,31,26)
#111916
(17,25,22)
#0C1312
(12,19,18)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #394936

#394936
(57,73,54)
#4B5948
(75,89,72)
#5D695A
(93,105,90)
#6F796C
(111,121,108)
#81897E
(129,137,126)
#939990
(147,153,144)
#A5A9A2
(165,169,162)
#B7B9B4
(183,185,180)
#C9C9C6
(201,201,198)
#DBD9D8
(219,217,216)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394936; }

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

This text font color is #394936.


Background Color

.myBgColor { background-color: #394936; }

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

This div background color is #394936.


Border color

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

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

This div border color is #394936.


Opacity

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

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

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

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

This text has shadow with #394936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394936 on black background.


Color preview on white background

This text has color #394936 on white background.



Black color preview on #394936 background

This text has black color on #394936 background.


White color preview on #394936 background

This text has white color on #394936 background.