COLOR #4B4950

HEX: #4B4950
RGB: (75,73,80)

Renk bilgisi

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

RGB renk modeli

#4B4950 color RGB value is (75,73,80).

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

RGB bağlantıları ve doygunluk

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

75
73
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 73 + 80 = 228 (100%)
R 75 of 228 ~ 32.89%
G 73 of 228 ~ 32.02%
B 80 of 228 ~ 35.09%

%32.89
%32.02
%35.09

CMYK RENK MODELİ

#4B4950 rengi CMYK tonu (6,9,0,69).

  • camgöbeği tonu 6.25%
  • eflatun tonu 8.75%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(6,9,0,69)
C6M9Y0K69 
(6%,9%,0%,69%)
(0.06/0.09/0.00/0.69)	

CMYK yüzdeleri

%6.25
%8.75
%0
%68.63

Codes

Color #4B4950 in popluar color models

4B4950
RGB757380
HSL257°4.58%30.00%
HSB/HSV257°8.75%31.37%
CMYK6.25%8.75%0.00%
68.63%

Color #4B4950 in popluar number systems.

HEX4B4950
Decimal757380
Binary100101110010011010000
Octal113111120

Shades and tints

Shades of #4B4950

#4B4950
(75,73,80)
#454349
(69,67,73)
#3F3D42
(63,61,66)
#39373B
(57,55,59)
#333134
(51,49,52)
#2D2B2D
(45,43,45)
#272526
(39,37,38)
#211F1F
(33,31,31)
#1B1918
(27,25,24)
#151311
(21,19,17)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #4B4950

#4B4950
(75,73,80)
#5B595F
(91,89,95)
#6B696E
(107,105,110)
#7B797D
(123,121,125)
#8B898C
(139,137,140)
#9B999B
(155,153,155)
#ABA9AA
(171,169,170)
#BBB9B9
(187,185,185)
#CBC9C8
(203,201,200)
#DBD9D7
(219,217,215)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4950; }

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

This text font color is #4B4950.


Background Color

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

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

This div background color is #4B4950.


Border color

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

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

This div border color is #4B4950.


Opacity

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

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

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

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

This text has shadow with #4B4950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4950 on black background.


Color preview on white background

This text has color #4B4950 on white background.



Black color preview on #4B4950 background

This text has black color on #4B4950 background.


White color preview on #4B4950 background

This text has white color on #4B4950 background.