COLOR #3C6D79

HEX: #3C6D79
RGB: (60,109,121)

Color info

#3C6D79 contains mainly green and blue colors. Web safe color of #3C6D79 is #336666 (or #366).

RGB color model

#3C6D79 color RGB value is (60,109,121).

  • red value is 60;
  • green value is 109;
  • blue value is 121.
RGB:
(60,109,121)
(24%,43%,47%)

RGB channels and saturation

R 60 of 255 = 24%
G 109 of 255 = 43%
B 121 of 255 = 47%

60
109
121

R + G + B ~ 38%. #3C6D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 109 + 121 = 290 (100%)
R 60 of 290 ~ 20.69%
G 109 of 290 ~ 37.59%
B 121 of 290 ~ 41.72%

%20.69
%37.59
%41.72

CMYK color model

#3C6D79 color CMYK value is (50,10,0,53).

  • cyan value is 50.41%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(50,10,0,53)
C50M10Y0K53 
(50%,10%,0%,53%)
(0.50/0.10/0.00/0.53)	

CMYK percentages

%50.41
%9.92
%0
%52.55

Codes

Color #3C6D79 in popluar color models

3C6D79
RGB60109121
HSL192°33.70%35.49%
HSB/HSV192°50.41%47.45%
CMYK50.41%9.92%0.00%
52.55%

Color #3C6D79 in popluar number systems.

HEX3C6D79
Decimal60109121
Binary11110011011011111001
Octal74155171

Shades and tints

Shades of #3C6D79

#3C6D79
(60,109,121)
#37646E
(55,100,110)
#325B63
(50,91,99)
#2D5258
(45,82,88)
#28494D
(40,73,77)
#234042
(35,64,66)
#1E3737
(30,55,55)
#192E2C
(25,46,44)
#142521
(20,37,33)
#0F1C16
(15,28,22)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #3C6D79

#3C6D79
(60,109,121)
#4D7A85
(77,122,133)
#5E8791
(94,135,145)
#6F949D
(111,148,157)
#80A1A9
(128,161,169)
#91AEB5
(145,174,181)
#A2BBC1
(162,187,193)
#B3C8CD
(179,200,205)
#C4D5D9
(196,213,217)
#D5E2E5
(213,226,229)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6D79 color. Also use rgb(60,109,121) instead hex code.

Text Font Color

.myTextColor { color: #3C6D79; }

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

This text font color is #3C6D79.


Background Color

.myBgColor { background-color: #3C6D79; }

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

This div background color is #3C6D79.


Border color

.myBorderColor { border: 1px solid #3C6D79; }

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

This div border color is #3C6D79.


Opacity

.myOpacity80 { color: #3C6D79; opacity: 0.8; }

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

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

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

This text has shadow with #3C6D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6D79 on black background.


Color preview on white background

This text has color #3C6D79 on white background.



Black color preview on #3C6D79 background

This text has black color on #3C6D79 background.


White color preview on #3C6D79 background

This text has white color on #3C6D79 background.