COLOR #4D7C40

HEX: #4D7C40
RGB: (77,124,64)

Renk bilgisi

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

RGB renk modeli

#4D7C40 color RGB value is (77,124,64).

  • kırmız ton 77;
  • yeşil ton 124;
  • mavi ton 64.
RGB:
(77,124,64)
(30%,49%,25%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 124 of 255 = 49%
B 64 of 255 = 25%

77
124
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 124 + 64 = 265 (100%)
R 77 of 265 ~ 29.06%
G 124 of 265 ~ 46.79%
B 64 of 265 ~ 24.15%

%29.06
%46.79
%24.15

CMYK RENK MODELİ

#4D7C40 rengi CMYK tonu (38,0,48,51).

  • camgöbeği tonu 37.90%
  • eflatun tonu 0.00%
  • sarı tonu 48.39%
  • ana renk tonu 51.37%
CMYK:
(38,0,48,51)
C38M0Y48K51 
(38%,0%,48%,51%)
(0.38/0.00/0.48/0.51)	

CMYK yüzdeleri

%37.9
%0
%48.39
%51.37

Codes

Color #4D7C40 in popluar color models

4D7C40
RGB7712464
HSL107°31.91%36.86%
HSB/HSV107°48.39%48.63%
CMYK37.90%0.00%48.39%
51.37%

Color #4D7C40 in popluar number systems.

HEX4D7C40
Decimal7712464
Binary100110111111001000000
Octal115174100

Shades and tints

Shades of #4D7C40

#4D7C40
(77,124,64)
#46713B
(70,113,59)
#3F6636
(63,102,54)
#385B31
(56,91,49)
#31502C
(49,80,44)
#2A4527
(42,69,39)
#233A22
(35,58,34)
#1C2F1D
(28,47,29)
#152418
(21,36,24)
#0E1913
(14,25,19)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #4D7C40

#4D7C40
(77,124,64)
#5D8751
(93,135,81)
#6D9262
(109,146,98)
#7D9D73
(125,157,115)
#8DA884
(141,168,132)
#9DB395
(157,179,149)
#ADBEA6
(173,190,166)
#BDC9B7
(189,201,183)
#CDD4C8
(205,212,200)
#DDDFD9
(221,223,217)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7C40 color. Also use rgb(77,124,64) instead hex code.

Text Font Color

.myTextColor { color: #4D7C40; }

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

This text font color is #4D7C40.


Background Color

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

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

This div background color is #4D7C40.


Border color

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

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

This div border color is #4D7C40.


Opacity

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

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

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

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

This text has shadow with #4D7C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7C40 on black background.


Color preview on white background

This text has color #4D7C40 on white background.



Black color preview on #4D7C40 background

This text has black color on #4D7C40 background.


White color preview on #4D7C40 background

This text has white color on #4D7C40 background.