COLOR #4D4451

HEX: #4D4451
RGB: (77,68,81)

Renk bilgisi

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

RGB renk modeli

#4D4451 color RGB value is (77,68,81).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 68 of 255 = 27%
B 81 of 255 = 32%

77
68
81

R + G + B ~ 30%. #4D4451 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 68 + 81 = 226 (100%)
R 77 of 226 ~ 34.07%
G 68 of 226 ~ 30.09%
B 81 of 226 ~ 35.84%

%34.07
%30.09
%35.84

CMYK RENK MODELİ

#4D4451 rengi CMYK tonu (5,16,0,68).

  • camgöbeği tonu 4.94%
  • eflatun tonu 16.05%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(5,16,0,68)
C5M16Y0K68 
(5%,16%,0%,68%)
(0.05/0.16/0.00/0.68)	

CMYK yüzdeleri

%4.94
%16.05
%0
%68.24

Codes

Color #4D4451 in popluar color models

4D4451
RGB776881
HSL282°8.72%29.22%
HSB/HSV282°16.05%31.76%
CMYK4.94%16.05%0.00%
68.24%

Color #4D4451 in popluar number systems.

HEX4D4451
Decimal776881
Binary100110110001001010001
Octal115104121

Shades and tints

Shades of #4D4451

#4D4451
(77,68,81)
#463E4A
(70,62,74)
#3F3843
(63,56,67)
#38323C
(56,50,60)
#312C35
(49,44,53)
#2A262E
(42,38,46)
#232027
(35,32,39)
#1C1A20
(28,26,32)
#151419
(21,20,25)
#0E0E12
(14,14,18)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #4D4451

#4D4451
(77,68,81)
#5D5560
(93,85,96)
#6D666F
(109,102,111)
#7D777E
(125,119,126)
#8D888D
(141,136,141)
#9D999C
(157,153,156)
#ADAAAB
(173,170,171)
#BDBBBA
(189,187,186)
#CDCCC9
(205,204,201)
#DDDDD8
(221,221,216)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4451; }

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

This text font color is #4D4451.


Background Color

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

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

This div background color is #4D4451.


Border color

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

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

This div border color is #4D4451.


Opacity

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

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

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

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

This text has shadow with #4D4451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4451 on black background.


Color preview on white background

This text has color #4D4451 on white background.



Black color preview on #4D4451 background

This text has black color on #4D4451 background.


White color preview on #4D4451 background

This text has white color on #4D4451 background.