COLOR #4D5F66

HEX: #4D5F66
RGB: (77,95,102)

Renk bilgisi

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

RGB renk modeli

#4D5F66 color RGB value is (77,95,102).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 95 of 255 = 37%
B 102 of 255 = 40%

77
95
102

R + G + B ~ 36%. #4D5F66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 95 + 102 = 274 (100%)
R 77 of 274 ~ 28.1%
G 95 of 274 ~ 34.67%
B 102 of 274 ~ 37.23%

%28.1
%34.67
%37.23

CMYK RENK MODELİ

#4D5F66 rengi CMYK tonu (25,7,0,60).

  • camgöbeği tonu 24.51%
  • eflatun tonu 6.86%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(25,7,0,60)
C25M7Y0K60 
(25%,7%,0%,60%)
(0.25/0.07/0.00/0.60)	

CMYK yüzdeleri

%24.51
%6.86
%0
%60

Codes

Color #4D5F66 in popluar color models

4D5F66
RGB7795102
HSL197°13.97%35.10%
HSB/HSV197°24.51%40.00%
CMYK24.51%6.86%0.00%
60.00%

Color #4D5F66 in popluar number systems.

HEX4D5F66
Decimal7795102
Binary100110110111111100110
Octal115137146

Shades and tints

Shades of #4D5F66

#4D5F66
(77,95,102)
#46575D
(70,87,93)
#3F4F54
(63,79,84)
#38474B
(56,71,75)
#313F42
(49,63,66)
#2A3739
(42,55,57)
#232F30
(35,47,48)
#1C2727
(28,39,39)
#151F1E
(21,31,30)
#0E1715
(14,23,21)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D5F66

#4D5F66
(77,95,102)
#5D6D73
(93,109,115)
#6D7B80
(109,123,128)
#7D898D
(125,137,141)
#8D979A
(141,151,154)
#9DA5A7
(157,165,167)
#ADB3B4
(173,179,180)
#BDC1C1
(189,193,193)
#CDCFCE
(205,207,206)
#DDDDDB
(221,221,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5F66; }

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

This text font color is #4D5F66.


Background Color

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

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

This div background color is #4D5F66.


Border color

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

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

This div border color is #4D5F66.


Opacity

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

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

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

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

This text has shadow with #4D5F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F66 on black background.


Color preview on white background

This text has color #4D5F66 on white background.



Black color preview on #4D5F66 background

This text has black color on #4D5F66 background.


White color preview on #4D5F66 background

This text has white color on #4D5F66 background.