COLOR #4C8F51

HEX: #4C8F51
RGB: (76,143,81)

Renk bilgisi

#4C8F51 contains mainly green color. #4C8F51 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4C8F51 color RGB value is (76,143,81).

  • kırmız ton 76;
  • yeşil ton 143;
  • mavi ton 81.
RGB:
(76,143,81)
(30%,56%,32%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 143 of 255 = 56%
B 81 of 255 = 32%

76
143
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 143 + 81 = 300 (100%)
R 76 of 300 ~ 25.33%
G 143 of 300 ~ 47.67%
B 81 of 300 ~ 27%

%25.33
%47.67
%27

CMYK RENK MODELİ

#4C8F51 rengi CMYK tonu (47,0,43,44).

  • camgöbeği tonu 46.85%
  • eflatun tonu 0.00%
  • sarı tonu 43.36%
  • ana renk tonu 43.92%
CMYK:
(47,0,43,44)
C47M0Y43K44 
(47%,0%,43%,44%)
(0.47/0.00/0.43/0.44)	

CMYK yüzdeleri

%46.85
%0
%43.36
%43.92

Codes

Color #4C8F51 in popluar color models

4C8F51
RGB7614381
HSL124°30.59%42.94%
HSB/HSV124°46.85%56.08%
CMYK46.85%0.00%43.36%
43.92%

Color #4C8F51 in popluar number systems.

HEX4C8F51
Decimal7614381
Binary1001100100011111010001
Octal114217121

Shades and tints

Shades of #4C8F51

#4C8F51
(76,143,81)
#46824A
(70,130,74)
#407543
(64,117,67)
#3A683C
(58,104,60)
#345B35
(52,91,53)
#2E4E2E
(46,78,46)
#284127
(40,65,39)
#223420
(34,52,32)
#1C2719
(28,39,25)
#161A12
(22,26,18)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C8F51

#4C8F51
(76,143,81)
#5C9960
(92,153,96)
#6CA36F
(108,163,111)
#7CAD7E
(124,173,126)
#8CB78D
(140,183,141)
#9CC19C
(156,193,156)
#ACCBAB
(172,203,171)
#BCD5BA
(188,213,186)
#CCDFC9
(204,223,201)
#DCE9D8
(220,233,216)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8F51 color. Also use rgb(76,143,81) instead hex code.

Text Font Color

.myTextColor { color: #4C8F51; }

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

This text font color is #4C8F51.


Background Color

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

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

This div background color is #4C8F51.


Border color

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

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

This div border color is #4C8F51.


Opacity

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

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

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

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

This text has shadow with #4C8F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8F51 on black background.


Color preview on white background

This text has color #4C8F51 on white background.



Black color preview on #4C8F51 background

This text has black color on #4C8F51 background.


White color preview on #4C8F51 background

This text has white color on #4C8F51 background.