COLOR #395C5A

HEX: #395C5A
RGB: (57,92,90)

Color info

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

RGB color model

#395C5A color RGB value is (57,92,90).

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

RGB channels and saturation

R 57 of 255 = 22%
G 92 of 255 = 36%
B 90 of 255 = 35%

57
92
90

R + G + B ~ 31%. #395C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 92 + 90 = 239 (100%)
R 57 of 239 ~ 23.85%
G 92 of 239 ~ 38.49%
B 90 of 239 ~ 37.66%

%23.85
%38.49
%37.66

CMYK color model

#395C5A color CMYK value is (38,0,2,64).

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 63.92%
CMYK:
(38,0,2,64)
C38M0Y2K64 
(38%,0%,2%,64%)
(0.38/0.00/0.02/0.64)	

CMYK percentages

%38.04
%0
%2.17
%63.92

Codes

Color #395C5A in popluar color models

395C5A
RGB579290
HSL177°23.49%29.22%
HSB/HSV177°38.04%36.08%
CMYK38.04%0.00%2.17%
63.92%

Color #395C5A in popluar number systems.

HEX395C5A
Decimal579290
Binary11100110111001011010
Octal71134132

Shades and tints

Shades of #395C5A

#395C5A
(57,92,90)
#345452
(52,84,82)
#2F4C4A
(47,76,74)
#2A4442
(42,68,66)
#253C3A
(37,60,58)
#203432
(32,52,50)
#1B2C2A
(27,44,42)
#162422
(22,36,34)
#111C1A
(17,28,26)
#0C1412
(12,20,18)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #395C5A

#395C5A
(57,92,90)
#4B6A69
(75,106,105)
#5D7878
(93,120,120)
#6F8687
(111,134,135)
#819496
(129,148,150)
#93A2A5
(147,162,165)
#A5B0B4
(165,176,180)
#B7BEC3
(183,190,195)
#C9CCD2
(201,204,210)
#DBDAE1
(219,218,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395C5A; }

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

This text font color is #395C5A.


Background Color

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

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

This div background color is #395C5A.


Border color

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

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

This div border color is #395C5A.


Opacity

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

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

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

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

This text has shadow with #395C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395C5A on black background.


Color preview on white background

This text has color #395C5A on white background.



Black color preview on #395C5A background

This text has black color on #395C5A background.


White color preview on #395C5A background

This text has white color on #395C5A background.