COLOR #4B4A49

HEX: #4B4A49
RGB: (75,74,73)

Renk bilgisi

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

RGB renk modeli

#4B4A49 color RGB value is (75,74,73).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 74 of 255 = 29%
B 73 of 255 = 29%

75
74
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 74 + 73 = 222 (100%)
R 75 of 222 ~ 33.78%
G 74 of 222 ~ 33.33%
B 73 of 222 ~ 32.88%

%33.78
%33.33
%32.88

CMYK RENK MODELİ

#4B4A49 rengi CMYK tonu (0,1,3,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.33%
  • sarı tonu 2.67%
  • ana renk tonu 70.59%
CMYK:
(0,1,3,71)
C0M1Y3K71 
(0%,1%,3%,71%)
(0.00/0.01/0.03/0.71)	

CMYK yüzdeleri

%0
%1.33
%2.67
%70.59

Codes

Color #4B4A49 in popluar color models

4B4A49
RGB757473
HSL30°1.35%29.02%
HSB/HSV30°2.67%29.41%
CMYK0.00%1.33%2.67%
70.59%

Color #4B4A49 in popluar number systems.

HEX4B4A49
Decimal757473
Binary100101110010101001001
Octal113112111

Shades and tints

Shades of #4B4A49

#4B4A49
(75,74,73)
#454443
(69,68,67)
#3F3E3D
(63,62,61)
#393837
(57,56,55)
#333231
(51,50,49)
#2D2C2B
(45,44,43)
#272625
(39,38,37)
#21201F
(33,32,31)
#1B1A19
(27,26,25)
#151413
(21,20,19)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B4A49

#4B4A49
(75,74,73)
#5B5A59
(91,90,89)
#6B6A69
(107,106,105)
#7B7A79
(123,122,121)
#8B8A89
(139,138,137)
#9B9A99
(155,154,153)
#ABAAA9
(171,170,169)
#BBBAB9
(187,186,185)
#CBCAC9
(203,202,201)
#DBDAD9
(219,218,217)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4A49; }

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

This text font color is #4B4A49.


Background Color

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

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

This div background color is #4B4A49.


Border color

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

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

This div border color is #4B4A49.


Opacity

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

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

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

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

This text has shadow with #4B4A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4A49 on black background.


Color preview on white background

This text has color #4B4A49 on white background.



Black color preview on #4B4A49 background

This text has black color on #4B4A49 background.


White color preview on #4B4A49 background

This text has white color on #4B4A49 background.