COLOR #355855

HEX: #355855 RGB: (53,88,85)

Color info

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

RGB color model

#355855 color RGB value is (53,88,85).

RGB: (53,88,85) (21%, 35%, 33%)

RGB channels and saturation

R 53 of 255 = 21%
G 88 of 255 = 35%
B 85 of 255 = 33%

53
88
85

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

Portions of RGB colors in percentages

R + G + B = 53 + 88 + 85 = 226 (100%)
R 53 of 226 ~ 23.45%
G 88 of 226 ~ 38.94%
B 85 of 226 ~ 37.61'%

%23.45
%38.94
%37.61

CMYK color model

#355855 color CMYK value is (40,0,3,65).

  • cyan value is 39.77%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK: (40,0,3,65) C40M0Y3K65 (40%,0%,3%,65%) (0.40/0.00/0.03/0.65) 

CMYK percentages

%39.77
%0
%3.41
%65.49

Codes

Color #355855 in popluar color models

35 58 55
RGB 53 88 85
HSL 175° 24.82% 27.65%
HSB/HSV 175° 39.77% 34.51%
CMYK 39.77% 0.00% 3.41%
65.49%

Color #355855 in popluar number systems.

HEX 35 58 55
Decimal 53 88 85
Binary 110101 1011000 1010101
Octal 65 130 125

Shades and tints

Shades of #355855

#355855
(53,88,85)
#31504E
(49,80,78)
#2D4847
(45,72,71)
#294040
(41,64,64)
#253839
(37,56,57)
#213032
(33,48,50)
#1D282B
(29,40,43)
#192024
(25,32,36)
#15181D
(21,24,29)
#111016
(17,16,22)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #355855

#355855
(53,88,85)
#476764
(71,103,100)
#597673
(89,118,115)
#6B8582
(107,133,130)
#7D9491
(125,148,145)
#8FA3A0
(143,163,160)
#A1B2AF
(161,178,175)
#B3C1BE
(179,193,190)
#C5D0CD
(197,208,205)
#D7DFDC
(215,223,220)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355855; }

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

This text font color is #355855.

Background Color

.myBgColor { background-color: #355855; }

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

This div background color is #355855.

Border color

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

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

This div border color is #355855.

Opacity

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

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

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

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

This text has shadow with #355855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355855.

Preview

Color preview on black background

This text has color #355855 on black background.


Color preview on white background

This text has color #355855 on white background.


Black color preview on #355855 background

This text has black color on #355855 background.


White color preview on #355855 background

This text has white color on #355855 background.


Related colors

Complementary color

Complementary color for #hex is #CAA7AA.


I love getcolorcode.com

Triadic colors

1 #553558 and #585535 with #355855 are triadic colors.

2 #555835 and #583555 with #355855 are triadic colors.