COLOR #4D5F4E

HEX: #4D5F4E
RGB: (77,95,78)

Renk bilgisi

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

RGB renk modeli

#4D5F4E color RGB value is (77,95,78).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 95 of 255 = 37%
B 78 of 255 = 31%

77
95
78

R + G + B ~ 33%. #4D5F4E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 95 + 78 = 250 (100%)
R 77 of 250 ~ 30.8%
G 95 of 250 ~ 38%
B 78 of 250 ~ 31.2%

%30.8
%38
%31.2

CMYK RENK MODELİ

#4D5F4E rengi CMYK tonu (19,0,18,63).

  • camgöbeği tonu 18.95%
  • eflatun tonu 0.00%
  • sarı tonu 17.89%
  • ana renk tonu 62.75%
CMYK:
(19,0,18,63)
C19M0Y18K63 
(19%,0%,18%,63%)
(0.19/0.00/0.18/0.63)	

CMYK yüzdeleri

%18.95
%0
%17.89
%62.75

Codes

Color #4D5F4E in popluar color models

4D5F4E
RGB779578
HSL123°10.47%33.73%
HSB/HSV123°18.95%37.25%
CMYK18.95%0.00%17.89%
62.75%

Color #4D5F4E in popluar number systems.

HEX4D5F4E
Decimal779578
Binary100110110111111001110
Octal115137116

Shades and tints

Shades of #4D5F4E

#4D5F4E
(77,95,78)
#465747
(70,87,71)
#3F4F40
(63,79,64)
#384739
(56,71,57)
#313F32
(49,63,50)
#2A372B
(42,55,43)
#232F24
(35,47,36)
#1C271D
(28,39,29)
#151F16
(21,31,22)
#0E170F
(14,23,15)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #4D5F4E

#4D5F4E
(77,95,78)
#5D6D5E
(93,109,94)
#6D7B6E
(109,123,110)
#7D897E
(125,137,126)
#8D978E
(141,151,142)
#9DA59E
(157,165,158)
#ADB3AE
(173,179,174)
#BDC1BE
(189,193,190)
#CDCFCE
(205,207,206)
#DDDDDE
(221,221,222)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5F4E; }

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

This text font color is #4D5F4E.


Background Color

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

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

This div background color is #4D5F4E.


Border color

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

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

This div border color is #4D5F4E.


Opacity

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

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

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

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

This text has shadow with #4D5F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F4E on black background.


Color preview on white background

This text has color #4D5F4E on white background.



Black color preview on #4D5F4E background

This text has black color on #4D5F4E background.


White color preview on #4D5F4E background

This text has white color on #4D5F4E background.