COLOR #356A6B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

53
106
107

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

Portions of RGB colors in percentages

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

%19.92
%39.85
%40.23

CMYK color model

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

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

CMYK percentages

%50.47
%0.93
%0
%58.04

Codes

Color #356A6B in popluar color models

356A6B
RGB53106107
HSL181°33.75%31.37%
HSB/HSV181°50.47%41.96%
CMYK50.47%0.93%0.00%
58.04%

Color #356A6B in popluar number systems.

HEX356A6B
Decimal53106107
Binary11010111010101101011
Octal65152153

Shades and tints

Shades of #356A6B

#356A6B
(53,106,107)
#316162
(49,97,98)
#2D5859
(45,88,89)
#294F50
(41,79,80)
#254647
(37,70,71)
#213D3E
(33,61,62)
#1D3435
(29,52,53)
#192B2C
(25,43,44)
#152223
(21,34,35)
#11191A
(17,25,26)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #356A6B

#356A6B
(53,106,107)
#477778
(71,119,120)
#598485
(89,132,133)
#6B9192
(107,145,146)
#7D9E9F
(125,158,159)
#8FABAC
(143,171,172)
#A1B8B9
(161,184,185)
#B3C5C6
(179,197,198)
#C5D2D3
(197,210,211)
#D7DFE0
(215,223,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356A6B; }

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

This text font color is #356A6B.


Background Color

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

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

This div background color is #356A6B.


Border color

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

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

This div border color is #356A6B.


Opacity

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

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

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

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

This text has shadow with #356A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356A6B on black background.


Color preview on white background

This text has color #356A6B on white background.



Black color preview on #356A6B background

This text has black color on #356A6B background.


White color preview on #356A6B background

This text has white color on #356A6B background.