COLOR #395740

HEX: #395740
RGB: (57,87,64)

Color info

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

RGB color model

#395740 color RGB value is (57,87,64).

  • red value is 57;
  • green value is 87;
  • blue value is 64.
RGB:
(57,87,64)
(22%,34%,25%)

RGB channels and saturation

R 57 of 255 = 22%
G 87 of 255 = 34%
B 64 of 255 = 25%

57
87
64

R + G + B ~ 27%. #395740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 87 + 64 = 208 (100%)
R 57 of 208 ~ 27.4%
G 87 of 208 ~ 41.83%
B 64 of 208 ~ 30.77%

%27.4
%41.83
%30.77

CMYK color model

#395740 color CMYK value is (34,0,26,66).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(34,0,26,66)
C34M0Y26K66 
(34%,0%,26%,66%)
(0.34/0.00/0.26/0.66)	

CMYK percentages

%34.48
%0
%26.44
%65.88

Codes

Color #395740 in popluar color models

395740
RGB578764
HSL134°20.83%28.24%
HSB/HSV134°34.48%34.12%
CMYK34.48%0.00%26.44%
65.88%

Color #395740 in popluar number systems.

HEX395740
Decimal578764
Binary11100110101111000000
Octal71127100

Shades and tints

Shades of #395740

#395740
(57,87,64)
#34503B
(52,80,59)
#2F4936
(47,73,54)
#2A4231
(42,66,49)
#253B2C
(37,59,44)
#203427
(32,52,39)
#1B2D22
(27,45,34)
#16261D
(22,38,29)
#111F18
(17,31,24)
#0C1813
(12,24,19)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #395740

#395740
(57,87,64)
#4B6651
(75,102,81)
#5D7562
(93,117,98)
#6F8473
(111,132,115)
#819384
(129,147,132)
#93A295
(147,162,149)
#A5B1A6
(165,177,166)
#B7C0B7
(183,192,183)
#C9CFC8
(201,207,200)
#DBDED9
(219,222,217)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395740 color. Also use rgb(57,87,64) instead hex code.

Text Font Color

.myTextColor { color: #395740; }

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

This text font color is #395740.


Background Color

.myBgColor { background-color: #395740; }

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

This div background color is #395740.


Border color

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

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

This div border color is #395740.


Opacity

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

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

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

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

This text has shadow with #395740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395740 on black background.


Color preview on white background

This text has color #395740 on white background.



Black color preview on #395740 background

This text has black color on #395740 background.


White color preview on #395740 background

This text has white color on #395740 background.