COLOR #356061

HEX: #356061
RGB: (53,96,97)

Color info

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

RGB color model

#356061 color RGB value is (53,96,97).

  • red value is 53;
  • green value is 96;
  • blue value is 97.
RGB:
(53,96,97)
(21%,38%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 97 of 255 = 38%

53
96
97

R + G + B ~ 32%. #356061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 97 = 246 (100%)
R 53 of 246 ~ 21.54%
G 96 of 246 ~ 39.02%
B 97 of 246 ~ 39.43%

%21.54
%39.02
%39.43

CMYK color model

#356061 color CMYK value is (45,1,0,62).

  • cyan value is 45.36%
  • magenta value is 1.03%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(45,1,0,62)
C45M1Y0K62 
(45%,1%,0%,62%)
(0.45/0.01/0.00/0.62)	

CMYK percentages

%45.36
%1.03
%0
%61.96

Codes

Color #356061 in popluar color models

356061
RGB539697
HSL181°29.33%29.41%
HSB/HSV181°45.36%38.04%
CMYK45.36%1.03%0.00%
61.96%

Color #356061 in popluar number systems.

HEX356061
Decimal539697
Binary11010111000001100001
Octal65140141

Shades and tints

Shades of #356061

#356061
(53,96,97)
#315859
(49,88,89)
#2D5051
(45,80,81)
#294849
(41,72,73)
#254041
(37,64,65)
#213839
(33,56,57)
#1D3031
(29,48,49)
#192829
(25,40,41)
#152021
(21,32,33)
#111819
(17,24,25)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #356061

#356061
(53,96,97)
#476E6F
(71,110,111)
#597C7D
(89,124,125)
#6B8A8B
(107,138,139)
#7D9899
(125,152,153)
#8FA6A7
(143,166,167)
#A1B4B5
(161,180,181)
#B3C2C3
(179,194,195)
#C5D0D1
(197,208,209)
#D7DEDF
(215,222,223)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356061 color. Also use rgb(53,96,97) instead hex code.

Text Font Color

.myTextColor { color: #356061; }

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

This text font color is #356061.


Background Color

.myBgColor { background-color: #356061; }

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

This div background color is #356061.


Border color

.myBorderColor { border: 1px solid #356061; }

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

This div border color is #356061.


Opacity

.myOpacity80 { color: #356061; opacity: 0.8; }

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

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

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

This text has shadow with #356061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356061 on black background.


Color preview on white background

This text has color #356061 on white background.



Black color preview on #356061 background

This text has black color on #356061 background.


White color preview on #356061 background

This text has white color on #356061 background.