COLOR #4C7560

HEX: #4C7560
RGB: (76,117,96)

Color info

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

RGB color model

#4C7560 color RGB value is (76,117,96).

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

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 96 of 255 = 38%

76
117
96

R + G + B ~ 38%. #4C7560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 96 = 289 (100%)
R 76 of 289 ~ 26.3%
G 117 of 289 ~ 40.48%
B 96 of 289 ~ 33.22%

%26.3
%40.48
%33.22

CMYK color model

#4C7560 color CMYK value is (35,0,18,54).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(35,0,18,54)
C35M0Y18K54 
(35%,0%,18%,54%)
(0.35/0.00/0.18/0.54)	

CMYK percentages

%35.04
%0
%17.95
%54.12

Codes

Color #4C7560 in popluar color models

4C7560
RGB7611796
HSL149°21.24%37.84%
HSB/HSV149°35.04%45.88%
CMYK35.04%0.00%17.95%
54.12%

Color #4C7560 in popluar number systems.

HEX4C7560
Decimal7611796
Binary100110011101011100000
Octal114165140

Shades and tints

Shades of #4C7560

#4C7560
(76,117,96)
#466B58
(70,107,88)
#406150
(64,97,80)
#3A5748
(58,87,72)
#344D40
(52,77,64)
#2E4338
(46,67,56)
#283930
(40,57,48)
#222F28
(34,47,40)
#1C2520
(28,37,32)
#161B18
(22,27,24)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #4C7560

#4C7560
(76,117,96)
#5C816E
(92,129,110)
#6C8D7C
(108,141,124)
#7C998A
(124,153,138)
#8CA598
(140,165,152)
#9CB1A6
(156,177,166)
#ACBDB4
(172,189,180)
#BCC9C2
(188,201,194)
#CCD5D0
(204,213,208)
#DCE1DE
(220,225,222)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7560; }

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

This text font color is #4C7560.


Background Color

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

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

This div background color is #4C7560.


Border color

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

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

This div border color is #4C7560.


Opacity

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

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

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

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

This text has shadow with #4C7560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7560 on black background.


Color preview on white background

This text has color #4C7560 on white background.



Black color preview on #4C7560 background

This text has black color on #4C7560 background.


White color preview on #4C7560 background

This text has white color on #4C7560 background.