COLOR #395E25

HEX: #395E25
RGB: (57,94,37)

Color info

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

RGB color model

#395E25 color RGB value is (57,94,37).

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

RGB channels and saturation

R 57 of 255 = 22%
G 94 of 255 = 37%
B 37 of 255 = 15%

57
94
37

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

Portions of RGB colors in percentages

R + G + B =
57 + 94 + 37 = 188 (100%)
R 57 of 188 ~ 30.32%
G 94 of 188 ~ 50%
B 37 of 188 ~ 19.68%

%30.32
%50
%19.68

CMYK color model

#395E25 color CMYK value is (39,0,61,63).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 60.64%
  • key color value is 63.14%
CMYK:
(39,0,61,63)
C39M0Y61K63 
(39%,0%,61%,63%)
(0.39/0.00/0.61/0.63)	

CMYK percentages

%39.36
%0
%60.64
%63.14

Codes

Color #395E25 in popluar color models

395E25
RGB579437
HSL99°43.51%25.69%
HSB/HSV99°60.64%36.86%
CMYK39.36%0.00%60.64%
63.14%

Color #395E25 in popluar number systems.

HEX395E25
Decimal579437
Binary1110011011110100101
Octal7113645

Shades and tints

Shades of #395E25

#395E25
(57,94,37)
#345622
(52,86,34)
#2F4E1F
(47,78,31)
#2A461C
(42,70,28)
#253E19
(37,62,25)
#203616
(32,54,22)
#1B2E13
(27,46,19)
#162610
(22,38,16)
#111E0D
(17,30,13)
#0C160A
(12,22,10)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #395E25

#395E25
(57,94,37)
#4B6C38
(75,108,56)
#5D7A4B
(93,122,75)
#6F885E
(111,136,94)
#819671
(129,150,113)
#93A484
(147,164,132)
#A5B297
(165,178,151)
#B7C0AA
(183,192,170)
#C9CEBD
(201,206,189)
#DBDCD0
(219,220,208)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395E25 color. Also use rgb(57,94,37) instead hex code.

Text Font Color

.myTextColor { color: #395E25; }

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

This text font color is #395E25.


Background Color

.myBgColor { background-color: #395E25; }

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

This div background color is #395E25.


Border color

.myBorderColor { border: 1px solid #395E25; }

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

This div border color is #395E25.


Opacity

.myOpacity80 { color: #395E25; opacity: 0.8; }

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

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

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

This text has shadow with #395E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395E25 on black background.


Color preview on white background

This text has color #395E25 on white background.



Black color preview on #395E25 background

This text has black color on #395E25 background.


White color preview on #395E25 background

This text has white color on #395E25 background.