COLOR #4D5153

HEX: #4D5153
RGB: (77,81,83)

Renk bilgisi

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

RGB renk modeli

#4D5153 color RGB value is (77,81,83).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 81 of 255 = 32%
B 83 of 255 = 33%

77
81
83

R + G + B ~ 32%. #4D5153 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 81 + 83 = 241 (100%)
R 77 of 241 ~ 31.95%
G 81 of 241 ~ 33.61%
B 83 of 241 ~ 34.44%

%31.95
%33.61
%34.44

CMYK RENK MODELİ

#4D5153 rengi CMYK tonu (7,2,0,67).

  • camgöbeği tonu 7.23%
  • eflatun tonu 2.41%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(7,2,0,67)
C7M2Y0K67 
(7%,2%,0%,67%)
(0.07/0.02/0.00/0.67)	

CMYK yüzdeleri

%7.23
%2.41
%0
%67.45

Codes

Color #4D5153 in popluar color models

4D5153
RGB778183
HSL200°3.75%31.37%
HSB/HSV200°7.23%32.55%
CMYK7.23%2.41%0.00%
67.45%

Color #4D5153 in popluar number systems.

HEX4D5153
Decimal778183
Binary100110110100011010011
Octal115121123

Shades and tints

Shades of #4D5153

#4D5153
(77,81,83)
#464A4C
(70,74,76)
#3F4345
(63,67,69)
#383C3E
(56,60,62)
#313537
(49,53,55)
#2A2E30
(42,46,48)
#232729
(35,39,41)
#1C2022
(28,32,34)
#15191B
(21,25,27)
#0E1214
(14,18,20)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #4D5153

#4D5153
(77,81,83)
#5D6062
(93,96,98)
#6D6F71
(109,111,113)
#7D7E80
(125,126,128)
#8D8D8F
(141,141,143)
#9D9C9E
(157,156,158)
#ADABAD
(173,171,173)
#BDBABC
(189,186,188)
#CDC9CB
(205,201,203)
#DDD8DA
(221,216,218)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5153; }

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

This text font color is #4D5153.


Background Color

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

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

This div background color is #4D5153.


Border color

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

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

This div border color is #4D5153.


Opacity

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

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

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

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

This text has shadow with #4D5153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5153 on black background.


Color preview on white background

This text has color #4D5153 on white background.



Black color preview on #4D5153 background

This text has black color on #4D5153 background.


White color preview on #4D5153 background

This text has white color on #4D5153 background.