COLOR #395E17

HEX: #395E17
RGB: (57,94,23)

Color info

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

RGB color model

#395E17 color RGB value is (57,94,23).

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

RGB channels and saturation

R 57 of 255 = 22%
G 94 of 255 = 37%
B 23 of 255 = 9%

57
94
23

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

Portions of RGB colors in percentages

R + G + B =
57 + 94 + 23 = 174 (100%)
R 57 of 174 ~ 32.76%
G 94 of 174 ~ 54.02%
B 23 of 174 ~ 13.22%

%32.76
%54.02
%13.22

CMYK color model

#395E17 color CMYK value is (39,0,76,63).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 75.53%
  • key color value is 63.14%
CMYK:
(39,0,76,63)
C39M0Y76K63 
(39%,0%,76%,63%)
(0.39/0.00/0.76/0.63)	

CMYK percentages

%39.36
%0
%75.53
%63.14

Codes

Color #395E17 in popluar color models

395E17
RGB579423
HSL91°60.68%22.94%
HSB/HSV91°75.53%36.86%
CMYK39.36%0.00%75.53%
63.14%

Color #395E17 in popluar number systems.

HEX395E17
Decimal579423
Binary111001101111010111
Octal7113627

Shades and tints

Shades of #395E17

#395E17
(57,94,23)
#345615
(52,86,21)
#2F4E13
(47,78,19)
#2A4611
(42,70,17)
#253E0F
(37,62,15)
#20360D
(32,54,13)
#1B2E0B
(27,46,11)
#162609
(22,38,9)
#111E07
(17,30,7)
#0C1605
(12,22,5)
#070E03
(7,14,3)
#000000
(0,0,0)

Tints of #395E17

#395E17
(57,94,23)
#4B6C2C
(75,108,44)
#5D7A41
(93,122,65)
#6F8856
(111,136,86)
#81966B
(129,150,107)
#93A480
(147,164,128)
#A5B295
(165,178,149)
#B7C0AA
(183,192,170)
#C9CEBF
(201,206,191)
#DBDCD4
(219,220,212)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395E17; }

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

This text font color is #395E17.


Background Color

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

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

This div background color is #395E17.


Border color

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

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

This div border color is #395E17.


Opacity

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

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

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

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

This text has shadow with #395E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395E17 on black background.


Color preview on white background

This text has color #395E17 on white background.



Black color preview on #395E17 background

This text has black color on #395E17 background.


White color preview on #395E17 background

This text has white color on #395E17 background.