COLOR #4D752F

HEX: #4D752F
RGB: (77,117,47)

Renk bilgisi

#4D752F contains mainly red and green colors. #4D752F ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4D752F color RGB value is (77,117,47).

  • kırmız ton 77;
  • yeşil ton 117;
  • mavi ton 47.
RGB:
(77,117,47)
(30%,46%,18%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 117 of 255 = 46%
B 47 of 255 = 18%

77
117
47

R + G + B ~ 31%. #4D752F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 117 + 47 = 241 (100%)
R 77 of 241 ~ 31.95%
G 117 of 241 ~ 48.55%
B 47 of 241 ~ 19.5%

%31.95
%48.55
%19.5

CMYK RENK MODELİ

#4D752F rengi CMYK tonu (34,0,60,54).

  • camgöbeği tonu 34.19%
  • eflatun tonu 0.00%
  • sarı tonu 59.83%
  • ana renk tonu 54.12%
CMYK:
(34,0,60,54)
C34M0Y60K54 
(34%,0%,60%,54%)
(0.34/0.00/0.60/0.54)	

CMYK yüzdeleri

%34.19
%0
%59.83
%54.12

Codes

Color #4D752F in popluar color models

4D752F
RGB7711747
HSL94°42.68%32.16%
HSB/HSV94°59.83%45.88%
CMYK34.19%0.00%59.83%
54.12%

Color #4D752F in popluar number systems.

HEX4D752F
Decimal7711747
Binary10011011110101101111
Octal11516557

Shades and tints

Shades of #4D752F

#4D752F
(77,117,47)
#466B2B
(70,107,43)
#3F6127
(63,97,39)
#385723
(56,87,35)
#314D1F
(49,77,31)
#2A431B
(42,67,27)
#233917
(35,57,23)
#1C2F13
(28,47,19)
#15250F
(21,37,15)
#0E1B0B
(14,27,11)
#071107
(7,17,7)
#000000
(0,0,0)

Tints of #4D752F

#4D752F
(77,117,47)
#5D8141
(93,129,65)
#6D8D53
(109,141,83)
#7D9965
(125,153,101)
#8DA577
(141,165,119)
#9DB189
(157,177,137)
#ADBD9B
(173,189,155)
#BDC9AD
(189,201,173)
#CDD5BF
(205,213,191)
#DDE1D1
(221,225,209)
#EDEDE3
(237,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D752F color. Also use rgb(77,117,47) instead hex code.

Text Font Color

.myTextColor { color: #4D752F; }

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

This text font color is #4D752F.


Background Color

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

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

This div background color is #4D752F.


Border color

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

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

This div border color is #4D752F.


Opacity

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

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

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

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

This text has shadow with #4D752F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D752F on black background.


Color preview on white background

This text has color #4D752F on white background.



Black color preview on #4D752F background

This text has black color on #4D752F background.


White color preview on #4D752F background

This text has white color on #4D752F background.