COLOR #4D4F4B

HEX: #4D4F4B
RGB: (77,79,75)

Color info

#4D4F4B contains red, green and blue colors in about the same proportion. Web safe color of #4D4F4B is #336633 (or #363).

RGB color model

#4D4F4B color RGB value is (77,79,75).

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

RGB channels and saturation

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

77
79
75

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

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 75 = 231 (100%)
R 77 of 231 ~ 33.33%
G 79 of 231 ~ 34.2%
B 75 of 231 ~ 32.47%

%33.33
%34.2
%32.47

CMYK color model

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

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 5.06%
  • key color value is 69.02%
CMYK: (3,0,5,69) C3M0Y5K69 (3%,0%,5%,69%) (0.03/0.00/0.05/0.69)

CMYK percentages

%2.53
%0
%5.06
%69.02

Codes

Color #4D4F4B in popluar color models

4D4F4B
RGB777975
HSL90°2.60%30.20%
HSB/HSV90°5.06%30.98%
CMYK2.53%0.00%5.06%
69.02%

Color #4D4F4B in popluar number systems.

HEX4D4F4B
Decimal777975
Binary100110110011111001011
Octal115117113

Shades and tints

Shades of #4D4F4B

#4D4F4B
(77,79,75)
#464845
(70,72,69)
#3F413F
(63,65,63)
#383A39
(56,58,57)
#313333
(49,51,51)
#2A2C2D
(42,44,45)
#232527
(35,37,39)
#1C1E21
(28,30,33)
#15171B
(21,23,27)
#0E1015
(14,16,21)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #4D4F4B

#4D4F4B
(77,79,75)
#5D5F5B
(93,95,91)
#6D6F6B
(109,111,107)
#7D7F7B
(125,127,123)
#8D8F8B
(141,143,139)
#9D9F9B
(157,159,155)
#ADAFAB
(173,175,171)
#BDBFBB
(189,191,187)
#CDCFCB
(205,207,203)
#DDDFDB
(221,223,219)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4F4B; }

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

This text font color is #4D4F4B.


Background Color

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

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

This div background color is #4D4F4B.


Border color

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

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

This div border color is #4D4F4B.


Opacity

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

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

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

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

This text has shadow with #4D4F4B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4D4F4B on black background.


Color preview on white background

This text has color #4D4F4B on white background.



Black color preview on #4D4F4B background

This text has black color on #4D4F4B background.


White color preview on #4D4F4B background

This text has white color on #4D4F4B background.