COLOR #4D6E48

HEX: #4D6E48
RGB: (77,110,72)

Renk bilgisi

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

RGB renk modeli

#4D6E48 color RGB value is (77,110,72).

  • kırmız ton 77;
  • yeşil ton 110;
  • mavi ton 72.
RGB:
(77,110,72)
(30%,43%,28%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 110 of 255 = 43%
B 72 of 255 = 28%

77
110
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 110 + 72 = 259 (100%)
R 77 of 259 ~ 29.73%
G 110 of 259 ~ 42.47%
B 72 of 259 ~ 27.8%

%29.73
%42.47
%27.8

CMYK RENK MODELİ

#4D6E48 rengi CMYK tonu (30,0,35,57).

  • camgöbeği tonu 30.00%
  • eflatun tonu 0.00%
  • sarı tonu 34.55%
  • ana renk tonu 56.86%
CMYK:
(30,0,35,57)
C30M0Y35K57 
(30%,0%,35%,57%)
(0.30/0.00/0.35/0.57)	

CMYK yüzdeleri

%30
%0
%34.55
%56.86

Codes

Color #4D6E48 in popluar color models

4D6E48
RGB7711072
HSL112°20.88%35.69%
HSB/HSV112°34.55%43.14%
CMYK30.00%0.00%34.55%
56.86%

Color #4D6E48 in popluar number systems.

HEX4D6E48
Decimal7711072
Binary100110111011101001000
Octal115156110

Shades and tints

Shades of #4D6E48

#4D6E48
(77,110,72)
#466442
(70,100,66)
#3F5A3C
(63,90,60)
#385036
(56,80,54)
#314630
(49,70,48)
#2A3C2A
(42,60,42)
#233224
(35,50,36)
#1C281E
(28,40,30)
#151E18
(21,30,24)
#0E1412
(14,20,18)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #4D6E48

#4D6E48
(77,110,72)
#5D7B58
(93,123,88)
#6D8868
(109,136,104)
#7D9578
(125,149,120)
#8DA288
(141,162,136)
#9DAF98
(157,175,152)
#ADBCA8
(173,188,168)
#BDC9B8
(189,201,184)
#CDD6C8
(205,214,200)
#DDE3D8
(221,227,216)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6E48 color. Also use rgb(77,110,72) instead hex code.

Text Font Color

.myTextColor { color: #4D6E48; }

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

This text font color is #4D6E48.


Background Color

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

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

This div background color is #4D6E48.


Border color

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

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

This div border color is #4D6E48.


Opacity

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

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

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

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

This text has shadow with #4D6E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6E48 on black background.


Color preview on white background

This text has color #4D6E48 on white background.



Black color preview on #4D6E48 background

This text has black color on #4D6E48 background.


White color preview on #4D6E48 background

This text has white color on #4D6E48 background.