COLOR #4D6764

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

77
103
100

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

Yüzdelerle RGB renk parçaları

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

%27.5
%36.79
%35.71

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%25.24
%0
%2.91
%59.61

Codes

Color #4D6764 in popluar color models

4D6764
RGB77103100
HSL173°14.44%35.29%
HSB/HSV173°25.24%40.39%
CMYK25.24%0.00%2.91%
59.61%

Color #4D6764 in popluar number systems.

HEX4D6764
Decimal77103100
Binary100110111001111100100
Octal115147144

Shades and tints

Shades of #4D6764

#4D6764
(77,103,100)
#465E5B
(70,94,91)
#3F5552
(63,85,82)
#384C49
(56,76,73)
#314340
(49,67,64)
#2A3A37
(42,58,55)
#23312E
(35,49,46)
#1C2825
(28,40,37)
#151F1C
(21,31,28)
#0E1613
(14,22,19)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D6764

#4D6764
(77,103,100)
#5D7472
(93,116,114)
#6D8180
(109,129,128)
#7D8E8E
(125,142,142)
#8D9B9C
(141,155,156)
#9DA8AA
(157,168,170)
#ADB5B8
(173,181,184)
#BDC2C6
(189,194,198)
#CDCFD4
(205,207,212)
#DDDCE2
(221,220,226)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6764; }

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

This text font color is #4D6764.


Background Color

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

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

This div background color is #4D6764.


Border color

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

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

This div border color is #4D6764.


Opacity

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

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

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

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

This text has shadow with #4D6764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6764 on black background.


Color preview on white background

This text has color #4D6764 on white background.



Black color preview on #4D6764 background

This text has black color on #4D6764 background.


White color preview on #4D6764 background

This text has white color on #4D6764 background.