COLOR #356B6A

HEX: #356B6A
RGB: (53,107,106)

Color info

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

RGB color model

#356B6A color RGB value is (53,107,106).

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

RGB channels and saturation

R 53 of 255 = 21%
G 107 of 255 = 42%
B 106 of 255 = 42%

53
107
106

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

Portions of RGB colors in percentages

R + G + B =
53 + 107 + 106 = 266 (100%)
R 53 of 266 ~ 19.92%
G 107 of 266 ~ 40.23%
B 106 of 266 ~ 39.85%

%19.92
%40.23
%39.85

CMYK color model

#356B6A color CMYK value is (50,0,1,58).

  • cyan value is 50.47%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(50,0,1,58)
C50M0Y1K58 
(50%,0%,1%,58%)
(0.50/0.00/0.01/0.58)	

CMYK percentages

%50.47
%0
%0.93
%58.04

Codes

Color #356B6A in popluar color models

356B6A
RGB53107106
HSL179°33.75%31.37%
HSB/HSV179°50.47%41.96%
CMYK50.47%0.00%0.93%
58.04%

Color #356B6A in popluar number systems.

HEX356B6A
Decimal53107106
Binary11010111010111101010
Octal65153152

Shades and tints

Shades of #356B6A

#356B6A
(53,107,106)
#316261
(49,98,97)
#2D5958
(45,89,88)
#29504F
(41,80,79)
#254746
(37,71,70)
#213E3D
(33,62,61)
#1D3534
(29,53,52)
#192C2B
(25,44,43)
#152322
(21,35,34)
#111A19
(17,26,25)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #356B6A

#356B6A
(53,107,106)
#477877
(71,120,119)
#598584
(89,133,132)
#6B9291
(107,146,145)
#7D9F9E
(125,159,158)
#8FACAB
(143,172,171)
#A1B9B8
(161,185,184)
#B3C6C5
(179,198,197)
#C5D3D2
(197,211,210)
#D7E0DF
(215,224,223)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356B6A; }

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

This text font color is #356B6A.


Background Color

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

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

This div background color is #356B6A.


Border color

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

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

This div border color is #356B6A.


Opacity

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

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

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

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

This text has shadow with #356B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356B6A on black background.


Color preview on white background

This text has color #356B6A on white background.



Black color preview on #356B6A background

This text has black color on #356B6A background.


White color preview on #356B6A background

This text has white color on #356B6A background.