COLOR #395523

HEX: #395523
RGB: (57,85,35)

Color info

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

RGB color model

#395523 color RGB value is (57,85,35).

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

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 35 of 255 = 14%

57
85
35

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

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 35 = 177 (100%)
R 57 of 177 ~ 32.2%
G 85 of 177 ~ 48.02%
B 35 of 177 ~ 19.77%

%32.2
%48.02
%19.77

CMYK color model

#395523 color CMYK value is (33,0,59,67).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 66.67%
CMYK:
(33,0,59,67)
C33M0Y59K67 
(33%,0%,59%,67%)
(0.33/0.00/0.59/0.67)	

CMYK percentages

%32.94
%0
%58.82
%66.67

Codes

Color #395523 in popluar color models

395523
RGB578535
HSL94°41.67%23.53%
HSB/HSV94°58.82%33.33%
CMYK32.94%0.00%58.82%
66.67%

Color #395523 in popluar number systems.

HEX395523
Decimal578535
Binary1110011010101100011
Octal7112543

Shades and tints

Shades of #395523

#395523
(57,85,35)
#344E20
(52,78,32)
#2F471D
(47,71,29)
#2A401A
(42,64,26)
#253917
(37,57,23)
#203214
(32,50,20)
#1B2B11
(27,43,17)
#16240E
(22,36,14)
#111D0B
(17,29,11)
#0C1608
(12,22,8)
#070F05
(7,15,5)
#000000
(0,0,0)

Tints of #395523

#395523
(57,85,35)
#4B6437
(75,100,55)
#5D734B
(93,115,75)
#6F825F
(111,130,95)
#819173
(129,145,115)
#93A087
(147,160,135)
#A5AF9B
(165,175,155)
#B7BEAF
(183,190,175)
#C9CDC3
(201,205,195)
#DBDCD7
(219,220,215)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395523; }

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

This text font color is #395523.


Background Color

.myBgColor { background-color: #395523; }

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

This div background color is #395523.


Border color

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

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

This div border color is #395523.


Opacity

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

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

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

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

This text has shadow with #395523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395523 on black background.


Color preview on white background

This text has color #395523 on white background.



Black color preview on #395523 background

This text has black color on #395523 background.


White color preview on #395523 background

This text has white color on #395523 background.