COLOR #4D4760

HEX: #4D4760
RGB: (77,71,96)

Renk bilgisi

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

RGB renk modeli

#4D4760 color RGB value is (77,71,96).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 71 of 255 = 28%
B 96 of 255 = 38%

77
71
96

R + G + B ~ 32%. #4D4760 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 71 + 96 = 244 (100%)
R 77 of 244 ~ 31.56%
G 71 of 244 ~ 29.1%
B 96 of 244 ~ 39.34%

%31.56
%29.1
%39.34

CMYK RENK MODELİ

#4D4760 rengi CMYK tonu (20,26,0,62).

  • camgöbeği tonu 19.79%
  • eflatun tonu 26.04%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(20,26,0,62)
C20M26Y0K62 
(20%,26%,0%,62%)
(0.20/0.26/0.00/0.62)	

CMYK yüzdeleri

%19.79
%26.04
%0
%62.35

Codes

Color #4D4760 in popluar color models

4D4760
RGB777196
HSL254°14.97%32.75%
HSB/HSV254°26.04%37.65%
CMYK19.79%26.04%0.00%
62.35%

Color #4D4760 in popluar number systems.

HEX4D4760
Decimal777196
Binary100110110001111100000
Octal115107140

Shades and tints

Shades of #4D4760

#4D4760
(77,71,96)
#464158
(70,65,88)
#3F3B50
(63,59,80)
#383548
(56,53,72)
#312F40
(49,47,64)
#2A2938
(42,41,56)
#232330
(35,35,48)
#1C1D28
(28,29,40)
#151720
(21,23,32)
#0E1118
(14,17,24)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #4D4760

#4D4760
(77,71,96)
#5D576E
(93,87,110)
#6D677C
(109,103,124)
#7D778A
(125,119,138)
#8D8798
(141,135,152)
#9D97A6
(157,151,166)
#ADA7B4
(173,167,180)
#BDB7C2
(189,183,194)
#CDC7D0
(205,199,208)
#DDD7DE
(221,215,222)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4760; }

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

This text font color is #4D4760.


Background Color

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

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

This div background color is #4D4760.


Border color

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

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

This div border color is #4D4760.


Opacity

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

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

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

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

This text has shadow with #4D4760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4760 on black background.


Color preview on white background

This text has color #4D4760 on white background.



Black color preview on #4D4760 background

This text has black color on #4D4760 background.


White color preview on #4D4760 background

This text has white color on #4D4760 background.