COLOR #4D4742

HEX: #4D4742
RGB: (77,71,66)

Renk bilgisi

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

RGB renk modeli

#4D4742 color RGB value is (77,71,66).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 71 of 255 = 28%
B 66 of 255 = 26%

77
71
66

R + G + B ~ 28%. #4D4742 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 71 + 66 = 214 (100%)
R 77 of 214 ~ 35.98%
G 71 of 214 ~ 33.18%
B 66 of 214 ~ 30.84%

%35.98
%33.18
%30.84

CMYK RENK MODELİ

#4D4742 rengi CMYK tonu (0,8,14,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.79%
  • sarı tonu 14.29%
  • ana renk tonu 69.80%
CMYK:
(0,8,14,70)
C0M8Y14K70 
(0%,8%,14%,70%)
(0.00/0.08/0.14/0.70)	

CMYK yüzdeleri

%0
%7.79
%14.29
%69.8

Codes

Color #4D4742 in popluar color models

4D4742
RGB777166
HSL27°7.69%28.04%
HSB/HSV27°14.29%30.20%
CMYK0.00%7.79%14.29%
69.80%

Color #4D4742 in popluar number systems.

HEX4D4742
Decimal777166
Binary100110110001111000010
Octal115107102

Shades and tints

Shades of #4D4742

#4D4742
(77,71,66)
#46413C
(70,65,60)
#3F3B36
(63,59,54)
#383530
(56,53,48)
#312F2A
(49,47,42)
#2A2924
(42,41,36)
#23231E
(35,35,30)
#1C1D18
(28,29,24)
#151712
(21,23,18)
#0E110C
(14,17,12)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #4D4742

#4D4742
(77,71,66)
#5D5753
(93,87,83)
#6D6764
(109,103,100)
#7D7775
(125,119,117)
#8D8786
(141,135,134)
#9D9797
(157,151,151)
#ADA7A8
(173,167,168)
#BDB7B9
(189,183,185)
#CDC7CA
(205,199,202)
#DDD7DB
(221,215,219)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4742; }

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

This text font color is #4D4742.


Background Color

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

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

This div background color is #4D4742.


Border color

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

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

This div border color is #4D4742.


Opacity

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

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

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

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

This text has shadow with #4D4742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4742 on black background.


Color preview on white background

This text has color #4D4742 on white background.



Black color preview on #4D4742 background

This text has black color on #4D4742 background.


White color preview on #4D4742 background

This text has white color on #4D4742 background.