COLOR #395E19

HEX: #395E19
RGB: (57,94,25)

Color info

#395E19 contains mainly red and green colors. Web safe color of #395E19 is #336600 (or #360).

RGB color model

#395E19 color RGB value is (57,94,25).

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

RGB channels and saturation

R 57 of 255 = 22%
G 94 of 255 = 37%
B 25 of 255 = 10%

57
94
25

R + G + B ~ 23%. #395E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 94 + 25 = 176 (100%)
R 57 of 176 ~ 32.39%
G 94 of 176 ~ 53.41%
B 25 of 176 ~ 14.2%

%32.39
%53.41
%14.2

CMYK color model

#395E19 color CMYK value is (39,0,73,63).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 73.40%
  • key color value is 63.14%
CMYK:
(39,0,73,63)
C39M0Y73K63 
(39%,0%,73%,63%)
(0.39/0.00/0.73/0.63)	

CMYK percentages

%39.36
%0
%73.4
%63.14

Codes

Color #395E19 in popluar color models

395E19
RGB579425
HSL92°57.98%23.33%
HSB/HSV92°73.40%36.86%
CMYK39.36%0.00%73.40%
63.14%

Color #395E19 in popluar number systems.

HEX395E19
Decimal579425
Binary111001101111011001
Octal7113631

Shades and tints

Shades of #395E19

#395E19
(57,94,25)
#345617
(52,86,23)
#2F4E15
(47,78,21)
#2A4613
(42,70,19)
#253E11
(37,62,17)
#20360F
(32,54,15)
#1B2E0D
(27,46,13)
#16260B
(22,38,11)
#111E09
(17,30,9)
#0C1607
(12,22,7)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #395E19

#395E19
(57,94,25)
#4B6C2D
(75,108,45)
#5D7A41
(93,122,65)
#6F8855
(111,136,85)
#819669
(129,150,105)
#93A47D
(147,164,125)
#A5B291
(165,178,145)
#B7C0A5
(183,192,165)
#C9CEB9
(201,206,185)
#DBDCCD
(219,220,205)
#EDEAE1
(237,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395E19; }

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

This text font color is #395E19.


Background Color

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

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

This div background color is #395E19.


Border color

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

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

This div border color is #395E19.


Opacity

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

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

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

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

This text has shadow with #395E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395E19 on black background.


Color preview on white background

This text has color #395E19 on white background.



Black color preview on #395E19 background

This text has black color on #395E19 background.


White color preview on #395E19 background

This text has white color on #395E19 background.