COLOR #356E68

HEX: #356E68
RGB: (53,110,104)

Color info

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

RGB color model

#356E68 color RGB value is (53,110,104).

  • red value is 53;
  • green value is 110;
  • blue value is 104.
RGB:
(53,110,104)
(21%,43%,41%)

RGB channels and saturation

R 53 of 255 = 21%
G 110 of 255 = 43%
B 104 of 255 = 41%

53
110
104

R + G + B ~ 35%. #356E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 110 + 104 = 267 (100%)
R 53 of 267 ~ 19.85%
G 110 of 267 ~ 41.2%
B 104 of 267 ~ 38.95%

%19.85
%41.2
%38.95

CMYK color model

#356E68 color CMYK value is (52,0,5,57).

  • cyan value is 51.82%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(52,0,5,57)
C52M0Y5K57 
(52%,0%,5%,57%)
(0.52/0.00/0.05/0.57)	

CMYK percentages

%51.82
%0
%5.45
%56.86

Codes

Color #356E68 in popluar color models

356E68
RGB53110104
HSL174°34.97%31.96%
HSB/HSV174°51.82%43.14%
CMYK51.82%0.00%5.45%
56.86%

Color #356E68 in popluar number systems.

HEX356E68
Decimal53110104
Binary11010111011101101000
Octal65156150

Shades and tints

Shades of #356E68

#356E68
(53,110,104)
#31645F
(49,100,95)
#2D5A56
(45,90,86)
#29504D
(41,80,77)
#254644
(37,70,68)
#213C3B
(33,60,59)
#1D3232
(29,50,50)
#192829
(25,40,41)
#151E20
(21,30,32)
#111417
(17,20,23)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #356E68

#356E68
(53,110,104)
#477B75
(71,123,117)
#598882
(89,136,130)
#6B958F
(107,149,143)
#7DA29C
(125,162,156)
#8FAFA9
(143,175,169)
#A1BCB6
(161,188,182)
#B3C9C3
(179,201,195)
#C5D6D0
(197,214,208)
#D7E3DD
(215,227,221)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356E68; }

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

This text font color is #356E68.


Background Color

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

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

This div background color is #356E68.


Border color

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

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

This div border color is #356E68.


Opacity

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

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

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

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

This text has shadow with #356E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356E68 on black background.


Color preview on white background

This text has color #356E68 on white background.



Black color preview on #356E68 background

This text has black color on #356E68 background.


White color preview on #356E68 background

This text has white color on #356E68 background.