COLOR #4D7A4C

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
122
76

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

Yüzdelerle RGB renk parçaları

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

%28
%44.36
%27.64

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%36.89
%0
%37.7
%52.16

Codes

Color #4D7A4C in popluar color models

4D7A4C
RGB7712276
HSL119°23.23%38.82%
HSB/HSV119°37.70%47.84%
CMYK36.89%0.00%37.70%
52.16%

Color #4D7A4C in popluar number systems.

HEX4D7A4C
Decimal7712276
Binary100110111110101001100
Octal115172114

Shades and tints

Shades of #4D7A4C

#4D7A4C
(77,122,76)
#466F46
(70,111,70)
#3F6440
(63,100,64)
#38593A
(56,89,58)
#314E34
(49,78,52)
#2A432E
(42,67,46)
#233828
(35,56,40)
#1C2D22
(28,45,34)
#15221C
(21,34,28)
#0E1716
(14,23,22)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #4D7A4C

#4D7A4C
(77,122,76)
#5D865C
(93,134,92)
#6D926C
(109,146,108)
#7D9E7C
(125,158,124)
#8DAA8C
(141,170,140)
#9DB69C
(157,182,156)
#ADC2AC
(173,194,172)
#BDCEBC
(189,206,188)
#CDDACC
(205,218,204)
#DDE6DC
(221,230,220)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7A4C; }

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

This text font color is #4D7A4C.


Background Color

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

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

This div background color is #4D7A4C.


Border color

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

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

This div border color is #4D7A4C.


Opacity

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

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

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

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

This text has shadow with #4D7A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7A4C on black background.


Color preview on white background

This text has color #4D7A4C on white background.



Black color preview on #4D7A4C background

This text has black color on #4D7A4C background.


White color preview on #4D7A4C background

This text has white color on #4D7A4C background.