COLOR #4D6466

HEX: #4D6466
RGB: (77,100,102)

Renk bilgisi

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

RGB renk modeli

#4D6466 color RGB value is (77,100,102).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 100 of 255 = 39%
B 102 of 255 = 40%

77
100
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 100 + 102 = 279 (100%)
R 77 of 279 ~ 27.6%
G 100 of 279 ~ 35.84%
B 102 of 279 ~ 36.56%

%27.6
%35.84
%36.56

CMYK RENK MODELİ

#4D6466 rengi CMYK tonu (25,2,0,60).

  • camgöbeği tonu 24.51%
  • eflatun tonu 1.96%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(25,2,0,60)
C25M2Y0K60 
(25%,2%,0%,60%)
(0.25/0.02/0.00/0.60)	

CMYK yüzdeleri

%24.51
%1.96
%0
%60

Codes

Color #4D6466 in popluar color models

4D6466
RGB77100102
HSL185°13.97%35.10%
HSB/HSV185°24.51%40.00%
CMYK24.51%1.96%0.00%
60.00%

Color #4D6466 in popluar number systems.

HEX4D6466
Decimal77100102
Binary100110111001001100110
Octal115144146

Shades and tints

Shades of #4D6466

#4D6466
(77,100,102)
#465B5D
(70,91,93)
#3F5254
(63,82,84)
#38494B
(56,73,75)
#314042
(49,64,66)
#2A3739
(42,55,57)
#232E30
(35,46,48)
#1C2527
(28,37,39)
#151C1E
(21,28,30)
#0E1315
(14,19,21)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #4D6466

#4D6466
(77,100,102)
#5D7273
(93,114,115)
#6D8080
(109,128,128)
#7D8E8D
(125,142,141)
#8D9C9A
(141,156,154)
#9DAAA7
(157,170,167)
#ADB8B4
(173,184,180)
#BDC6C1
(189,198,193)
#CDD4CE
(205,212,206)
#DDE2DB
(221,226,219)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6466; }

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

This text font color is #4D6466.


Background Color

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

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

This div background color is #4D6466.


Border color

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

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

This div border color is #4D6466.


Opacity

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

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

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

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

This text has shadow with #4D6466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6466 on black background.


Color preview on white background

This text has color #4D6466 on white background.



Black color preview on #4D6466 background

This text has black color on #4D6466 background.


White color preview on #4D6466 background

This text has white color on #4D6466 background.