COLOR #4D6061

HEX: #4D6061
RGB: (77,96,97)

Renk bilgisi

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

RGB renk modeli

#4D6061 color RGB value is (77,96,97).

  • kırmız ton 77;
  • yeşil ton 96;
  • mavi ton 97.
RGB:
(77,96,97)
(30%,38%,38%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 96 of 255 = 38%
B 97 of 255 = 38%

77
96
97

R + G + B ~ 35%. #4D6061 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 96 + 97 = 270 (100%)
R 77 of 270 ~ 28.52%
G 96 of 270 ~ 35.56%
B 97 of 270 ~ 35.93%

%28.52
%35.56
%35.93

CMYK RENK MODELİ

#4D6061 rengi CMYK tonu (21,1,0,62).

  • camgöbeği tonu 20.62%
  • eflatun tonu 1.03%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(21,1,0,62)
C21M1Y0K62 
(21%,1%,0%,62%)
(0.21/0.01/0.00/0.62)	

CMYK yüzdeleri

%20.62
%1.03
%0
%61.96

Codes

Color #4D6061 in popluar color models

4D6061
RGB779697
HSL183°11.49%34.12%
HSB/HSV183°20.62%38.04%
CMYK20.62%1.03%0.00%
61.96%

Color #4D6061 in popluar number systems.

HEX4D6061
Decimal779697
Binary100110111000001100001
Octal115140141

Shades and tints

Shades of #4D6061

#4D6061
(77,96,97)
#465859
(70,88,89)
#3F5051
(63,80,81)
#384849
(56,72,73)
#314041
(49,64,65)
#2A3839
(42,56,57)
#233031
(35,48,49)
#1C2829
(28,40,41)
#152021
(21,32,33)
#0E1819
(14,24,25)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #4D6061

#4D6061
(77,96,97)
#5D6E6F
(93,110,111)
#6D7C7D
(109,124,125)
#7D8A8B
(125,138,139)
#8D9899
(141,152,153)
#9DA6A7
(157,166,167)
#ADB4B5
(173,180,181)
#BDC2C3
(189,194,195)
#CDD0D1
(205,208,209)
#DDDEDF
(221,222,223)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6061 color. Also use rgb(77,96,97) instead hex code.

Text Font Color

.myTextColor { color: #4D6061; }

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

This text font color is #4D6061.


Background Color

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

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

This div background color is #4D6061.


Border color

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

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

This div border color is #4D6061.


Opacity

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

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

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

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

This text has shadow with #4D6061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6061 on black background.


Color preview on white background

This text has color #4D6061 on white background.



Black color preview on #4D6061 background

This text has black color on #4D6061 background.


White color preview on #4D6061 background

This text has white color on #4D6061 background.