COLOR #395355

HEX: #395355
RGB: (57,83,85)

Color info

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

RGB color model

#395355 color RGB value is (57,83,85).

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

RGB channels and saturation

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

57
83
85

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

Portions of RGB colors in percentages

R + G + B =
57 + 83 + 85 = 225 (100%)
R 57 of 225 ~ 25.33%
G 83 of 225 ~ 36.89%
B 85 of 225 ~ 37.78%

%25.33
%36.89
%37.78

CMYK color model

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

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

CMYK percentages

%32.94
%2.35
%0
%66.67

Codes

Color #395355 in popluar color models

395355
RGB578385
HSL184°19.72%27.84%
HSB/HSV184°32.94%33.33%
CMYK32.94%2.35%0.00%
66.67%

Color #395355 in popluar number systems.

HEX395355
Decimal578385
Binary11100110100111010101
Octal71123125

Shades and tints

Shades of #395355

#395355
(57,83,85)
#344C4E
(52,76,78)
#2F4547
(47,69,71)
#2A3E40
(42,62,64)
#253739
(37,55,57)
#203032
(32,48,50)
#1B292B
(27,41,43)
#162224
(22,34,36)
#111B1D
(17,27,29)
#0C1416
(12,20,22)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #395355

#395355
(57,83,85)
#4B6264
(75,98,100)
#5D7173
(93,113,115)
#6F8082
(111,128,130)
#818F91
(129,143,145)
#939EA0
(147,158,160)
#A5ADAF
(165,173,175)
#B7BCBE
(183,188,190)
#C9CBCD
(201,203,205)
#DBDADC
(219,218,220)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395355; }

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

This text font color is #395355.


Background Color

.myBgColor { background-color: #395355; }

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

This div background color is #395355.


Border color

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

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

This div border color is #395355.


Opacity

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

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

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

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

This text has shadow with #395355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395355 on black background.


Color preview on white background

This text has color #395355 on white background.



Black color preview on #395355 background

This text has black color on #395355 background.


White color preview on #395355 background

This text has white color on #395355 background.