COLOR #395638

HEX: #395638
RGB: (57,86,56)

Color info

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

RGB color model

#395638 color RGB value is (57,86,56).

  • red value is 57;
  • green value is 86;
  • blue value is 56.
RGB:
(57,86,56)
(22%,34%,22%)

RGB channels and saturation

R 57 of 255 = 22%
G 86 of 255 = 34%
B 56 of 255 = 22%

57
86
56

R + G + B ~ 26%. #395638 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 86 + 56 = 199 (100%)
R 57 of 199 ~ 28.64%
G 86 of 199 ~ 43.22%
B 56 of 199 ~ 28.14%

%28.64
%43.22
%28.14

CMYK color model

#395638 color CMYK value is (34,0,35,66).

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 34.88%
  • key color value is 66.27%
CMYK:
(34,0,35,66)
C34M0Y35K66 
(34%,0%,35%,66%)
(0.34/0.00/0.35/0.66)	

CMYK percentages

%33.72
%0
%34.88
%66.27

Codes

Color #395638 in popluar color models

395638
RGB578656
HSL118°21.13%27.84%
HSB/HSV118°34.88%33.73%
CMYK33.72%0.00%34.88%
66.27%

Color #395638 in popluar number systems.

HEX395638
Decimal578656
Binary1110011010110111000
Octal7112670

Shades and tints

Shades of #395638

#395638
(57,86,56)
#344F33
(52,79,51)
#2F482E
(47,72,46)
#2A4129
(42,65,41)
#253A24
(37,58,36)
#20331F
(32,51,31)
#1B2C1A
(27,44,26)
#162515
(22,37,21)
#111E10
(17,30,16)
#0C170B
(12,23,11)
#071006
(7,16,6)
#000000
(0,0,0)

Tints of #395638

#395638
(57,86,56)
#4B654A
(75,101,74)
#5D745C
(93,116,92)
#6F836E
(111,131,110)
#819280
(129,146,128)
#93A192
(147,161,146)
#A5B0A4
(165,176,164)
#B7BFB6
(183,191,182)
#C9CEC8
(201,206,200)
#DBDDDA
(219,221,218)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395638 color. Also use rgb(57,86,56) instead hex code.

Text Font Color

.myTextColor { color: #395638; }

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

This text font color is #395638.


Background Color

.myBgColor { background-color: #395638; }

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

This div background color is #395638.


Border color

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

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

This div border color is #395638.


Opacity

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

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

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

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

This text has shadow with #395638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395638 on black background.


Color preview on white background

This text has color #395638 on white background.



Black color preview on #395638 background

This text has black color on #395638 background.


White color preview on #395638 background

This text has white color on #395638 background.