COLOR #4C724D

HEX: #4C724D
RGB: (76,114,77)

Renk bilgisi

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

RGB renk modeli

#4C724D color RGB value is (76,114,77).

  • kırmız ton 76;
  • yeşil ton 114;
  • mavi ton 77.
RGB:
(76,114,77)
(30%,45%,30%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 114 of 255 = 45%
B 77 of 255 = 30%

76
114
77

R + G + B ~ 35%. #4C724D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 114 + 77 = 267 (100%)
R 76 of 267 ~ 28.46%
G 114 of 267 ~ 42.7%
B 77 of 267 ~ 28.84%

%28.46
%42.7
%28.84

CMYK RENK MODELİ

#4C724D rengi CMYK tonu (33,0,32,55).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 32.46%
  • ana renk tonu 55.29%
CMYK:
(33,0,32,55)
C33M0Y32K55 
(33%,0%,32%,55%)
(0.33/0.00/0.32/0.55)	

CMYK yüzdeleri

%33.33
%0
%32.46
%55.29

Codes

Color #4C724D in popluar color models

4C724D
RGB7611477
HSL122°20.00%37.25%
HSB/HSV122°33.33%44.71%
CMYK33.33%0.00%32.46%
55.29%

Color #4C724D in popluar number systems.

HEX4C724D
Decimal7611477
Binary100110011100101001101
Octal114162115

Shades and tints

Shades of #4C724D

#4C724D
(76,114,77)
#466846
(70,104,70)
#405E3F
(64,94,63)
#3A5438
(58,84,56)
#344A31
(52,74,49)
#2E402A
(46,64,42)
#283623
(40,54,35)
#222C1C
(34,44,28)
#1C2215
(28,34,21)
#16180E
(22,24,14)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #4C724D

#4C724D
(76,114,77)
#5C7E5D
(92,126,93)
#6C8A6D
(108,138,109)
#7C967D
(124,150,125)
#8CA28D
(140,162,141)
#9CAE9D
(156,174,157)
#ACBAAD
(172,186,173)
#BCC6BD
(188,198,189)
#CCD2CD
(204,210,205)
#DCDEDD
(220,222,221)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C724D color. Also use rgb(76,114,77) instead hex code.

Text Font Color

.myTextColor { color: #4C724D; }

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

This text font color is #4C724D.


Background Color

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

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

This div background color is #4C724D.


Border color

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

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

This div border color is #4C724D.


Opacity

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

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

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

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

This text has shadow with #4C724D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C724D on black background.


Color preview on white background

This text has color #4C724D on white background.



Black color preview on #4C724D background

This text has black color on #4C724D background.


White color preview on #4C724D background

This text has white color on #4C724D background.