COLOR #395A48

HEX: #395A48
RGB: (57,90,72)

Color info

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

RGB color model

#395A48 color RGB value is (57,90,72).

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

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 72 of 255 = 28%

57
90
72

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

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 72 = 219 (100%)
R 57 of 219 ~ 26.03%
G 90 of 219 ~ 41.1%
B 72 of 219 ~ 32.88%

%26.03
%41.1
%32.88

CMYK color model

#395A48 color CMYK value is (37,0,20,65).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(37,0,20,65)
C37M0Y20K65 
(37%,0%,20%,65%)
(0.37/0.00/0.20/0.65)	

CMYK percentages

%36.67
%0
%20
%64.71

Codes

Color #395A48 in popluar color models

395A48
RGB579072
HSL147°22.45%28.82%
HSB/HSV147°36.67%35.29%
CMYK36.67%0.00%20.00%
64.71%

Color #395A48 in popluar number systems.

HEX395A48
Decimal579072
Binary11100110110101001000
Octal71132110

Shades and tints

Shades of #395A48

#395A48
(57,90,72)
#345242
(52,82,66)
#2F4A3C
(47,74,60)
#2A4236
(42,66,54)
#253A30
(37,58,48)
#20322A
(32,50,42)
#1B2A24
(27,42,36)
#16221E
(22,34,30)
#111A18
(17,26,24)
#0C1212
(12,18,18)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #395A48

#395A48
(57,90,72)
#4B6958
(75,105,88)
#5D7868
(93,120,104)
#6F8778
(111,135,120)
#819688
(129,150,136)
#93A598
(147,165,152)
#A5B4A8
(165,180,168)
#B7C3B8
(183,195,184)
#C9D2C8
(201,210,200)
#DBE1D8
(219,225,216)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395A48; }

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

This text font color is #395A48.


Background Color

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

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

This div background color is #395A48.


Border color

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

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

This div border color is #395A48.


Opacity

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

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

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

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

This text has shadow with #395A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A48 on black background.


Color preview on white background

This text has color #395A48 on white background.



Black color preview on #395A48 background

This text has black color on #395A48 background.


White color preview on #395A48 background

This text has white color on #395A48 background.