COLOR #395A51

HEX: #395A51
RGB: (57,90,81)

Color info

#395A51 contains red, green and blue colors in about the same proportion. Web safe color of #395A51 is #336666 (or #366).

RGB color model

#395A51 color RGB value is (57,90,81).

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

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 81 of 255 = 32%

57
90
81

R + G + B ~ 30%. #395A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 81 = 228 (100%)
R 57 of 228 ~ 25%
G 90 of 228 ~ 39.47%
B 81 of 228 ~ 35.53%

%25
%39.47
%35.53

CMYK color model

#395A51 color CMYK value is (37,0,10,65).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 64.71%
CMYK:
(37,0,10,65)
C37M0Y10K65 
(37%,0%,10%,65%)
(0.37/0.00/0.10/0.65)	

CMYK percentages

%36.67
%0
%10
%64.71

Codes

Color #395A51 in popluar color models

395A51
RGB579081
HSL164°22.45%28.82%
HSB/HSV164°36.67%35.29%
CMYK36.67%0.00%10.00%
64.71%

Color #395A51 in popluar number systems.

HEX395A51
Decimal579081
Binary11100110110101010001
Octal71132121

Shades and tints

Shades of #395A51

#395A51
(57,90,81)
#34524A
(52,82,74)
#2F4A43
(47,74,67)
#2A423C
(42,66,60)
#253A35
(37,58,53)
#20322E
(32,50,46)
#1B2A27
(27,42,39)
#162220
(22,34,32)
#111A19
(17,26,25)
#0C1212
(12,18,18)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #395A51

#395A51
(57,90,81)
#4B6960
(75,105,96)
#5D786F
(93,120,111)
#6F877E
(111,135,126)
#81968D
(129,150,141)
#93A59C
(147,165,156)
#A5B4AB
(165,180,171)
#B7C3BA
(183,195,186)
#C9D2C9
(201,210,201)
#DBE1D8
(219,225,216)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395A51; }

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

This text font color is #395A51.


Background Color

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

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

This div background color is #395A51.


Border color

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

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

This div border color is #395A51.


Opacity

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

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

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

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

This text has shadow with #395A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A51 on black background.


Color preview on white background

This text has color #395A51 on white background.



Black color preview on #395A51 background

This text has black color on #395A51 background.


White color preview on #395A51 background

This text has white color on #395A51 background.