COLOR #4B4A50

HEX: #4B4A50
RGB: (75,74,80)

Renk bilgisi

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

RGB renk modeli

#4B4A50 color RGB value is (75,74,80).

  • kırmız ton 75;
  • yeşil ton 74;
  • mavi ton 80.
RGB:
(75,74,80)
(29%,29%,31%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 74 of 255 = 29%
B 80 of 255 = 31%

75
74
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 74 + 80 = 229 (100%)
R 75 of 229 ~ 32.75%
G 74 of 229 ~ 32.31%
B 80 of 229 ~ 34.93%

%32.75
%32.31
%34.93

CMYK RENK MODELİ

#4B4A50 rengi CMYK tonu (6,7,0,69).

  • camgöbeği tonu 6.25%
  • eflatun tonu 7.50%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(6,7,0,69)
C6M7Y0K69 
(6%,7%,0%,69%)
(0.06/0.07/0.00/0.69)	

CMYK yüzdeleri

%6.25
%7.5
%0
%68.63

Codes

Color #4B4A50 in popluar color models

4B4A50
RGB757480
HSL250°3.90%30.20%
HSB/HSV250°7.50%31.37%
CMYK6.25%7.50%0.00%
68.63%

Color #4B4A50 in popluar number systems.

HEX4B4A50
Decimal757480
Binary100101110010101010000
Octal113112120

Shades and tints

Shades of #4B4A50

#4B4A50
(75,74,80)
#454449
(69,68,73)
#3F3E42
(63,62,66)
#39383B
(57,56,59)
#333234
(51,50,52)
#2D2C2D
(45,44,45)
#272626
(39,38,38)
#21201F
(33,32,31)
#1B1A18
(27,26,24)
#151411
(21,20,17)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #4B4A50

#4B4A50
(75,74,80)
#5B5A5F
(91,90,95)
#6B6A6E
(107,106,110)
#7B7A7D
(123,122,125)
#8B8A8C
(139,138,140)
#9B9A9B
(155,154,155)
#ABAAAA
(171,170,170)
#BBBAB9
(187,186,185)
#CBCAC8
(203,202,200)
#DBDAD7
(219,218,215)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4A50 color. Also use rgb(75,74,80) instead hex code.

Text Font Color

.myTextColor { color: #4B4A50; }

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

This text font color is #4B4A50.


Background Color

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

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

This div background color is #4B4A50.


Border color

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

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

This div border color is #4B4A50.


Opacity

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

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

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

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

This text has shadow with #4B4A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4A50 on black background.


Color preview on white background

This text has color #4B4A50 on white background.



Black color preview on #4B4A50 background

This text has black color on #4B4A50 background.


White color preview on #4B4A50 background

This text has white color on #4B4A50 background.