COLOR #395527

HEX: #395527
RGB: (57,85,39)

Color info

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

RGB color model

#395527 color RGB value is (57,85,39).

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

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 39 of 255 = 15%

57
85
39

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

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 39 = 181 (100%)
R 57 of 181 ~ 31.49%
G 85 of 181 ~ 46.96%
B 39 of 181 ~ 21.55%

%31.49
%46.96
%21.55

CMYK color model

#395527 color CMYK value is (33,0,54,67).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 54.12%
  • key color value is 66.67%
CMYK:
(33,0,54,67)
C33M0Y54K67 
(33%,0%,54%,67%)
(0.33/0.00/0.54/0.67)	

CMYK percentages

%32.94
%0
%54.12
%66.67

Codes

Color #395527 in popluar color models

395527
RGB578539
HSL97°37.10%24.31%
HSB/HSV97°54.12%33.33%
CMYK32.94%0.00%54.12%
66.67%

Color #395527 in popluar number systems.

HEX395527
Decimal578539
Binary1110011010101100111
Octal7112547

Shades and tints

Shades of #395527

#395527
(57,85,39)
#344E24
(52,78,36)
#2F4721
(47,71,33)
#2A401E
(42,64,30)
#25391B
(37,57,27)
#203218
(32,50,24)
#1B2B15
(27,43,21)
#162412
(22,36,18)
#111D0F
(17,29,15)
#0C160C
(12,22,12)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #395527

#395527
(57,85,39)
#4B643A
(75,100,58)
#5D734D
(93,115,77)
#6F8260
(111,130,96)
#819173
(129,145,115)
#93A086
(147,160,134)
#A5AF99
(165,175,153)
#B7BEAC
(183,190,172)
#C9CDBF
(201,205,191)
#DBDCD2
(219,220,210)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395527; }

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

This text font color is #395527.


Background Color

.myBgColor { background-color: #395527; }

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

This div background color is #395527.


Border color

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

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

This div border color is #395527.


Opacity

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

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

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

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

This text has shadow with #395527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395527 on black background.


Color preview on white background

This text has color #395527 on white background.



Black color preview on #395527 background

This text has black color on #395527 background.


White color preview on #395527 background

This text has white color on #395527 background.