COLOR #4C7F60

HEX: #4C7F60
RGB: (76,127,96)

Renk bilgisi

#4C7F60 contains red, green and blue colors in about the same proportion. #4C7F60 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4C7F60 color RGB value is (76,127,96).

  • kırmız ton 76;
  • yeşil ton 127;
  • mavi ton 96.
RGB:
(76,127,96)
(30%,50%,38%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 127 of 255 = 50%
B 96 of 255 = 38%

76
127
96

R + G + B ~ 39%. #4C7F60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 127 + 96 = 299 (100%)
R 76 of 299 ~ 25.42%
G 127 of 299 ~ 42.47%
B 96 of 299 ~ 32.11%

%25.42
%42.47
%32.11

CMYK RENK MODELİ

#4C7F60 rengi CMYK tonu (40,0,24,50).

  • camgöbeği tonu 40.16%
  • eflatun tonu 0.00%
  • sarı tonu 24.41%
  • ana renk tonu 50.20%
CMYK:
(40,0,24,50)
C40M0Y24K50 
(40%,0%,24%,50%)
(0.40/0.00/0.24/0.50)	

CMYK yüzdeleri

%40.16
%0
%24.41
%50.2

Codes

Color #4C7F60 in popluar color models

4C7F60
RGB7612796
HSL144°25.12%39.80%
HSB/HSV144°40.16%49.80%
CMYK40.16%0.00%24.41%
50.20%

Color #4C7F60 in popluar number systems.

HEX4C7F60
Decimal7612796
Binary100110011111111100000
Octal114177140

Shades and tints

Shades of #4C7F60

#4C7F60
(76,127,96)
#467458
(70,116,88)
#406950
(64,105,80)
#3A5E48
(58,94,72)
#345340
(52,83,64)
#2E4838
(46,72,56)
#283D30
(40,61,48)
#223228
(34,50,40)
#1C2720
(28,39,32)
#161C18
(22,28,24)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #4C7F60

#4C7F60
(76,127,96)
#5C8A6E
(92,138,110)
#6C957C
(108,149,124)
#7CA08A
(124,160,138)
#8CAB98
(140,171,152)
#9CB6A6
(156,182,166)
#ACC1B4
(172,193,180)
#BCCCC2
(188,204,194)
#CCD7D0
(204,215,208)
#DCE2DE
(220,226,222)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7F60; }

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

This text font color is #4C7F60.


Background Color

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

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

This div background color is #4C7F60.


Border color

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

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

This div border color is #4C7F60.


Opacity

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

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

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

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

This text has shadow with #4C7F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7F60 on black background.


Color preview on white background

This text has color #4C7F60 on white background.



Black color preview on #4C7F60 background

This text has black color on #4C7F60 background.


White color preview on #4C7F60 background

This text has white color on #4C7F60 background.