COLOR #4C874F

HEX: #4C874F
RGB: (76,135,79)

Renk bilgisi

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

RGB renk modeli

#4C874F color RGB value is (76,135,79).

  • kırmız ton 76;
  • yeşil ton 135;
  • mavi ton 79.
RGB:
(76,135,79)
(30%,53%,31%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 135 of 255 = 53%
B 79 of 255 = 31%

76
135
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 135 + 79 = 290 (100%)
R 76 of 290 ~ 26.21%
G 135 of 290 ~ 46.55%
B 79 of 290 ~ 27.24%

%26.21
%46.55
%27.24

CMYK RENK MODELİ

#4C874F rengi CMYK tonu (44,0,41,47).

  • camgöbeği tonu 43.70%
  • eflatun tonu 0.00%
  • sarı tonu 41.48%
  • ana renk tonu 47.06%
CMYK:
(44,0,41,47)
C44M0Y41K47 
(44%,0%,41%,47%)
(0.44/0.00/0.41/0.47)	

CMYK yüzdeleri

%43.7
%0
%41.48
%47.06

Codes

Color #4C874F in popluar color models

4C874F
RGB7613579
HSL123°27.96%41.37%
HSB/HSV123°43.70%52.94%
CMYK43.70%0.00%41.48%
47.06%

Color #4C874F in popluar number systems.

HEX4C874F
Decimal7613579
Binary1001100100001111001111
Octal114207117

Shades and tints

Shades of #4C874F

#4C874F
(76,135,79)
#467B48
(70,123,72)
#406F41
(64,111,65)
#3A633A
(58,99,58)
#345733
(52,87,51)
#2E4B2C
(46,75,44)
#283F25
(40,63,37)
#22331E
(34,51,30)
#1C2717
(28,39,23)
#161B10
(22,27,16)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #4C874F

#4C874F
(76,135,79)
#5C915F
(92,145,95)
#6C9B6F
(108,155,111)
#7CA57F
(124,165,127)
#8CAF8F
(140,175,143)
#9CB99F
(156,185,159)
#ACC3AF
(172,195,175)
#BCCDBF
(188,205,191)
#CCD7CF
(204,215,207)
#DCE1DF
(220,225,223)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C874F color. Also use rgb(76,135,79) instead hex code.

Text Font Color

.myTextColor { color: #4C874F; }

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

This text font color is #4C874F.


Background Color

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

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

This div background color is #4C874F.


Border color

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

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

This div border color is #4C874F.


Opacity

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

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

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

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

This text has shadow with #4C874F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C874F on black background.


Color preview on white background

This text has color #4C874F on white background.



Black color preview on #4C874F background

This text has black color on #4C874F background.


White color preview on #4C874F background

This text has white color on #4C874F background.