COLOR #4B504D

HEX: #4B504D
RGB: (75,80,77)

Color info

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

RGB color model

#4B504D color RGB value is (75,80,77).

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

RGB channels and saturation

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

75
80
77

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

Portions of RGB colors in percentages

R + G + B =
75 + 80 + 77 = 232 (100%)
R 75 of 232 ~ 32.33%
G 80 of 232 ~ 34.48%
B 77 of 232 ~ 33.19%

%32.33
%34.48
%33.19

CMYK color model

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

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(6,0,4,69)
C6M0Y4K69 
(6%,0%,4%,69%)
(0.06/0.00/0.04/0.69)	

CMYK percentages

%6.25
%0
%3.75
%68.63

Codes

Color #4B504D in popluar color models

4B504D
RGB758077
HSL144°3.23%30.39%
HSB/HSV144°6.25%31.37%
CMYK6.25%0.00%3.75%
68.63%

Color #4B504D in popluar number systems.

HEX4B504D
Decimal758077
Binary100101110100001001101
Octal113120115

Shades and tints

Shades of #4B504D

#4B504D
(75,80,77)
#454946
(69,73,70)
#3F423F
(63,66,63)
#393B38
(57,59,56)
#333431
(51,52,49)
#2D2D2A
(45,45,42)
#272623
(39,38,35)
#211F1C
(33,31,28)
#1B1815
(27,24,21)
#15110E
(21,17,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #4B504D

#4B504D
(75,80,77)
#5B5F5D
(91,95,93)
#6B6E6D
(107,110,109)
#7B7D7D
(123,125,125)
#8B8C8D
(139,140,141)
#9B9B9D
(155,155,157)
#ABAAAD
(171,170,173)
#BBB9BD
(187,185,189)
#CBC8CD
(203,200,205)
#DBD7DD
(219,215,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B504D; }

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

This text font color is #4B504D.


Background Color

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

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

This div background color is #4B504D.


Border color

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

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

This div border color is #4B504D.


Opacity

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

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

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

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

This text has shadow with #4B504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B504D on black background.


Color preview on white background

This text has color #4B504D on white background.



Black color preview on #4B504D background

This text has black color on #4B504D background.


White color preview on #4B504D background

This text has white color on #4B504D background.