COLOR #356E59

HEX: #356E59 RGB: (53,110,89)

Color info

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

RGB color model

#356E59 color RGB value is (53,110,89).

RGB: (53,110,89) (21%, 43%, 35%)

RGB channels and saturation

R 53 of 255 = 21%
G 110 of 255 = 43%
B 89 of 255 = 35%

53
110
89

R + G + B ~ 33%. #356E59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 110 + 89 = 252 (100%)
R 53 of 252 ~ 21.03%
G 110 of 252 ~ 43.65%
B 89 of 252 ~ 35.32'%

%21.03
%43.65
%35.32

CMYK color model

#356E59 color CMYK value is (52,0,19,57).

  • cyan value is 51.82%
  • magenta value is 0.00%
  • yellow value is 19.09%
  • key color value is 56.86%

CMYK: (52,0,19,57)
C52M0Y19K57 (52%, 0%, 19%, 57%)
(0.52 / 0.00 / 0.19 / 0.57)

CMYK percentages

%51.82
%0
%19.09
%56.86

Codes

Color #356E59 in popluar color models

35 6E 59
RGB 53 110 89
HSL 158° 34.97% 31.96%
HSB/HSV 158° 51.82% 43.14%
CMYK 51.82% 0.00% 19.09%
56.86%

Color #356E59 in popluar number systems.

HEX 35 6E 59
Decimal 53 110 89
Binary 110101 1101110 1011001
Octal 65 156 131

Shades and tints

Shades of #356E59

#356E59
(53,110,89)
#316451
(49,100,81)
#2D5A49
(45,90,73)
#295041
(41,80,65)
#254639
(37,70,57)
#213C31
(33,60,49)
#1D3229
(29,50,41)
#192821
(25,40,33)
#151E19
(21,30,25)
#111411
(17,20,17)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #356E59

#356E59
(53,110,89)
#477B68
(71,123,104)
#598877
(89,136,119)
#6B9586
(107,149,134)
#7DA295
(125,162,149)
#8FAFA4
(143,175,164)
#A1BCB3
(161,188,179)
#B3C9C2
(179,201,194)
#C5D6D1
(197,214,209)
#D7E3E0
(215,227,224)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356E59 color. Also use rgb(53,110,89) instead hex code.

Text Font Color

.myTextColor { color: #356E59; }

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

This text font color is #356E59.

Background Color

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

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

This div background color is #356E59.

Border color

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

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

This div border color is #356E59.

Opacity

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

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

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

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

This text has shadow with #356E59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #356E59.

Preview

Color preview on black background

This text has color #356E59 on black background.


Color preview on white background

This text has color #356E59 on white background.


Black color preview on #356E59 background

This text has black color on #356E59 background.


White color preview on #356E59 background

This text has white color on #356E59 background.


Related colors

Complementary color

Complementary color for #hex is #CA91A6.


I love getcolorcode.com

Triadic colors

1 #59356E and #6E5935 with #356E59 are triadic colors.

2 #596E35 and #6E3559 with #356E59 are triadic colors.