COLOR #395944

HEX: #395944
RGB: (57,89,68)

Color info

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

RGB color model

#395944 color RGB value is (57,89,68).

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

RGB channels and saturation

R 57 of 255 = 22%
G 89 of 255 = 35%
B 68 of 255 = 27%

57
89
68

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

Portions of RGB colors in percentages

R + G + B =
57 + 89 + 68 = 214 (100%)
R 57 of 214 ~ 26.64%
G 89 of 214 ~ 41.59%
B 68 of 214 ~ 31.78%

%26.64
%41.59
%31.78

CMYK color model

#395944 color CMYK value is (36,0,24,65).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 65.10%
CMYK:
(36,0,24,65)
C36M0Y24K65 
(36%,0%,24%,65%)
(0.36/0.00/0.24/0.65)	

CMYK percentages

%35.96
%0
%23.6
%65.1

Codes

Color #395944 in popluar color models

395944
RGB578968
HSL141°21.92%28.63%
HSB/HSV141°35.96%34.90%
CMYK35.96%0.00%23.60%
65.10%

Color #395944 in popluar number systems.

HEX395944
Decimal578968
Binary11100110110011000100
Octal71131104

Shades and tints

Shades of #395944

#395944
(57,89,68)
#34513E
(52,81,62)
#2F4938
(47,73,56)
#2A4132
(42,65,50)
#25392C
(37,57,44)
#203126
(32,49,38)
#1B2920
(27,41,32)
#16211A
(22,33,26)
#111914
(17,25,20)
#0C110E
(12,17,14)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #395944

#395944
(57,89,68)
#4B6855
(75,104,85)
#5D7766
(93,119,102)
#6F8677
(111,134,119)
#819588
(129,149,136)
#93A499
(147,164,153)
#A5B3AA
(165,179,170)
#B7C2BB
(183,194,187)
#C9D1CC
(201,209,204)
#DBE0DD
(219,224,221)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395944; }

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

This text font color is #395944.


Background Color

.myBgColor { background-color: #395944; }

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

This div background color is #395944.


Border color

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

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

This div border color is #395944.


Opacity

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

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

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

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

This text has shadow with #395944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395944 on black background.


Color preview on white background

This text has color #395944 on white background.



Black color preview on #395944 background

This text has black color on #395944 background.


White color preview on #395944 background

This text has white color on #395944 background.