COLOR #356C63

HEX: #356C63 RGB: (53,108,99)

Color info

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

RGB color model

#356C63 color RGB value is (53,108,99).

RGB: (53,108,99) (21%, 42%, 39%)

RGB channels and saturation

R 53 of 255 = 21%
G 108 of 255 = 42%
B 99 of 255 = 39%

53
108
99

R + G + B ~ 34%. #356C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 108 + 99 = 260 (100%)
R 53 of 260 ~ 20.38%
G 108 of 260 ~ 41.54%
B 99 of 260 ~ 38.08'%

%20.38
%41.54
%38.08

CMYK color model

#356C63 color CMYK value is (51,0,8,58).

  • cyan value is 50.93%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 57.65%
CMYK: (51,0,8,58) C51M0Y8K58 (51%,0%,8%,58%) (0.51/0.00/0.08/0.58) 

CMYK percentages

%50.93
%0
%8.33
%57.65

Codes

Color #356C63 in popluar color models

35 6C 63
RGB 53 108 99
HSL 170° 34.16% 31.57%
HSB/HSV 170° 50.93% 42.35%
CMYK 50.93% 0.00% 8.33%
57.65%

Color #356C63 in popluar number systems.

HEX 35 6C 63
Decimal 53 108 99
Binary 110101 1101100 1100011
Octal 65 154 143

Shades and tints

Shades of #356C63

#356C63
(53,108,99)
#31635A
(49,99,90)
#2D5A51
(45,90,81)
#295148
(41,81,72)
#25483F
(37,72,63)
#213F36
(33,63,54)
#1D362D
(29,54,45)
#192D24
(25,45,36)
#15241B
(21,36,27)
#111B12
(17,27,18)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #356C63

#356C63
(53,108,99)
#477971
(71,121,113)
#59867F
(89,134,127)
#6B938D
(107,147,141)
#7DA09B
(125,160,155)
#8FADA9
(143,173,169)
#A1BAB7
(161,186,183)
#B3C7C5
(179,199,197)
#C5D4D3
(197,212,211)
#D7E1E1
(215,225,225)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356C63 color. Also use rgb(53,108,99) instead hex code.

Text Font Color

.myTextColor { color: #356C63; }

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

This text font color is #356C63.

Background Color

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

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

This div background color is #356C63.

Border color

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

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

This div border color is #356C63.

Opacity

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

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

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

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

This text has shadow with #356C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #356C63.

Preview

Color preview on black background

This text has color #356C63 on black background.


Color preview on white background

This text has color #356C63 on white background.


Black color preview on #356C63 background

This text has black color on #356C63 background.


White color preview on #356C63 background

This text has white color on #356C63 background.


Related colors

Complementary color

Complementary color for #hex is #CA939C.


I love getcolorcode.com

Triadic colors

1 #63356C and #6C6335 with #356C63 are triadic colors.

2 #636C35 and #6C3563 with #356C63 are triadic colors.