COLOR #4D6D5F

HEX: #4D6D5F
RGB: (77,109,95)

Renk bilgisi

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

RGB renk modeli

#4D6D5F color RGB value is (77,109,95).

  • kırmız ton 77;
  • yeşil ton 109;
  • mavi ton 95.
RGB:
(77,109,95)
(30%,43%,37%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 109 of 255 = 43%
B 95 of 255 = 37%

77
109
95

R + G + B ~ 37%. #4D6D5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 109 + 95 = 281 (100%)
R 77 of 281 ~ 27.4%
G 109 of 281 ~ 38.79%
B 95 of 281 ~ 33.81%

%27.4
%38.79
%33.81

CMYK RENK MODELİ

#4D6D5F rengi CMYK tonu (29,0,13,57).

  • camgöbeği tonu 29.36%
  • eflatun tonu 0.00%
  • sarı tonu 12.84%
  • ana renk tonu 57.25%
CMYK:
(29,0,13,57)
C29M0Y13K57 
(29%,0%,13%,57%)
(0.29/0.00/0.13/0.57)	

CMYK yüzdeleri

%29.36
%0
%12.84
%57.25

Codes

Color #4D6D5F in popluar color models

4D6D5F
RGB7710995
HSL154°17.20%36.47%
HSB/HSV154°29.36%42.75%
CMYK29.36%0.00%12.84%
57.25%

Color #4D6D5F in popluar number systems.

HEX4D6D5F
Decimal7710995
Binary100110111011011011111
Octal115155137

Shades and tints

Shades of #4D6D5F

#4D6D5F
(77,109,95)
#466457
(70,100,87)
#3F5B4F
(63,91,79)
#385247
(56,82,71)
#31493F
(49,73,63)
#2A4037
(42,64,55)
#23372F
(35,55,47)
#1C2E27
(28,46,39)
#15251F
(21,37,31)
#0E1C17
(14,28,23)
#07130F
(7,19,15)
#000000
(0,0,0)

Tints of #4D6D5F

#4D6D5F
(77,109,95)
#5D7A6D
(93,122,109)
#6D877B
(109,135,123)
#7D9489
(125,148,137)
#8DA197
(141,161,151)
#9DAEA5
(157,174,165)
#ADBBB3
(173,187,179)
#BDC8C1
(189,200,193)
#CDD5CF
(205,213,207)
#DDE2DD
(221,226,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6D5F color. Also use rgb(77,109,95) instead hex code.

Text Font Color

.myTextColor { color: #4D6D5F; }

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

This text font color is #4D6D5F.


Background Color

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

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

This div background color is #4D6D5F.


Border color

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

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

This div border color is #4D6D5F.


Opacity

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

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

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

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

This text has shadow with #4D6D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6D5F on black background.


Color preview on white background

This text has color #4D6D5F on white background.



Black color preview on #4D6D5F background

This text has black color on #4D6D5F background.


White color preview on #4D6D5F background

This text has white color on #4D6D5F background.