COLOR #356D79

HEX: #356D79 RGB: (53,109,121)

Color info

#356D79 contains mainly green and blue colors. Web safe color of #356D79 is #336666 (or #366).

RGB color model

#356D79 color RGB value is (53,109,121).

RGB: (53,109,121) (21%, 43%, 47%)

RGB channels and saturation

R 53 of 255 = 21%
G 109 of 255 = 43%
B 121 of 255 = 47%

53
109
121

R + G + B ~ 37%. #356D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 109 + 121 = 283 (100%)
R 53 of 283 ~ 18.73%
G 109 of 283 ~ 38.52%
B 121 of 283 ~ 42.76'%

%18.73
%38.52
%42.76

CMYK color model

#356D79 color CMYK value is (56,10,0,53).

  • cyan value is 56.20%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (56,10,0,53)
C56M10Y0K53 (56%, 10%, 0%, 53%)
(0.56 / 0.10 / 0.00 / 0.53)

CMYK percentages

%56.2
%9.92
%0
%52.55

Codes

Color #356D79 in popluar color models

35 6D 79
RGB 53 109 121
HSL 191° 39.08% 34.12%
HSB/HSV 191° 56.20% 47.45%
CMYK 56.20% 9.92% 0.00%
52.55%

Color #356D79 in popluar number systems.

HEX 35 6D 79
Decimal 53 109 121
Binary 110101 1101101 1111001
Octal 65 155 171

Shades and tints

Shades of #356D79

#356D79
(53,109,121)
#31646E
(49,100,110)
#2D5B63
(45,91,99)
#295258
(41,82,88)
#25494D
(37,73,77)
#214042
(33,64,66)
#1D3737
(29,55,55)
#192E2C
(25,46,44)
#152521
(21,37,33)
#111C16
(17,28,22)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #356D79

#356D79
(53,109,121)
#477A85
(71,122,133)
#598791
(89,135,145)
#6B949D
(107,148,157)
#7DA1A9
(125,161,169)
#8FAEB5
(143,174,181)
#A1BBC1
(161,187,193)
#B3C8CD
(179,200,205)
#C5D5D9
(197,213,217)
#D7E2E5
(215,226,229)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356D79 color. Also use rgb(53,109,121) instead hex code.

Text Font Color

.myTextColor { color: #356D79; }

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

This text font color is #356D79.

Background Color

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

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

This div background color is #356D79.

Border color

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

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

This div border color is #356D79.

Opacity

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

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

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

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

This text has shadow with #356D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #356D79.

Preview

Color preview on black background

This text has color #356D79 on black background.


Color preview on white background

This text has color #356D79 on white background.


Black color preview on #356D79 background

This text has black color on #356D79 background.


White color preview on #356D79 background

This text has white color on #356D79 background.


Related colors

Complementary color

Complementary color for #hex is #CA9286.


I love getcolorcode.com

Triadic colors

1 #79356D and #6D7935 with #356D79 are triadic colors.

2 #796D35 and #6D3579 with #356D79 are triadic colors.