COLOR #394D27

HEX: #394D27
RGB: (57,77,39)

Color info

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

RGB color model

#394D27 color RGB value is (57,77,39).

  • red value is 57;
  • green value is 77;
  • blue value is 39.
RGB:
(57,77,39)
(22%,30%,15%)

RGB channels and saturation

R 57 of 255 = 22%
G 77 of 255 = 30%
B 39 of 255 = 15%

57
77
39

R + G + B ~ 22%. #394D27 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 77 + 39 = 173 (100%)
R 57 of 173 ~ 32.95%
G 77 of 173 ~ 44.51%
B 39 of 173 ~ 22.54%

%32.95
%44.51
%22.54

CMYK color model

#394D27 color CMYK value is (26,0,49,70).

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 69.80%
CMYK:
(26,0,49,70)
C26M0Y49K70 
(26%,0%,49%,70%)
(0.26/0.00/0.49/0.70)	

CMYK percentages

%25.97
%0
%49.35
%69.8

Codes

Color #394D27 in popluar color models

394D27
RGB577739
HSL92°32.76%22.75%
HSB/HSV92°49.35%30.20%
CMYK25.97%0.00%49.35%
69.80%

Color #394D27 in popluar number systems.

HEX394D27
Decimal577739
Binary1110011001101100111
Octal7111547

Shades and tints

Shades of #394D27

#394D27
(57,77,39)
#344624
(52,70,36)
#2F3F21
(47,63,33)
#2A381E
(42,56,30)
#25311B
(37,49,27)
#202A18
(32,42,24)
#1B2315
(27,35,21)
#161C12
(22,28,18)
#11150F
(17,21,15)
#0C0E0C
(12,14,12)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #394D27

#394D27
(57,77,39)
#4B5D3A
(75,93,58)
#5D6D4D
(93,109,77)
#6F7D60
(111,125,96)
#818D73
(129,141,115)
#939D86
(147,157,134)
#A5AD99
(165,173,153)
#B7BDAC
(183,189,172)
#C9CDBF
(201,205,191)
#DBDDD2
(219,221,210)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394D27 color. Also use rgb(57,77,39) instead hex code.

Text Font Color

.myTextColor { color: #394D27; }

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

This text font color is #394D27.


Background Color

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

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

This div background color is #394D27.


Border color

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

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

This div border color is #394D27.


Opacity

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

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

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

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

This text has shadow with #394D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394D27 on black background.


Color preview on white background

This text has color #394D27 on white background.



Black color preview on #394D27 background

This text has black color on #394D27 background.


White color preview on #394D27 background

This text has white color on #394D27 background.