COLOR #394F25

HEX: #394F25
RGB: (57,79,37)

Color info

#394F25 contains red, green and blue colors in about the same proportion. Web safe color of #394F25 is #336633 (or #363).

RGB color model

#394F25 color RGB value is (57,79,37).

  • red value is 57;
  • green value is 79;
  • blue value is 37.
RGB:
(57,79,37)
(22%,31%,15%)

RGB channels and saturation

R 57 of 255 = 22%
G 79 of 255 = 31%
B 37 of 255 = 15%

57
79
37

R + G + B ~ 23%. #394F25 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 79 + 37 = 173 (100%)
R 57 of 173 ~ 32.95%
G 79 of 173 ~ 45.66%
B 37 of 173 ~ 21.39%

%32.95
%45.66
%21.39

CMYK color model

#394F25 color CMYK value is (28,0,53,69).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 69.02%
CMYK:
(28,0,53,69)
C28M0Y53K69 
(28%,0%,53%,69%)
(0.28/0.00/0.53/0.69)	

CMYK percentages

%27.85
%0
%53.16
%69.02

Codes

Color #394F25 in popluar color models

394F25
RGB577937
HSL91°36.21%22.75%
HSB/HSV91°53.16%30.98%
CMYK27.85%0.00%53.16%
69.02%

Color #394F25 in popluar number systems.

HEX394F25
Decimal577937
Binary1110011001111100101
Octal7111745

Shades and tints

Shades of #394F25

#394F25
(57,79,37)
#344822
(52,72,34)
#2F411F
(47,65,31)
#2A3A1C
(42,58,28)
#253319
(37,51,25)
#202C16
(32,44,22)
#1B2513
(27,37,19)
#161E10
(22,30,16)
#11170D
(17,23,13)
#0C100A
(12,16,10)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #394F25

#394F25
(57,79,37)
#4B5F38
(75,95,56)
#5D6F4B
(93,111,75)
#6F7F5E
(111,127,94)
#818F71
(129,143,113)
#939F84
(147,159,132)
#A5AF97
(165,175,151)
#B7BFAA
(183,191,170)
#C9CFBD
(201,207,189)
#DBDFD0
(219,223,208)
#EDEFE3
(237,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394F25 color. Also use rgb(57,79,37) instead hex code.

Text Font Color

.myTextColor { color: #394F25; }

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

This text font color is #394F25.


Background Color

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

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

This div background color is #394F25.


Border color

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

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

This div border color is #394F25.


Opacity

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

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

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

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

This text has shadow with #394F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394F25 on black background.


Color preview on white background

This text has color #394F25 on white background.



Black color preview on #394F25 background

This text has black color on #394F25 background.


White color preview on #394F25 background

This text has white color on #394F25 background.