COLOR #395520

HEX: #395520
RGB: (57,85,32)

Color info

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

RGB color model

#395520 color RGB value is (57,85,32).

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

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 32 of 255 = 13%

57
85
32

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

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 32 = 174 (100%)
R 57 of 174 ~ 32.76%
G 85 of 174 ~ 48.85%
B 32 of 174 ~ 18.39%

%32.76
%48.85
%18.39

CMYK color model

#395520 color CMYK value is (33,0,62,67).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 62.35%
  • key color value is 66.67%
CMYK:
(33,0,62,67)
C33M0Y62K67 
(33%,0%,62%,67%)
(0.33/0.00/0.62/0.67)	

CMYK percentages

%32.94
%0
%62.35
%66.67

Codes

Color #395520 in popluar color models

395520
RGB578532
HSL92°45.30%22.94%
HSB/HSV92°62.35%33.33%
CMYK32.94%0.00%62.35%
66.67%

Color #395520 in popluar number systems.

HEX395520
Decimal578532
Binary1110011010101100000
Octal7112540

Shades and tints

Shades of #395520

#395520
(57,85,32)
#344E1E
(52,78,30)
#2F471C
(47,71,28)
#2A401A
(42,64,26)
#253918
(37,57,24)
#203216
(32,50,22)
#1B2B14
(27,43,20)
#162412
(22,36,18)
#111D10
(17,29,16)
#0C160E
(12,22,14)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #395520

#395520
(57,85,32)
#4B6434
(75,100,52)
#5D7348
(93,115,72)
#6F825C
(111,130,92)
#819170
(129,145,112)
#93A084
(147,160,132)
#A5AF98
(165,175,152)
#B7BEAC
(183,190,172)
#C9CDC0
(201,205,192)
#DBDCD4
(219,220,212)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395520; }

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

This text font color is #395520.


Background Color

.myBgColor { background-color: #395520; }

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

This div background color is #395520.


Border color

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

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

This div border color is #395520.


Opacity

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

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

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

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

This text has shadow with #395520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395520 on black background.


Color preview on white background

This text has color #395520 on white background.



Black color preview on #395520 background

This text has black color on #395520 background.


White color preview on #395520 background

This text has white color on #395520 background.