COLOR #4D6467

HEX: #4D6467
RGB: (77,100,103)

Renk bilgisi

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

RGB renk modeli

#4D6467 color RGB value is (77,100,103).

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

RGB bağlantıları ve doygunluk

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

77
100
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 100 + 103 = 280 (100%)
R 77 of 280 ~ 27.5%
G 100 of 280 ~ 35.71%
B 103 of 280 ~ 36.79%

%27.5
%35.71
%36.79

CMYK RENK MODELİ

#4D6467 rengi CMYK tonu (25,3,0,60).

  • camgöbeği tonu 25.24%
  • eflatun tonu 2.91%
  • sarı tonu 0.00%
  • ana renk tonu 59.61%
CMYK:
(25,3,0,60)
C25M3Y0K60 
(25%,3%,0%,60%)
(0.25/0.03/0.00/0.60)	

CMYK yüzdeleri

%25.24
%2.91
%0
%59.61

Codes

Color #4D6467 in popluar color models

4D6467
RGB77100103
HSL187°14.44%35.29%
HSB/HSV187°25.24%40.39%
CMYK25.24%2.91%0.00%
59.61%

Color #4D6467 in popluar number systems.

HEX4D6467
Decimal77100103
Binary100110111001001100111
Octal115144147

Shades and tints

Shades of #4D6467

#4D6467
(77,100,103)
#465B5E
(70,91,94)
#3F5255
(63,82,85)
#38494C
(56,73,76)
#314043
(49,64,67)
#2A373A
(42,55,58)
#232E31
(35,46,49)
#1C2528
(28,37,40)
#151C1F
(21,28,31)
#0E1316
(14,19,22)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #4D6467

#4D6467
(77,100,103)
#5D7274
(93,114,116)
#6D8081
(109,128,129)
#7D8E8E
(125,142,142)
#8D9C9B
(141,156,155)
#9DAAA8
(157,170,168)
#ADB8B5
(173,184,181)
#BDC6C2
(189,198,194)
#CDD4CF
(205,212,207)
#DDE2DC
(221,226,220)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6467; }

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

This text font color is #4D6467.


Background Color

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

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

This div background color is #4D6467.


Border color

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

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

This div border color is #4D6467.


Opacity

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

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

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

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

This text has shadow with #4D6467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6467 on black background.


Color preview on white background

This text has color #4D6467 on white background.



Black color preview on #4D6467 background

This text has black color on #4D6467 background.


White color preview on #4D6467 background

This text has white color on #4D6467 background.