COLOR #395517

HEX: #395517
RGB: (57,85,23)

Color info

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

RGB color model

#395517 color RGB value is (57,85,23).

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

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 23 of 255 = 9%

57
85
23

R + G + B ~ 21%. #395517 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 23 = 165 (100%)
R 57 of 165 ~ 34.55%
G 85 of 165 ~ 51.52%
B 23 of 165 ~ 13.94%

%34.55
%51.52
%13.94

CMYK color model

#395517 color CMYK value is (33,0,73,67).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 72.94%
  • key color value is 66.67%
CMYK:
(33,0,73,67)
C33M0Y73K67 
(33%,0%,73%,67%)
(0.33/0.00/0.73/0.67)	

CMYK percentages

%32.94
%0
%72.94
%66.67

Codes

Color #395517 in popluar color models

395517
RGB578523
HSL87°57.41%21.18%
HSB/HSV87°72.94%33.33%
CMYK32.94%0.00%72.94%
66.67%

Color #395517 in popluar number systems.

HEX395517
Decimal578523
Binary111001101010110111
Octal7112527

Shades and tints

Shades of #395517

#395517
(57,85,23)
#344E15
(52,78,21)
#2F4713
(47,71,19)
#2A4011
(42,64,17)
#25390F
(37,57,15)
#20320D
(32,50,13)
#1B2B0B
(27,43,11)
#162409
(22,36,9)
#111D07
(17,29,7)
#0C1605
(12,22,5)
#070F03
(7,15,3)
#000000
(0,0,0)

Tints of #395517

#395517
(57,85,23)
#4B642C
(75,100,44)
#5D7341
(93,115,65)
#6F8256
(111,130,86)
#81916B
(129,145,107)
#93A080
(147,160,128)
#A5AF95
(165,175,149)
#B7BEAA
(183,190,170)
#C9CDBF
(201,205,191)
#DBDCD4
(219,220,212)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395517; }

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

This text font color is #395517.


Background Color

.myBgColor { background-color: #395517; }

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

This div background color is #395517.


Border color

.myBorderColor { border: 1px solid #395517; }

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

This div border color is #395517.


Opacity

.myOpacity80 { color: #395517; opacity: 0.8; }

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

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

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

This text has shadow with #395517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395517 on black background.


Color preview on white background

This text has color #395517 on white background.



Black color preview on #395517 background

This text has black color on #395517 background.


White color preview on #395517 background

This text has white color on #395517 background.