COLOR #3C766D

HEX: #3C766D
RGB: (60,118,109)

Color info

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

RGB color model

#3C766D color RGB value is (60,118,109).

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

RGB channels and saturation

R 60 of 255 = 24%
G 118 of 255 = 46%
B 109 of 255 = 43%

60
118
109

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

Portions of RGB colors in percentages

R + G + B =
60 + 118 + 109 = 287 (100%)
R 60 of 287 ~ 20.91%
G 118 of 287 ~ 41.11%
B 109 of 287 ~ 37.98%

%20.91
%41.11
%37.98

CMYK color model

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

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • 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
%7.63
%53.73

Codes

Color #3C766D in popluar color models

3C766D
RGB60118109
HSL171°32.58%34.90%
HSB/HSV171°49.15%46.27%
CMYK49.15%0.00%7.63%
53.73%

Color #3C766D in popluar number systems.

HEX3C766D
Decimal60118109
Binary11110011101101101101
Octal74166155

Shades and tints

Shades of #3C766D

#3C766D
(60,118,109)
#376C64
(55,108,100)
#32625B
(50,98,91)
#2D5852
(45,88,82)
#284E49
(40,78,73)
#234440
(35,68,64)
#1E3A37
(30,58,55)
#19302E
(25,48,46)
#142625
(20,38,37)
#0F1C1C
(15,28,28)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #3C766D

#3C766D
(60,118,109)
#4D827A
(77,130,122)
#5E8E87
(94,142,135)
#6F9A94
(111,154,148)
#80A6A1
(128,166,161)
#91B2AE
(145,178,174)
#A2BEBB
(162,190,187)
#B3CAC8
(179,202,200)
#C4D6D5
(196,214,213)
#D5E2E2
(213,226,226)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C766D; }

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

This text font color is #3C766D.


Background Color

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

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

This div background color is #3C766D.


Border color

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

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

This div border color is #3C766D.


Opacity

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

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

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

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

This text has shadow with #3C766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C766D on black background.


Color preview on white background

This text has color #3C766D on white background.



Black color preview on #3C766D background

This text has black color on #3C766D background.


White color preview on #3C766D background

This text has white color on #3C766D background.