COLOR #4B4A4F

HEX: #4B4A4F
RGB: (75,74,79)

Color info

#4B4A4F contains red, green and blue colors in about the same proportion. Web safe color of #4B4A4F is #333366 (or #336).

RGB color model

#4B4A4F color RGB value is (75,74,79).

  • red value is 75;
  • green value is 74;
  • blue value is 79.
RGB:
(75,74,79)
(29%,29%,31%)

RGB channels and saturation

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

75
74
79

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

Portions of RGB colors in percentages

R + G + B =
75 + 74 + 79 = 228 (100%)
R 75 of 228 ~ 32.89%
G 74 of 228 ~ 32.46%
B 79 of 228 ~ 34.65%

%32.89
%32.46
%34.65

CMYK color model

#4B4A4F color CMYK value is (5,6,0,69).

  • cyan value is 5.06%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(5,6,0,69)
C5M6Y0K69 
(5%,6%,0%,69%)
(0.05/0.06/0.00/0.69)	

CMYK percentages

%5.06
%6.33
%0
%69.02

Codes

Color #4B4A4F in popluar color models

4B4A4F
RGB757479
HSL252°3.27%30.00%
HSB/HSV252°6.33%30.98%
CMYK5.06%6.33%0.00%
69.02%

Color #4B4A4F in popluar number systems.

HEX4B4A4F
Decimal757479
Binary100101110010101001111
Octal113112117

Shades and tints

Shades of #4B4A4F

#4B4A4F
(75,74,79)
#454448
(69,68,72)
#3F3E41
(63,62,65)
#39383A
(57,56,58)
#333233
(51,50,51)
#2D2C2C
(45,44,44)
#272625
(39,38,37)
#21201E
(33,32,30)
#1B1A17
(27,26,23)
#151410
(21,20,16)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #4B4A4F

#4B4A4F
(75,74,79)
#5B5A5F
(91,90,95)
#6B6A6F
(107,106,111)
#7B7A7F
(123,122,127)
#8B8A8F
(139,138,143)
#9B9A9F
(155,154,159)
#ABAAAF
(171,170,175)
#BBBABF
(187,186,191)
#CBCACF
(203,202,207)
#DBDADF
(219,218,223)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4A4F; }

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

This text font color is #4B4A4F.


Background Color

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

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

This div background color is #4B4A4F.


Border color

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

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

This div border color is #4B4A4F.


Opacity

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

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

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

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

This text has shadow with #4B4A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4A4F on black background.


Color preview on white background

This text has color #4B4A4F on white background.



Black color preview on #4B4A4F background

This text has black color on #4B4A4F background.


White color preview on #4B4A4F background

This text has white color on #4B4A4F background.