COLOR #3C6A60

HEX: #3C6A60 RGB: (60,106,96)

Color info

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

RGB color model

#3C6A60 color RGB value is (60,106,96).

RGB: (60,106,96) (24%, 42%, 38%)

RGB channels and saturation

R 60 of 255 = 24%
G 106 of 255 = 42%
B 96 of 255 = 38%

60
106
96

R + G + B ~ 35%. #3C6A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 106 + 96 = 262 (100%)
R 60 of 262 ~ 22.9%
G 106 of 262 ~ 40.46%
B 96 of 262 ~ 36.64'%

%22.9
%40.46
%36.64

CMYK color model

#3C6A60 color CMYK value is (43,0,9,58).

  • cyan value is 43.40%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 58.43%

CMYK: (43,0,9,58)
C43M0Y9K58 (43%, 0%, 9%, 58%)
(0.43 / 0.00 / 0.09 / 0.58)

CMYK percentages

%43.4
%0
%9.43
%58.43

Codes

Color #3C6A60 in popluar color models

3C 6A 60
RGB 60 106 96
HSL 167° 27.71% 32.55%
HSB/HSV 167° 43.40% 41.57%
CMYK 43.40% 0.00% 9.43%
58.43%

Color #3C6A60 in popluar number systems.

HEX 3C 6A 60
Decimal 60 106 96
Binary 111100 1101010 1100000
Octal 74 152 140

Shades and tints

Shades of #3C6A60

#3C6A60
(60,106,96)
#376158
(55,97,88)
#325850
(50,88,80)
#2D4F48
(45,79,72)
#284640
(40,70,64)
#233D38
(35,61,56)
#1E3430
(30,52,48)
#192B28
(25,43,40)
#142220
(20,34,32)
#0F1918
(15,25,24)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #3C6A60

#3C6A60
(60,106,96)
#4D776E
(77,119,110)
#5E847C
(94,132,124)
#6F918A
(111,145,138)
#809E98
(128,158,152)
#91ABA6
(145,171,166)
#A2B8B4
(162,184,180)
#B3C5C2
(179,197,194)
#C4D2D0
(196,210,208)
#D5DFDE
(213,223,222)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6A60 color. Also use rgb(60,106,96) instead hex code.

Text Font Color

.myTextColor { color: #3C6A60; }

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

This text font color is #3C6A60.

Background Color

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

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

This div background color is #3C6A60.

Border color

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

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

This div border color is #3C6A60.

Opacity

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

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

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

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

This text has shadow with #3C6A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6A60.

Preview

Color preview on black background

This text has color #3C6A60 on black background.


Color preview on white background

This text has color #3C6A60 on white background.


Black color preview on #3C6A60 background

This text has black color on #3C6A60 background.


White color preview on #3C6A60 background

This text has white color on #3C6A60 background.


Related colors

Complementary color

Complementary color for #hex is #C3959F.


I love getcolorcode.com

Triadic colors

1 #603C6A and #6A603C with #3C6A60 are triadic colors.

2 #606A3C and #6A3C60 with #3C6A60 are triadic colors.