COLOR #4D6C4E

HEX: #4D6C4E
RGB: (77,108,78)

Renk bilgisi

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

RGB renk modeli

#4D6C4E color RGB value is (77,108,78).

  • kırmız ton 77;
  • yeşil ton 108;
  • mavi ton 78.
RGB:
(77,108,78)
(30%,42%,31%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 108 of 255 = 42%
B 78 of 255 = 31%

77
108
78

R + G + B ~ 34%. #4D6C4E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 108 + 78 = 263 (100%)
R 77 of 263 ~ 29.28%
G 108 of 263 ~ 41.06%
B 78 of 263 ~ 29.66%

%29.28
%41.06
%29.66

CMYK RENK MODELİ

#4D6C4E rengi CMYK tonu (29,0,28,58).

  • camgöbeği tonu 28.70%
  • eflatun tonu 0.00%
  • sarı tonu 27.78%
  • ana renk tonu 57.65%
CMYK:
(29,0,28,58)
C29M0Y28K58 
(29%,0%,28%,58%)
(0.29/0.00/0.28/0.58)	

CMYK yüzdeleri

%28.7
%0
%27.78
%57.65

Codes

Color #4D6C4E in popluar color models

4D6C4E
RGB7710878
HSL122°16.76%36.27%
HSB/HSV122°28.70%42.35%
CMYK28.70%0.00%27.78%
57.65%

Color #4D6C4E in popluar number systems.

HEX4D6C4E
Decimal7710878
Binary100110111011001001110
Octal115154116

Shades and tints

Shades of #4D6C4E

#4D6C4E
(77,108,78)
#466347
(70,99,71)
#3F5A40
(63,90,64)
#385139
(56,81,57)
#314832
(49,72,50)
#2A3F2B
(42,63,43)
#233624
(35,54,36)
#1C2D1D
(28,45,29)
#152416
(21,36,22)
#0E1B0F
(14,27,15)
#071208
(7,18,8)
#000000
(0,0,0)

Tints of #4D6C4E

#4D6C4E
(77,108,78)
#5D795E
(93,121,94)
#6D866E
(109,134,110)
#7D937E
(125,147,126)
#8DA08E
(141,160,142)
#9DAD9E
(157,173,158)
#ADBAAE
(173,186,174)
#BDC7BE
(189,199,190)
#CDD4CE
(205,212,206)
#DDE1DE
(221,225,222)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6C4E color. Also use rgb(77,108,78) instead hex code.

Text Font Color

.myTextColor { color: #4D6C4E; }

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

This text font color is #4D6C4E.


Background Color

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

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

This div background color is #4D6C4E.


Border color

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

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

This div border color is #4D6C4E.


Opacity

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

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

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

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

This text has shadow with #4D6C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6C4E on black background.


Color preview on white background

This text has color #4D6C4E on white background.



Black color preview on #4D6C4E background

This text has black color on #4D6C4E background.


White color preview on #4D6C4E background

This text has white color on #4D6C4E background.