COLOR #356A56

HEX: #356A56 RGB: (53,106,86)

Color info

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

RGB color model

#356A56 color RGB value is (53,106,86).

RGB: (53,106,86) (21%, 42%, 34%)

RGB channels and saturation

R 53 of 255 = 21%
G 106 of 255 = 42%
B 86 of 255 = 34%

53
106
86

R + G + B ~ 32%. #356A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 106 + 86 = 245 (100%)
R 53 of 245 ~ 21.63%
G 106 of 245 ~ 43.27%
B 86 of 245 ~ 35.1'%

%21.63
%43.27
%35.1

CMYK color model

#356A56 color CMYK value is (50,0,19,58).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 18.87%
  • key color value is 58.43%

CMYK: (50,0,19,58)
C50M0Y19K58 (50%, 0%, 19%, 58%)
(0.50 / 0.00 / 0.19 / 0.58)

CMYK percentages

%50
%0
%18.87
%58.43

Codes

Color #356A56 in popluar color models

35 6A 56
RGB 53 106 86
HSL 157° 33.33% 31.18%
HSB/HSV 157° 50.00% 41.57%
CMYK 50.00% 0.00% 18.87%
58.43%

Color #356A56 in popluar number systems.

HEX 35 6A 56
Decimal 53 106 86
Binary 110101 1101010 1010110
Octal 65 152 126

Shades and tints

Shades of #356A56

#356A56
(53,106,86)
#31614F
(49,97,79)
#2D5848
(45,88,72)
#294F41
(41,79,65)
#25463A
(37,70,58)
#213D33
(33,61,51)
#1D342C
(29,52,44)
#192B25
(25,43,37)
#15221E
(21,34,30)
#111917
(17,25,23)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #356A56

#356A56
(53,106,86)
#477765
(71,119,101)
#598474
(89,132,116)
#6B9183
(107,145,131)
#7D9E92
(125,158,146)
#8FABA1
(143,171,161)
#A1B8B0
(161,184,176)
#B3C5BF
(179,197,191)
#C5D2CE
(197,210,206)
#D7DFDD
(215,223,221)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356A56 color. Also use rgb(53,106,86) instead hex code.

Text Font Color

.myTextColor { color: #356A56; }

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

This text font color is #356A56.

Background Color

.myBgColor { background-color: #356A56; }

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

This div background color is #356A56.

Border color

.myBorderColor { border: 1px solid #356A56; }

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

This div border color is #356A56.

Opacity

.myOpacity80 { color: #356A56; opacity: 0.8; }

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

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

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

This text has shadow with #356A56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #356A56.

Preview

Color preview on black background

This text has color #356A56 on black background.


Color preview on white background

This text has color #356A56 on white background.


Black color preview on #356A56 background

This text has black color on #356A56 background.


White color preview on #356A56 background

This text has white color on #356A56 background.


Related colors

Complementary color

Complementary color for #hex is #CA95A9.


I love getcolorcode.com

Triadic colors

1 #56356A and #6A5635 with #356A56 are triadic colors.

2 #566A35 and #6A3556 with #356A56 are triadic colors.