COLOR #3C766C

HEX: #3C766C RGB: (60,118,108)

Color info

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

RGB color model

#3C766C color RGB value is (60,118,108).

RGB: (60,118,108) (24%, 46%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 118 of 255 = 46%
B 108 of 255 = 42%

60
118
108

R + G + B ~ 37%. #3C766C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 118 + 108 = 286 (100%)
R 60 of 286 ~ 20.98%
G 118 of 286 ~ 41.26%
B 108 of 286 ~ 37.76'%

%20.98
%41.26
%37.76

CMYK color model

#3C766C color CMYK value is (49,0,8,54).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 53.73%

CMYK: (49,0,8,54)
C49M0Y8K54 (49%, 0%, 8%, 54%)
(0.49 / 0.00 / 0.08 / 0.54)

CMYK percentages

%49.15
%0
%8.47
%53.73

Codes

Color #3C766C in popluar color models

3C 76 6C
RGB 60 118 108
HSL 170° 32.58% 34.90%
HSB/HSV 170° 49.15% 46.27%
CMYK 49.15% 0.00% 8.47%
53.73%

Color #3C766C in popluar number systems.

HEX 3C 76 6C
Decimal 60 118 108
Binary 111100 1110110 1101100
Octal 74 166 154

Shades and tints

Shades of #3C766C

#3C766C
(60,118,108)
#376C63
(55,108,99)
#32625A
(50,98,90)
#2D5851
(45,88,81)
#284E48
(40,78,72)
#23443F
(35,68,63)
#1E3A36
(30,58,54)
#19302D
(25,48,45)
#142624
(20,38,36)
#0F1C1B
(15,28,27)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #3C766C

#3C766C
(60,118,108)
#4D8279
(77,130,121)
#5E8E86
(94,142,134)
#6F9A93
(111,154,147)
#80A6A0
(128,166,160)
#91B2AD
(145,178,173)
#A2BEBA
(162,190,186)
#B3CAC7
(179,202,199)
#C4D6D4
(196,214,212)
#D5E2E1
(213,226,225)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C766C color. Also use rgb(60,118,108) instead hex code.

Text Font Color

.myTextColor { color: #3C766C; }

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

This text font color is #3C766C.

Background Color

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

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

This div background color is #3C766C.

Border color

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

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

This div border color is #3C766C.

Opacity

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

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

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

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

This text has shadow with #3C766C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C766C.

Preview

Color preview on black background

This text has color #3C766C on black background.


Color preview on white background

This text has color #3C766C on white background.


Black color preview on #3C766C background

This text has black color on #3C766C background.


White color preview on #3C766C background

This text has white color on #3C766C background.


Related colors

Complementary color

Complementary color for #hex is #C38993.


I love getcolorcode.com

Triadic colors

1 #6C3C76 and #766C3C with #3C766C are triadic colors.

2 #6C763C and #763C6C with #3C766C are triadic colors.