COLOR #395A49

HEX: #395A49
RGB: (57,90,73)

Color info

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

RGB color model

#395A49 color RGB value is (57,90,73).

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

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 73 of 255 = 29%

57
90
73

R + G + B ~ 29%. #395A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 73 = 220 (100%)
R 57 of 220 ~ 25.91%
G 90 of 220 ~ 40.91%
B 73 of 220 ~ 33.18%

%25.91
%40.91
%33.18

CMYK color model

#395A49 color CMYK value is (37,0,19,65).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • key color value is 64.71%
CMYK:
(37,0,19,65)
C37M0Y19K65 
(37%,0%,19%,65%)
(0.37/0.00/0.19/0.65)	

CMYK percentages

%36.67
%0
%18.89
%64.71

Codes

Color #395A49 in popluar color models

395A49
RGB579073
HSL149°22.45%28.82%
HSB/HSV149°36.67%35.29%
CMYK36.67%0.00%18.89%
64.71%

Color #395A49 in popluar number systems.

HEX395A49
Decimal579073
Binary11100110110101001001
Octal71132111

Shades and tints

Shades of #395A49

#395A49
(57,90,73)
#345243
(52,82,67)
#2F4A3D
(47,74,61)
#2A4237
(42,66,55)
#253A31
(37,58,49)
#20322B
(32,50,43)
#1B2A25
(27,42,37)
#16221F
(22,34,31)
#111A19
(17,26,25)
#0C1213
(12,18,19)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #395A49

#395A49
(57,90,73)
#4B6959
(75,105,89)
#5D7869
(93,120,105)
#6F8779
(111,135,121)
#819689
(129,150,137)
#93A599
(147,165,153)
#A5B4A9
(165,180,169)
#B7C3B9
(183,195,185)
#C9D2C9
(201,210,201)
#DBE1D9
(219,225,217)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395A49 color. Also use rgb(57,90,73) instead hex code.

Text Font Color

.myTextColor { color: #395A49; }

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

This text font color is #395A49.


Background Color

.myBgColor { background-color: #395A49; }

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

This div background color is #395A49.


Border color

.myBorderColor { border: 1px solid #395A49; }

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

This div border color is #395A49.


Opacity

.myOpacity80 { color: #395A49; opacity: 0.8; }

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

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

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

This text has shadow with #395A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A49 on black background.


Color preview on white background

This text has color #395A49 on white background.



Black color preview on #395A49 background

This text has black color on #395A49 background.


White color preview on #395A49 background

This text has white color on #395A49 background.