COLOR #4B4C4F

HEX: #4B4C4F
RGB: (75,76,79)

Color info

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

RGB color model

#4B4C4F color RGB value is (75,76,79).

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

RGB channels and saturation

R 75 of 255 = 29%
G 76 of 255 = 30%
B 79 of 255 = 31%

75
76
79

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

Portions of RGB colors in percentages

R + G + B =
75 + 76 + 79 = 230 (100%)
R 75 of 230 ~ 32.61%
G 76 of 230 ~ 33.04%
B 79 of 230 ~ 34.35%

%32.61
%33.04
%34.35

CMYK color model

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

  • cyan value is 5.06%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(5,4,0,69)
C5M4Y0K69 
(5%,4%,0%,69%)
(0.05/0.04/0.00/0.69)	

CMYK percentages

%5.06
%3.8
%0
%69.02

Codes

Color #4B4C4F in popluar color models

4B4C4F
RGB757679
HSL225°2.60%30.20%
HSB/HSV225°5.06%30.98%
CMYK5.06%3.80%0.00%
69.02%

Color #4B4C4F in popluar number systems.

HEX4B4C4F
Decimal757679
Binary100101110011001001111
Octal113114117

Shades and tints

Shades of #4B4C4F

#4B4C4F
(75,76,79)
#454648
(69,70,72)
#3F4041
(63,64,65)
#393A3A
(57,58,58)
#333433
(51,52,51)
#2D2E2C
(45,46,44)
#272825
(39,40,37)
#21221E
(33,34,30)
#1B1C17
(27,28,23)
#151610
(21,22,16)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #4B4C4F

#4B4C4F
(75,76,79)
#5B5C5F
(91,92,95)
#6B6C6F
(107,108,111)
#7B7C7F
(123,124,127)
#8B8C8F
(139,140,143)
#9B9C9F
(155,156,159)
#ABACAF
(171,172,175)
#BBBCBF
(187,188,191)
#CBCCCF
(203,204,207)
#DBDCDF
(219,220,223)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4C4F; }

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

This text font color is #4B4C4F.


Background Color

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

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

This div background color is #4B4C4F.


Border color

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

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

This div border color is #4B4C4F.


Opacity

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

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

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

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

This text has shadow with #4B4C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4C4F on black background.


Color preview on white background

This text has color #4B4C4F on white background.



Black color preview on #4B4C4F background

This text has black color on #4B4C4F background.


White color preview on #4B4C4F background

This text has white color on #4B4C4F background.