COLOR #4D5448

HEX: #4D5448
RGB: (77,84,72)

Renk bilgisi

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

RGB renk modeli

#4D5448 color RGB value is (77,84,72).

  • kırmız ton 77;
  • yeşil ton 84;
  • mavi ton 72.
RGB:
(77,84,72)
(30%,33%,28%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 84 of 255 = 33%
B 72 of 255 = 28%

77
84
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 84 + 72 = 233 (100%)
R 77 of 233 ~ 33.05%
G 84 of 233 ~ 36.05%
B 72 of 233 ~ 30.9%

%33.05
%36.05
%30.9

CMYK RENK MODELİ

#4D5448 rengi CMYK tonu (8,0,14,67).

  • camgöbeği tonu 8.33%
  • eflatun tonu 0.00%
  • sarı tonu 14.29%
  • ana renk tonu 67.06%
CMYK:
(8,0,14,67)
C8M0Y14K67 
(8%,0%,14%,67%)
(0.08/0.00/0.14/0.67)	

CMYK yüzdeleri

%8.33
%0
%14.29
%67.06

Codes

Color #4D5448 in popluar color models

4D5448
RGB778472
HSL95°7.69%30.59%
HSB/HSV95°14.29%32.94%
CMYK8.33%0.00%14.29%
67.06%

Color #4D5448 in popluar number systems.

HEX4D5448
Decimal778472
Binary100110110101001001000
Octal115124110

Shades and tints

Shades of #4D5448

#4D5448
(77,84,72)
#464D42
(70,77,66)
#3F463C
(63,70,60)
#383F36
(56,63,54)
#313830
(49,56,48)
#2A312A
(42,49,42)
#232A24
(35,42,36)
#1C231E
(28,35,30)
#151C18
(21,28,24)
#0E1512
(14,21,18)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #4D5448

#4D5448
(77,84,72)
#5D6358
(93,99,88)
#6D7268
(109,114,104)
#7D8178
(125,129,120)
#8D9088
(141,144,136)
#9D9F98
(157,159,152)
#ADAEA8
(173,174,168)
#BDBDB8
(189,189,184)
#CDCCC8
(205,204,200)
#DDDBD8
(221,219,216)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5448 color. Also use rgb(77,84,72) instead hex code.

Text Font Color

.myTextColor { color: #4D5448; }

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

This text font color is #4D5448.


Background Color

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

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

This div background color is #4D5448.


Border color

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

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

This div border color is #4D5448.


Opacity

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

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

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

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

This text has shadow with #4D5448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5448 on black background.


Color preview on white background

This text has color #4D5448 on white background.



Black color preview on #4D5448 background

This text has black color on #4D5448 background.


White color preview on #4D5448 background

This text has white color on #4D5448 background.