COLOR #4C7A4D

HEX: #4C7A4D
RGB: (76,122,77)

Renk bilgisi

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

RGB renk modeli

#4C7A4D color RGB value is (76,122,77).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 122 of 255 = 48%
B 77 of 255 = 30%

76
122
77

R + G + B ~ 36%. #4C7A4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 122 + 77 = 275 (100%)
R 76 of 275 ~ 27.64%
G 122 of 275 ~ 44.36%
B 77 of 275 ~ 28%

%27.64
%44.36
%28

CMYK RENK MODELİ

#4C7A4D rengi CMYK tonu (38,0,37,52).

  • camgöbeği tonu 37.70%
  • eflatun tonu 0.00%
  • sarı tonu 36.89%
  • ana renk tonu 52.16%
CMYK:
(38,0,37,52)
C38M0Y37K52 
(38%,0%,37%,52%)
(0.38/0.00/0.37/0.52)	

CMYK yüzdeleri

%37.7
%0
%36.89
%52.16

Codes

Color #4C7A4D in popluar color models

4C7A4D
RGB7612277
HSL121°23.23%38.82%
HSB/HSV121°37.70%47.84%
CMYK37.70%0.00%36.89%
52.16%

Color #4C7A4D in popluar number systems.

HEX4C7A4D
Decimal7612277
Binary100110011110101001101
Octal114172115

Shades and tints

Shades of #4C7A4D

#4C7A4D
(76,122,77)
#466F46
(70,111,70)
#40643F
(64,100,63)
#3A5938
(58,89,56)
#344E31
(52,78,49)
#2E432A
(46,67,42)
#283823
(40,56,35)
#222D1C
(34,45,28)
#1C2215
(28,34,21)
#16170E
(22,23,14)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #4C7A4D

#4C7A4D
(76,122,77)
#5C865D
(92,134,93)
#6C926D
(108,146,109)
#7C9E7D
(124,158,125)
#8CAA8D
(140,170,141)
#9CB69D
(156,182,157)
#ACC2AD
(172,194,173)
#BCCEBD
(188,206,189)
#CCDACD
(204,218,205)
#DCE6DD
(220,230,221)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7A4D; }

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

This text font color is #4C7A4D.


Background Color

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

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

This div background color is #4C7A4D.


Border color

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

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

This div border color is #4C7A4D.


Opacity

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

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

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

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

This text has shadow with #4C7A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7A4D on black background.


Color preview on white background

This text has color #4C7A4D on white background.



Black color preview on #4C7A4D background

This text has black color on #4C7A4D background.


White color preview on #4C7A4D background

This text has white color on #4C7A4D background.