COLOR #395839

HEX: #395839
RGB: (57,88,57)

Color info

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

RGB color model

#395839 color RGB value is (57,88,57).

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

RGB channels and saturation

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

57
88
57

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

Portions of RGB colors in percentages

R + G + B =
57 + 88 + 57 = 202 (100%)
R 57 of 202 ~ 28.22%
G 88 of 202 ~ 43.56%
B 57 of 202 ~ 28.22%

%28.22
%43.56
%28.22

CMYK color model

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

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

CMYK percentages

%35.23
%0
%35.23
%65.49

Codes

Color #395839 in popluar color models

395839
RGB578857
HSL120°21.38%28.43%
HSB/HSV120°35.23%34.51%
CMYK35.23%0.00%35.23%
65.49%

Color #395839 in popluar number systems.

HEX395839
Decimal578857
Binary1110011011000111001
Octal7113071

Shades and tints

Shades of #395839

#395839
(57,88,57)
#345034
(52,80,52)
#2F482F
(47,72,47)
#2A402A
(42,64,42)
#253825
(37,56,37)
#203020
(32,48,32)
#1B281B
(27,40,27)
#162016
(22,32,22)
#111811
(17,24,17)
#0C100C
(12,16,12)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #395839

#395839
(57,88,57)
#4B674B
(75,103,75)
#5D765D
(93,118,93)
#6F856F
(111,133,111)
#819481
(129,148,129)
#93A393
(147,163,147)
#A5B2A5
(165,178,165)
#B7C1B7
(183,193,183)
#C9D0C9
(201,208,201)
#DBDFDB
(219,223,219)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395839; }

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

This text font color is #395839.


Background Color

.myBgColor { background-color: #395839; }

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

This div background color is #395839.


Border color

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

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

This div border color is #395839.


Opacity

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

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

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

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

This text has shadow with #395839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395839 on black background.


Color preview on white background

This text has color #395839 on white background.



Black color preview on #395839 background

This text has black color on #395839 background.


White color preview on #395839 background

This text has white color on #395839 background.