COLOR #4D8447

HEX: #4D8447
RGB: (77,132,71)

Renk bilgisi

#4D8447 contains mainly red and green colors. #4D8447 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4D8447 color RGB value is (77,132,71).

  • kırmız ton 77;
  • yeşil ton 132;
  • mavi ton 71.
RGB:
(77,132,71)
(30%,52%,28%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 132 of 255 = 52%
B 71 of 255 = 28%

77
132
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 132 + 71 = 280 (100%)
R 77 of 280 ~ 27.5%
G 132 of 280 ~ 47.14%
B 71 of 280 ~ 25.36%

%27.5
%47.14
%25.36

CMYK RENK MODELİ

#4D8447 rengi CMYK tonu (42,0,46,48).

  • camgöbeği tonu 41.67%
  • eflatun tonu 0.00%
  • sarı tonu 46.21%
  • ana renk tonu 48.24%
CMYK:
(42,0,46,48)
C42M0Y46K48 
(42%,0%,46%,48%)
(0.42/0.00/0.46/0.48)	

CMYK yüzdeleri

%41.67
%0
%46.21
%48.24

Codes

Color #4D8447 in popluar color models

4D8447
RGB7713271
HSL114°30.05%39.80%
HSB/HSV114°46.21%51.76%
CMYK41.67%0.00%46.21%
48.24%

Color #4D8447 in popluar number systems.

HEX4D8447
Decimal7713271
Binary1001101100001001000111
Octal115204107

Shades and tints

Shades of #4D8447

#4D8447
(77,132,71)
#467841
(70,120,65)
#3F6C3B
(63,108,59)
#386035
(56,96,53)
#31542F
(49,84,47)
#2A4829
(42,72,41)
#233C23
(35,60,35)
#1C301D
(28,48,29)
#152417
(21,36,23)
#0E1811
(14,24,17)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D8447

#4D8447
(77,132,71)
#5D8F57
(93,143,87)
#6D9A67
(109,154,103)
#7DA577
(125,165,119)
#8DB087
(141,176,135)
#9DBB97
(157,187,151)
#ADC6A7
(173,198,167)
#BDD1B7
(189,209,183)
#CDDCC7
(205,220,199)
#DDE7D7
(221,231,215)
#EDF2E7
(237,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8447 color. Also use rgb(77,132,71) instead hex code.

Text Font Color

.myTextColor { color: #4D8447; }

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

This text font color is #4D8447.


Background Color

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

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

This div background color is #4D8447.


Border color

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

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

This div border color is #4D8447.


Opacity

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

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

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

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

This text has shadow with #4D8447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8447 on black background.


Color preview on white background

This text has color #4D8447 on white background.



Black color preview on #4D8447 background

This text has black color on #4D8447 background.


White color preview on #4D8447 background

This text has white color on #4D8447 background.