COLOR #4C8050

HEX: #4C8050
RGB: (76,128,80)

Renk bilgisi

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

RGB renk modeli

#4C8050 color RGB value is (76,128,80).

  • kırmız ton 76;
  • yeşil ton 128;
  • mavi ton 80.
RGB:
(76,128,80)
(30%,50%,31%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 128 of 255 = 50%
B 80 of 255 = 31%

76
128
80

R + G + B ~ 37%. #4C8050 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 128 + 80 = 284 (100%)
R 76 of 284 ~ 26.76%
G 128 of 284 ~ 45.07%
B 80 of 284 ~ 28.17%

%26.76
%45.07
%28.17

CMYK RENK MODELİ

#4C8050 rengi CMYK tonu (41,0,38,50).

  • camgöbeği tonu 40.63%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 49.80%
CMYK:
(41,0,38,50)
C41M0Y38K50 
(41%,0%,38%,50%)
(0.41/0.00/0.38/0.50)	

CMYK yüzdeleri

%40.63
%0
%37.5
%49.8

Codes

Color #4C8050 in popluar color models

4C8050
RGB7612880
HSL125°25.49%40.00%
HSB/HSV125°40.63%50.20%
CMYK40.63%0.00%37.50%
49.80%

Color #4C8050 in popluar number systems.

HEX4C8050
Decimal7612880
Binary1001100100000001010000
Octal114200120

Shades and tints

Shades of #4C8050

#4C8050
(76,128,80)
#467549
(70,117,73)
#406A42
(64,106,66)
#3A5F3B
(58,95,59)
#345434
(52,84,52)
#2E492D
(46,73,45)
#283E26
(40,62,38)
#22331F
(34,51,31)
#1C2818
(28,40,24)
#161D11
(22,29,17)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #4C8050

#4C8050
(76,128,80)
#5C8B5F
(92,139,95)
#6C966E
(108,150,110)
#7CA17D
(124,161,125)
#8CAC8C
(140,172,140)
#9CB79B
(156,183,155)
#ACC2AA
(172,194,170)
#BCCDB9
(188,205,185)
#CCD8C8
(204,216,200)
#DCE3D7
(220,227,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8050 color. Also use rgb(76,128,80) instead hex code.

Text Font Color

.myTextColor { color: #4C8050; }

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

This text font color is #4C8050.


Background Color

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

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

This div background color is #4C8050.


Border color

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

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

This div border color is #4C8050.


Opacity

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

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

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

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

This text has shadow with #4C8050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8050 on black background.


Color preview on white background

This text has color #4C8050 on white background.



Black color preview on #4C8050 background

This text has black color on #4C8050 background.


White color preview on #4C8050 background

This text has white color on #4C8050 background.