COLOR #4D4153

HEX: #4D4153
RGB: (77,65,83)

Renk bilgisi

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

RGB renk modeli

#4D4153 color RGB value is (77,65,83).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 65 of 255 = 25%
B 83 of 255 = 33%

77
65
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 65 + 83 = 225 (100%)
R 77 of 225 ~ 34.22%
G 65 of 225 ~ 28.89%
B 83 of 225 ~ 36.89%

%34.22
%28.89
%36.89

CMYK RENK MODELİ

#4D4153 rengi CMYK tonu (7,22,0,67).

  • camgöbeği tonu 7.23%
  • eflatun tonu 21.69%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(7,22,0,67)
C7M22Y0K67 
(7%,22%,0%,67%)
(0.07/0.22/0.00/0.67)	

CMYK yüzdeleri

%7.23
%21.69
%0
%67.45

Codes

Color #4D4153 in popluar color models

4D4153
RGB776583
HSL280°12.16%29.02%
HSB/HSV280°21.69%32.55%
CMYK7.23%21.69%0.00%
67.45%

Color #4D4153 in popluar number systems.

HEX4D4153
Decimal776583
Binary100110110000011010011
Octal115101123

Shades and tints

Shades of #4D4153

#4D4153
(77,65,83)
#463C4C
(70,60,76)
#3F3745
(63,55,69)
#38323E
(56,50,62)
#312D37
(49,45,55)
#2A2830
(42,40,48)
#232329
(35,35,41)
#1C1E22
(28,30,34)
#15191B
(21,25,27)
#0E1414
(14,20,20)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #4D4153

#4D4153
(77,65,83)
#5D5262
(93,82,98)
#6D6371
(109,99,113)
#7D7480
(125,116,128)
#8D858F
(141,133,143)
#9D969E
(157,150,158)
#ADA7AD
(173,167,173)
#BDB8BC
(189,184,188)
#CDC9CB
(205,201,203)
#DDDADA
(221,218,218)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4153; }

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

This text font color is #4D4153.


Background Color

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

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

This div background color is #4D4153.


Border color

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

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

This div border color is #4D4153.


Opacity

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

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

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

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

This text has shadow with #4D4153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4153 on black background.


Color preview on white background

This text has color #4D4153 on white background.



Black color preview on #4D4153 background

This text has black color on #4D4153 background.


White color preview on #4D4153 background

This text has white color on #4D4153 background.