COLOR #395555

HEX: #395555
RGB: (57,85,85)

Color info

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

RGB color model

#395555 color RGB value is (57,85,85).

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

RGB channels and saturation

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

57
85
85

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

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 85 = 227 (100%)
R 57 of 227 ~ 25.11%
G 85 of 227 ~ 37.44%
B 85 of 227 ~ 37.44%

%25.11
%37.44
%37.44

CMYK color model

#395555 color CMYK value is (33,0,0,67).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(33,0,0,67)
C33M0Y0K67 
(33%,0%,0%,67%)
(0.33/0.00/0.00/0.67)	

CMYK percentages

%32.94
%0
%0
%66.67

Codes

Color #395555 in popluar color models

395555
RGB578585
HSL180°19.72%27.84%
HSB/HSV180°32.94%33.33%
CMYK32.94%0.00%0.00%
66.67%

Color #395555 in popluar number systems.

HEX395555
Decimal578585
Binary11100110101011010101
Octal71125125

Shades and tints

Shades of #395555

#395555
(57,85,85)
#344E4E
(52,78,78)
#2F4747
(47,71,71)
#2A4040
(42,64,64)
#253939
(37,57,57)
#203232
(32,50,50)
#1B2B2B
(27,43,43)
#162424
(22,36,36)
#111D1D
(17,29,29)
#0C1616
(12,22,22)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #395555

#395555
(57,85,85)
#4B6464
(75,100,100)
#5D7373
(93,115,115)
#6F8282
(111,130,130)
#819191
(129,145,145)
#93A0A0
(147,160,160)
#A5AFAF
(165,175,175)
#B7BEBE
(183,190,190)
#C9CDCD
(201,205,205)
#DBDCDC
(219,220,220)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395555; }

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

This text font color is #395555.


Background Color

.myBgColor { background-color: #395555; }

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

This div background color is #395555.


Border color

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

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

This div border color is #395555.


Opacity

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

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

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

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

This text has shadow with #395555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395555 on black background.


Color preview on white background

This text has color #395555 on white background.



Black color preview on #395555 background

This text has black color on #395555 background.


White color preview on #395555 background

This text has white color on #395555 background.