COLOR #395556

HEX: #395556
RGB: (57,85,86)

Color info

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

RGB color model

#395556 color RGB value is (57,85,86).

  • red value is 57;
  • green value is 85;
  • blue value is 86.
RGB:
(57,85,86)
(22%,33%,34%)

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 86 of 255 = 34%

57
85
86

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

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 86 = 228 (100%)
R 57 of 228 ~ 25%
G 85 of 228 ~ 37.28%
B 86 of 228 ~ 37.72%

%25
%37.28
%37.72

CMYK color model

#395556 color CMYK value is (34,1,0,66).

  • cyan value is 33.72%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(34,1,0,66)
C34M1Y0K66 
(34%,1%,0%,66%)
(0.34/0.01/0.00/0.66)	

CMYK percentages

%33.72
%1.16
%0
%66.27

Codes

Color #395556 in popluar color models

395556
RGB578586
HSL182°20.28%28.04%
HSB/HSV182°33.72%33.73%
CMYK33.72%1.16%0.00%
66.27%

Color #395556 in popluar number systems.

HEX395556
Decimal578586
Binary11100110101011010110
Octal71125126

Shades and tints

Shades of #395556

#395556
(57,85,86)
#344E4F
(52,78,79)
#2F4748
(47,71,72)
#2A4041
(42,64,65)
#25393A
(37,57,58)
#203233
(32,50,51)
#1B2B2C
(27,43,44)
#162425
(22,36,37)
#111D1E
(17,29,30)
#0C1617
(12,22,23)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #395556

#395556
(57,85,86)
#4B6465
(75,100,101)
#5D7374
(93,115,116)
#6F8283
(111,130,131)
#819192
(129,145,146)
#93A0A1
(147,160,161)
#A5AFB0
(165,175,176)
#B7BEBF
(183,190,191)
#C9CDCE
(201,205,206)
#DBDCDD
(219,220,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395556 color. Also use rgb(57,85,86) instead hex code.

Text Font Color

.myTextColor { color: #395556; }

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

This text font color is #395556.


Background Color

.myBgColor { background-color: #395556; }

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

This div background color is #395556.


Border color

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

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

This div border color is #395556.


Opacity

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

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

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

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

This text has shadow with #395556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395556 on black background.


Color preview on white background

This text has color #395556 on white background.



Black color preview on #395556 background

This text has black color on #395556 background.


White color preview on #395556 background

This text has white color on #395556 background.