COLOR #4D4151

HEX: #4D4151
RGB: (77,65,81)

Renk bilgisi

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

RGB renk modeli

#4D4151 color RGB value is (77,65,81).

  • kırmız ton 77;
  • yeşil ton 65;
  • mavi ton 81.
RGB:
(77,65,81)
(30%,25%,32%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 65 of 255 = 25%
B 81 of 255 = 32%

77
65
81

R + G + B ~ 29%. #4D4151 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 65 + 81 = 223 (100%)
R 77 of 223 ~ 34.53%
G 65 of 223 ~ 29.15%
B 81 of 223 ~ 36.32%

%34.53
%29.15
%36.32

CMYK RENK MODELİ

#4D4151 rengi CMYK tonu (5,20,0,68).

  • camgöbeği tonu 4.94%
  • eflatun tonu 19.75%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(5,20,0,68)
C5M20Y0K68 
(5%,20%,0%,68%)
(0.05/0.20/0.00/0.68)	

CMYK yüzdeleri

%4.94
%19.75
%0
%68.24

Codes

Color #4D4151 in popluar color models

4D4151
RGB776581
HSL285°10.96%28.63%
HSB/HSV285°19.75%31.76%
CMYK4.94%19.75%0.00%
68.24%

Color #4D4151 in popluar number systems.

HEX4D4151
Decimal776581
Binary100110110000011010001
Octal115101121

Shades and tints

Shades of #4D4151

#4D4151
(77,65,81)
#463C4A
(70,60,74)
#3F3743
(63,55,67)
#38323C
(56,50,60)
#312D35
(49,45,53)
#2A282E
(42,40,46)
#232327
(35,35,39)
#1C1E20
(28,30,32)
#151919
(21,25,25)
#0E1412
(14,20,18)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #4D4151

#4D4151
(77,65,81)
#5D5260
(93,82,96)
#6D636F
(109,99,111)
#7D747E
(125,116,126)
#8D858D
(141,133,141)
#9D969C
(157,150,156)
#ADA7AB
(173,167,171)
#BDB8BA
(189,184,186)
#CDC9C9
(205,201,201)
#DDDAD8
(221,218,216)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4151 color. Also use rgb(77,65,81) instead hex code.

Text Font Color

.myTextColor { color: #4D4151; }

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

This text font color is #4D4151.


Background Color

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

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

This div background color is #4D4151.


Border color

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

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

This div border color is #4D4151.


Opacity

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

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

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

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

This text has shadow with #4D4151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4151 on black background.


Color preview on white background

This text has color #4D4151 on white background.



Black color preview on #4D4151 background

This text has black color on #4D4151 background.


White color preview on #4D4151 background

This text has white color on #4D4151 background.