COLOR #4D664F

HEX: #4D664F
RGB: (77,102,79)

Renk bilgisi

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

RGB renk modeli

#4D664F color RGB value is (77,102,79).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 102 of 255 = 40%
B 79 of 255 = 31%

77
102
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 102 + 79 = 258 (100%)
R 77 of 258 ~ 29.84%
G 102 of 258 ~ 39.53%
B 79 of 258 ~ 30.62%

%29.84
%39.53
%30.62

CMYK RENK MODELİ

#4D664F rengi CMYK tonu (25,0,23,60).

  • camgöbeği tonu 24.51%
  • eflatun tonu 0.00%
  • sarı tonu 22.55%
  • ana renk tonu 60.00%
CMYK:
(25,0,23,60)
C25M0Y23K60 
(25%,0%,23%,60%)
(0.25/0.00/0.23/0.60)	

CMYK yüzdeleri

%24.51
%0
%22.55
%60

Codes

Color #4D664F in popluar color models

4D664F
RGB7710279
HSL125°13.97%35.10%
HSB/HSV125°24.51%40.00%
CMYK24.51%0.00%22.55%
60.00%

Color #4D664F in popluar number systems.

HEX4D664F
Decimal7710279
Binary100110111001101001111
Octal115146117

Shades and tints

Shades of #4D664F

#4D664F
(77,102,79)
#465D48
(70,93,72)
#3F5441
(63,84,65)
#384B3A
(56,75,58)
#314233
(49,66,51)
#2A392C
(42,57,44)
#233025
(35,48,37)
#1C271E
(28,39,30)
#151E17
(21,30,23)
#0E1510
(14,21,16)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #4D664F

#4D664F
(77,102,79)
#5D735F
(93,115,95)
#6D806F
(109,128,111)
#7D8D7F
(125,141,127)
#8D9A8F
(141,154,143)
#9DA79F
(157,167,159)
#ADB4AF
(173,180,175)
#BDC1BF
(189,193,191)
#CDCECF
(205,206,207)
#DDDBDF
(221,219,223)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D664F; }

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

This text font color is #4D664F.


Background Color

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

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

This div background color is #4D664F.


Border color

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

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

This div border color is #4D664F.


Opacity

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

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

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

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

This text has shadow with #4D664F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D664F on black background.


Color preview on white background

This text has color #4D664F on white background.



Black color preview on #4D664F background

This text has black color on #4D664F background.


White color preview on #4D664F background

This text has white color on #4D664F background.