COLOR #4C872E

HEX: #4C872E
RGB: (76,135,46)

Renk bilgisi

#4C872E contains mainly red and green colors. #4C872E ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4C872E color RGB value is (76,135,46).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 135 of 255 = 53%
B 46 of 255 = 18%

76
135
46

R + G + B ~ 34%. #4C872E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 135 + 46 = 257 (100%)
R 76 of 257 ~ 29.57%
G 135 of 257 ~ 52.53%
B 46 of 257 ~ 17.9%

%29.57
%52.53
%17.9

CMYK RENK MODELİ

#4C872E rengi CMYK tonu (44,0,66,47).

  • camgöbeği tonu 43.70%
  • eflatun tonu 0.00%
  • sarı tonu 65.93%
  • ana renk tonu 47.06%
CMYK:
(44,0,66,47)
C44M0Y66K47 
(44%,0%,66%,47%)
(0.44/0.00/0.66/0.47)	

CMYK yüzdeleri

%43.7
%0
%65.93
%47.06

Codes

Color #4C872E in popluar color models

4C872E
RGB7613546
HSL100°49.17%35.49%
HSB/HSV100°65.93%52.94%
CMYK43.70%0.00%65.93%
47.06%

Color #4C872E in popluar number systems.

HEX4C872E
Decimal7613546
Binary100110010000111101110
Octal11420756

Shades and tints

Shades of #4C872E

#4C872E
(76,135,46)
#467B2A
(70,123,42)
#406F26
(64,111,38)
#3A6322
(58,99,34)
#34571E
(52,87,30)
#2E4B1A
(46,75,26)
#283F16
(40,63,22)
#223312
(34,51,18)
#1C270E
(28,39,14)
#161B0A
(22,27,10)
#100F06
(16,15,6)
#000000
(0,0,0)

Tints of #4C872E

#4C872E
(76,135,46)
#5C9141
(92,145,65)
#6C9B54
(108,155,84)
#7CA567
(124,165,103)
#8CAF7A
(140,175,122)
#9CB98D
(156,185,141)
#ACC3A0
(172,195,160)
#BCCDB3
(188,205,179)
#CCD7C6
(204,215,198)
#DCE1D9
(220,225,217)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C872E; }

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

This text font color is #4C872E.


Background Color

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

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

This div background color is #4C872E.


Border color

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

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

This div border color is #4C872E.


Opacity

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

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

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

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

This text has shadow with #4C872E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C872E on black background.


Color preview on white background

This text has color #4C872E on white background.



Black color preview on #4C872E background

This text has black color on #4C872E background.


White color preview on #4C872E background

This text has white color on #4C872E background.