COLOR #395847

HEX: #395847
RGB: (57,88,71)

Color info

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

RGB color model

#395847 color RGB value is (57,88,71).

  • red value is 57;
  • green value is 88;
  • blue value is 71.
RGB:
(57,88,71)
(22%,35%,28%)

RGB channels and saturation

R 57 of 255 = 22%
G 88 of 255 = 35%
B 71 of 255 = 28%

57
88
71

R + G + B ~ 28%. #395847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 88 + 71 = 216 (100%)
R 57 of 216 ~ 26.39%
G 88 of 216 ~ 40.74%
B 71 of 216 ~ 32.87%

%26.39
%40.74
%32.87

CMYK color model

#395847 color CMYK value is (35,0,19,65).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 65.49%
CMYK:
(35,0,19,65)
C35M0Y19K65 
(35%,0%,19%,65%)
(0.35/0.00/0.19/0.65)	

CMYK percentages

%35.23
%0
%19.32
%65.49

Codes

Color #395847 in popluar color models

395847
RGB578871
HSL147°21.38%28.43%
HSB/HSV147°35.23%34.51%
CMYK35.23%0.00%19.32%
65.49%

Color #395847 in popluar number systems.

HEX395847
Decimal578871
Binary11100110110001000111
Octal71130107

Shades and tints

Shades of #395847

#395847
(57,88,71)
#345041
(52,80,65)
#2F483B
(47,72,59)
#2A4035
(42,64,53)
#25382F
(37,56,47)
#203029
(32,48,41)
#1B2823
(27,40,35)
#16201D
(22,32,29)
#111817
(17,24,23)
#0C1011
(12,16,17)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #395847

#395847
(57,88,71)
#4B6757
(75,103,87)
#5D7667
(93,118,103)
#6F8577
(111,133,119)
#819487
(129,148,135)
#93A397
(147,163,151)
#A5B2A7
(165,178,167)
#B7C1B7
(183,193,183)
#C9D0C7
(201,208,199)
#DBDFD7
(219,223,215)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395847 color. Also use rgb(57,88,71) instead hex code.

Text Font Color

.myTextColor { color: #395847; }

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

This text font color is #395847.


Background Color

.myBgColor { background-color: #395847; }

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

This div background color is #395847.


Border color

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

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

This div border color is #395847.


Opacity

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

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

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

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

This text has shadow with #395847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395847 on black background.


Color preview on white background

This text has color #395847 on white background.



Black color preview on #395847 background

This text has black color on #395847 background.


White color preview on #395847 background

This text has white color on #395847 background.