COLOR #4C6760

HEX: #4C6760
RGB: (76,103,96)

Color info

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

RGB color model

#4C6760 color RGB value is (76,103,96).

  • red value is 76;
  • green value is 103;
  • blue value is 96.
RGB:
(76,103,96)
(30%,40%,38%)

RGB channels and saturation

R 76 of 255 = 30%
G 103 of 255 = 40%
B 96 of 255 = 38%

76
103
96

R + G + B ~ 36%. #4C6760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 103 + 96 = 275 (100%)
R 76 of 275 ~ 27.64%
G 103 of 275 ~ 37.45%
B 96 of 275 ~ 34.91%

%27.64
%37.45
%34.91

CMYK color model

#4C6760 color CMYK value is (26,0,7,60).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 59.61%
CMYK:
(26,0,7,60)
C26M0Y7K60 
(26%,0%,7%,60%)
(0.26/0.00/0.07/0.60)	

CMYK percentages

%26.21
%0
%6.8
%59.61

Codes

Color #4C6760 in popluar color models

4C6760
RGB7610396
HSL164°15.08%35.10%
HSB/HSV164°26.21%40.39%
CMYK26.21%0.00%6.80%
59.61%

Color #4C6760 in popluar number systems.

HEX4C6760
Decimal7610396
Binary100110011001111100000
Octal114147140

Shades and tints

Shades of #4C6760

#4C6760
(76,103,96)
#465E58
(70,94,88)
#405550
(64,85,80)
#3A4C48
(58,76,72)
#344340
(52,67,64)
#2E3A38
(46,58,56)
#283130
(40,49,48)
#222828
(34,40,40)
#1C1F20
(28,31,32)
#161618
(22,22,24)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #4C6760

#4C6760
(76,103,96)
#5C746E
(92,116,110)
#6C817C
(108,129,124)
#7C8E8A
(124,142,138)
#8C9B98
(140,155,152)
#9CA8A6
(156,168,166)
#ACB5B4
(172,181,180)
#BCC2C2
(188,194,194)
#CCCFD0
(204,207,208)
#DCDCDE
(220,220,222)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6760 color. Also use rgb(76,103,96) instead hex code.

Text Font Color

.myTextColor { color: #4C6760; }

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

This text font color is #4C6760.


Background Color

.myBgColor { background-color: #4C6760; }

<div style="background-color:#4C6760">Inner text</div>

This div background color is #4C6760.


Border color

.myBorderColor { border: 1px solid #4C6760; }

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

This div border color is #4C6760.


Opacity

.myOpacity80 { color: #4C6760; opacity: 0.8; }

<p style="color:#4C6760;opacity:0.8;">80%</p>

Text with #4C6760 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 #4C6760;}

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

This text has shadow with #4C6760 color.

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

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

This text has shadow with #4C6760 primary color and red secondary color.


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

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

This text has shadow with #4C6760 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6760 on black background.


Color preview on white background

This text has color #4C6760 on white background.



Black color preview on #4C6760 background

This text has black color on #4C6760 background.


White color preview on #4C6760 background

This text has white color on #4C6760 background.