COLOR #356C6C

HEX: #356C6C
RGB: (53,108,108)

Color info

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

RGB color model

#356C6C color RGB value is (53,108,108).

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

RGB channels and saturation

R 53 of 255 = 21%
G 108 of 255 = 42%
B 108 of 255 = 42%

53
108
108

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

Portions of RGB colors in percentages

R + G + B =
53 + 108 + 108 = 269 (100%)
R 53 of 269 ~ 19.7%
G 108 of 269 ~ 40.15%
B 108 of 269 ~ 40.15%

%19.7
%40.15
%40.15

CMYK color model

#356C6C color CMYK value is (51,0,0,58).

  • cyan value is 50.93%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(51,0,0,58)
C51M0Y0K58 
(51%,0%,0%,58%)
(0.51/0.00/0.00/0.58)	

CMYK percentages

%50.93
%0
%0
%57.65

Codes

Color #356C6C in popluar color models

356C6C
RGB53108108
HSL180°34.16%31.57%
HSB/HSV180°50.93%42.35%
CMYK50.93%0.00%0.00%
57.65%

Color #356C6C in popluar number systems.

HEX356C6C
Decimal53108108
Binary11010111011001101100
Octal65154154

Shades and tints

Shades of #356C6C

#356C6C
(53,108,108)
#316363
(49,99,99)
#2D5A5A
(45,90,90)
#295151
(41,81,81)
#254848
(37,72,72)
#213F3F
(33,63,63)
#1D3636
(29,54,54)
#192D2D
(25,45,45)
#152424
(21,36,36)
#111B1B
(17,27,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #356C6C

#356C6C
(53,108,108)
#477979
(71,121,121)
#598686
(89,134,134)
#6B9393
(107,147,147)
#7DA0A0
(125,160,160)
#8FADAD
(143,173,173)
#A1BABA
(161,186,186)
#B3C7C7
(179,199,199)
#C5D4D4
(197,212,212)
#D7E1E1
(215,225,225)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356C6C; }

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

This text font color is #356C6C.


Background Color

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

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

This div background color is #356C6C.


Border color

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

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

This div border color is #356C6C.


Opacity

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

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

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

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

This text has shadow with #356C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356C6C on black background.


Color preview on white background

This text has color #356C6C on white background.



Black color preview on #356C6C background

This text has black color on #356C6C background.


White color preview on #356C6C background

This text has white color on #356C6C background.