COLOR #4D4351

HEX: #4D4351
RGB: (77,67,81)

Renk bilgisi

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

RGB renk modeli

#4D4351 color RGB value is (77,67,81).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 67 of 255 = 26%
B 81 of 255 = 32%

77
67
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 67 + 81 = 225 (100%)
R 77 of 225 ~ 34.22%
G 67 of 225 ~ 29.78%
B 81 of 225 ~ 36%

%34.22
%29.78
%36

CMYK RENK MODELİ

#4D4351 rengi CMYK tonu (5,17,0,68).

  • camgöbeği tonu 4.94%
  • eflatun tonu 17.28%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(5,17,0,68)
C5M17Y0K68 
(5%,17%,0%,68%)
(0.05/0.17/0.00/0.68)	

CMYK yüzdeleri

%4.94
%17.28
%0
%68.24

Codes

Color #4D4351 in popluar color models

4D4351
RGB776781
HSL283°9.46%29.02%
HSB/HSV283°17.28%31.76%
CMYK4.94%17.28%0.00%
68.24%

Color #4D4351 in popluar number systems.

HEX4D4351
Decimal776781
Binary100110110000111010001
Octal115103121

Shades and tints

Shades of #4D4351

#4D4351
(77,67,81)
#463D4A
(70,61,74)
#3F3743
(63,55,67)
#38313C
(56,49,60)
#312B35
(49,43,53)
#2A252E
(42,37,46)
#231F27
(35,31,39)
#1C1920
(28,25,32)
#151319
(21,19,25)
#0E0D12
(14,13,18)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #4D4351

#4D4351
(77,67,81)
#5D5460
(93,84,96)
#6D656F
(109,101,111)
#7D767E
(125,118,126)
#8D878D
(141,135,141)
#9D989C
(157,152,156)
#ADA9AB
(173,169,171)
#BDBABA
(189,186,186)
#CDCBC9
(205,203,201)
#DDDCD8
(221,220,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4351; }

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

This text font color is #4D4351.


Background Color

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

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

This div background color is #4D4351.


Border color

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

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

This div border color is #4D4351.


Opacity

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

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

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

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

This text has shadow with #4D4351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4351 on black background.


Color preview on white background

This text has color #4D4351 on white background.



Black color preview on #4D4351 background

This text has black color on #4D4351 background.


White color preview on #4D4351 background

This text has white color on #4D4351 background.