COLOR #4D6465

HEX: #4D6465
RGB: (77,100,101)

Renk bilgisi

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

RGB renk modeli

#4D6465 color RGB value is (77,100,101).

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

RGB bağlantıları ve doygunluk

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

77
100
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 100 + 101 = 278 (100%)
R 77 of 278 ~ 27.7%
G 100 of 278 ~ 35.97%
B 101 of 278 ~ 36.33%

%27.7
%35.97
%36.33

CMYK RENK MODELİ

#4D6465 rengi CMYK tonu (24,1,0,60).

  • camgöbeği tonu 23.76%
  • eflatun tonu 0.99%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(24,1,0,60)
C24M1Y0K60 
(24%,1%,0%,60%)
(0.24/0.01/0.00/0.60)	

CMYK yüzdeleri

%23.76
%0.99
%0
%60.39

Codes

Color #4D6465 in popluar color models

4D6465
RGB77100101
HSL183°13.48%34.90%
HSB/HSV183°23.76%39.61%
CMYK23.76%0.99%0.00%
60.39%

Color #4D6465 in popluar number systems.

HEX4D6465
Decimal77100101
Binary100110111001001100101
Octal115144145

Shades and tints

Shades of #4D6465

#4D6465
(77,100,101)
#465B5C
(70,91,92)
#3F5253
(63,82,83)
#38494A
(56,73,74)
#314041
(49,64,65)
#2A3738
(42,55,56)
#232E2F
(35,46,47)
#1C2526
(28,37,38)
#151C1D
(21,28,29)
#0E1314
(14,19,20)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D6465

#4D6465
(77,100,101)
#5D7273
(93,114,115)
#6D8081
(109,128,129)
#7D8E8F
(125,142,143)
#8D9C9D
(141,156,157)
#9DAAAB
(157,170,171)
#ADB8B9
(173,184,185)
#BDC6C7
(189,198,199)
#CDD4D5
(205,212,213)
#DDE2E3
(221,226,227)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6465; }

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

This text font color is #4D6465.


Background Color

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

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

This div background color is #4D6465.


Border color

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

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

This div border color is #4D6465.


Opacity

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

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

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

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

This text has shadow with #4D6465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6465 on black background.


Color preview on white background

This text has color #4D6465 on white background.



Black color preview on #4D6465 background

This text has black color on #4D6465 background.


White color preview on #4D6465 background

This text has white color on #4D6465 background.