COLOR #356B70

HEX: #356B70
RGB: (53,107,112)

Color info

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

RGB color model

#356B70 color RGB value is (53,107,112).

  • red value is 53;
  • green value is 107;
  • blue value is 112.
RGB:
(53,107,112)
(21%,42%,44%)

RGB channels and saturation

R 53 of 255 = 21%
G 107 of 255 = 42%
B 112 of 255 = 44%

53
107
112

R + G + B ~ 36%. #356B70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 107 + 112 = 272 (100%)
R 53 of 272 ~ 19.49%
G 107 of 272 ~ 39.34%
B 112 of 272 ~ 41.18%

%19.49
%39.34
%41.18

CMYK color model

#356B70 color CMYK value is (53,4,0,56).

  • cyan value is 52.68%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(53,4,0,56)
C53M4Y0K56 
(53%,4%,0%,56%)
(0.53/0.04/0.00/0.56)	

CMYK percentages

%52.68
%4.46
%0
%56.08

Codes

Color #356B70 in popluar color models

356B70
RGB53107112
HSL185°35.76%32.35%
HSB/HSV185°52.68%43.92%
CMYK52.68%4.46%0.00%
56.08%

Color #356B70 in popluar number systems.

HEX356B70
Decimal53107112
Binary11010111010111110000
Octal65153160

Shades and tints

Shades of #356B70

#356B70
(53,107,112)
#316266
(49,98,102)
#2D595C
(45,89,92)
#295052
(41,80,82)
#254748
(37,71,72)
#213E3E
(33,62,62)
#1D3534
(29,53,52)
#192C2A
(25,44,42)
#152320
(21,35,32)
#111A16
(17,26,22)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #356B70

#356B70
(53,107,112)
#47787D
(71,120,125)
#59858A
(89,133,138)
#6B9297
(107,146,151)
#7D9FA4
(125,159,164)
#8FACB1
(143,172,177)
#A1B9BE
(161,185,190)
#B3C6CB
(179,198,203)
#C5D3D8
(197,211,216)
#D7E0E5
(215,224,229)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356B70 color. Also use rgb(53,107,112) instead hex code.

Text Font Color

.myTextColor { color: #356B70; }

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

This text font color is #356B70.


Background Color

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

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

This div background color is #356B70.


Border color

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

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

This div border color is #356B70.


Opacity

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

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

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

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

This text has shadow with #356B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356B70 on black background.


Color preview on white background

This text has color #356B70 on white background.



Black color preview on #356B70 background

This text has black color on #356B70 background.


White color preview on #356B70 background

This text has white color on #356B70 background.