COLOR #355C56

HEX: #355C56 RGB: (53,92,86)

Color info

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

RGB color model

#355C56 color RGB value is (53,92,86).

RGB: (53,92,86) (21%, 36%, 34%)

RGB channels and saturation

R 53 of 255 = 21%
G 92 of 255 = 36%
B 86 of 255 = 34%

53
92
86

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

Portions of RGB colors in percentages

R + G + B = 53 + 92 + 86 = 231 (100%)
R 53 of 231 ~ 22.94%
G 92 of 231 ~ 39.83%
B 86 of 231 ~ 37.23'%

%22.94
%39.83
%37.23

CMYK color model

#355C56 color CMYK value is (42,0,7,64).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 63.92%

CMYK: (42,0,7,64)
C42M0Y7K64 (42%, 0%, 7%, 64%)
(0.42 / 0.00 / 0.07 / 0.64)

CMYK percentages

%42.39
%0
%6.52
%63.92

Codes

Color #355C56 in popluar color models

35 5C 56
RGB 53 92 86
HSL 171° 26.90% 28.43%
HSB/HSV 171° 42.39% 36.08%
CMYK 42.39% 0.00% 6.52%
63.92%

Color #355C56 in popluar number systems.

HEX 35 5C 56
Decimal 53 92 86
Binary 110101 1011100 1010110
Octal 65 134 126

Shades and tints

Shades of #355C56

#355C56
(53,92,86)
#31544F
(49,84,79)
#2D4C48
(45,76,72)
#294441
(41,68,65)
#253C3A
(37,60,58)
#213433
(33,52,51)
#1D2C2C
(29,44,44)
#192425
(25,36,37)
#151C1E
(21,28,30)
#111417
(17,20,23)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #355C56

#355C56
(53,92,86)
#476A65
(71,106,101)
#597874
(89,120,116)
#6B8683
(107,134,131)
#7D9492
(125,148,146)
#8FA2A1
(143,162,161)
#A1B0B0
(161,176,176)
#B3BEBF
(179,190,191)
#C5CCCE
(197,204,206)
#D7DADD
(215,218,221)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355C56 color. Also use rgb(53,92,86) instead hex code.

Text Font Color

.myTextColor { color: #355C56; }

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

This text font color is #355C56.

Background Color

.myBgColor { background-color: #355C56; }

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

This div background color is #355C56.

Border color

.myBorderColor { border: 1px solid #355C56; }

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

This div border color is #355C56.

Opacity

.myOpacity80 { color: #355C56; opacity: 0.8; }

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

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

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

This text has shadow with #355C56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355C56.

Preview

Color preview on black background

This text has color #355C56 on black background.


Color preview on white background

This text has color #355C56 on white background.


Black color preview on #355C56 background

This text has black color on #355C56 background.


White color preview on #355C56 background

This text has white color on #355C56 background.


Related colors

Complementary color

Complementary color for #hex is #CAA3A9.


I love getcolorcode.com

Triadic colors

1 #56355C and #5C5635 with #355C56 are triadic colors.

2 #565C35 and #5C3556 with #355C56 are triadic colors.