COLOR #4B4F4B

HEX: #4B4F4B
RGB: (75,79,75)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
79
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 79 + 75 = 229 (100%)
R 75 of 229 ~ 32.75%
G 79 of 229 ~ 34.5%
B 75 of 229 ~ 32.75%

%32.75
%34.5
%32.75

CMYK color model

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

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

CMYK percentages

%5.06
%0
%5.06
%69.02

Codes

Color #4B4F4B in popluar color models

4B4F4B
RGB757975
HSL120°2.60%30.20%
HSB/HSV120°5.06%30.98%
CMYK5.06%0.00%5.06%
69.02%

Color #4B4F4B in popluar number systems.

HEX4B4F4B
Decimal757975
Binary100101110011111001011
Octal113117113

Shades and tints

Shades of #4B4F4B

#4B4F4B
(75,79,75)
#454845
(69,72,69)
#3F413F
(63,65,63)
#393A39
(57,58,57)
#333333
(51,51,51)
#2D2C2D
(45,44,45)
#272527
(39,37,39)
#211E21
(33,30,33)
#1B171B
(27,23,27)
#151015
(21,16,21)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #4B4F4B

#4B4F4B
(75,79,75)
#5B5F5B
(91,95,91)
#6B6F6B
(107,111,107)
#7B7F7B
(123,127,123)
#8B8F8B
(139,143,139)
#9B9F9B
(155,159,155)
#ABAFAB
(171,175,171)
#BBBFBB
(187,191,187)
#CBCFCB
(203,207,203)
#DBDFDB
(219,223,219)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4F4B; }

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

This text font color is #4B4F4B.


Background Color

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

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

This div background color is #4B4F4B.


Border color

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

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

This div border color is #4B4F4B.


Opacity

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

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

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

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

This text has shadow with #4B4F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4F4B on black background.


Color preview on white background

This text has color #4B4F4B on white background.



Black color preview on #4B4F4B background

This text has black color on #4B4F4B background.


White color preview on #4B4F4B background

This text has white color on #4B4F4B background.