COLOR #4D6F4F

HEX: #4D6F4F
RGB: (77,111,79)

Renk bilgisi

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

RGB renk modeli

#4D6F4F color RGB value is (77,111,79).

  • kırmız ton 77;
  • yeşil ton 111;
  • mavi ton 79.
RGB:
(77,111,79)
(30%,44%,31%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 111 of 255 = 44%
B 79 of 255 = 31%

77
111
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 111 + 79 = 267 (100%)
R 77 of 267 ~ 28.84%
G 111 of 267 ~ 41.57%
B 79 of 267 ~ 29.59%

%28.84
%41.57
%29.59

CMYK RENK MODELİ

#4D6F4F rengi CMYK tonu (31,0,29,56).

  • camgöbeği tonu 30.63%
  • eflatun tonu 0.00%
  • sarı tonu 28.83%
  • ana renk tonu 56.47%
CMYK:
(31,0,29,56)
C31M0Y29K56 
(31%,0%,29%,56%)
(0.31/0.00/0.29/0.56)	

CMYK yüzdeleri

%30.63
%0
%28.83
%56.47

Codes

Color #4D6F4F in popluar color models

4D6F4F
RGB7711179
HSL124°18.09%36.86%
HSB/HSV124°30.63%43.53%
CMYK30.63%0.00%28.83%
56.47%

Color #4D6F4F in popluar number systems.

HEX4D6F4F
Decimal7711179
Binary100110111011111001111
Octal115157117

Shades and tints

Shades of #4D6F4F

#4D6F4F
(77,111,79)
#466548
(70,101,72)
#3F5B41
(63,91,65)
#38513A
(56,81,58)
#314733
(49,71,51)
#2A3D2C
(42,61,44)
#233325
(35,51,37)
#1C291E
(28,41,30)
#151F17
(21,31,23)
#0E1510
(14,21,16)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #4D6F4F

#4D6F4F
(77,111,79)
#5D7C5F
(93,124,95)
#6D896F
(109,137,111)
#7D967F
(125,150,127)
#8DA38F
(141,163,143)
#9DB09F
(157,176,159)
#ADBDAF
(173,189,175)
#BDCABF
(189,202,191)
#CDD7CF
(205,215,207)
#DDE4DF
(221,228,223)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6F4F color. Also use rgb(77,111,79) instead hex code.

Text Font Color

.myTextColor { color: #4D6F4F; }

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

This text font color is #4D6F4F.


Background Color

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

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

This div background color is #4D6F4F.


Border color

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

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

This div border color is #4D6F4F.


Opacity

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

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

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

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

This text has shadow with #4D6F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6F4F on black background.


Color preview on white background

This text has color #4D6F4F on white background.



Black color preview on #4D6F4F background

This text has black color on #4D6F4F background.


White color preview on #4D6F4F background

This text has white color on #4D6F4F background.