COLOR #4B544D

HEX: #4B544D
RGB: (75,84,77)

Color info

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

RGB color model

#4B544D color RGB value is (75,84,77).

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

RGB channels and saturation

R 75 of 255 = 29%
G 84 of 255 = 33%
B 77 of 255 = 30%

75
84
77

R + G + B ~ 31%. #4B544D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 84 + 77 = 236 (100%)
R 75 of 236 ~ 31.78%
G 84 of 236 ~ 35.59%
B 77 of 236 ~ 32.63%

%31.78
%35.59
%32.63

CMYK color model

#4B544D color CMYK value is (11,0,8,67).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(11,0,8,67)
C11M0Y8K67 
(11%,0%,8%,67%)
(0.11/0.00/0.08/0.67)	

CMYK percentages

%10.71
%0
%8.33
%67.06

Codes

Color #4B544D in popluar color models

4B544D
RGB758477
HSL133°5.66%31.18%
HSB/HSV133°10.71%32.94%
CMYK10.71%0.00%8.33%
67.06%

Color #4B544D in popluar number systems.

HEX4B544D
Decimal758477
Binary100101110101001001101
Octal113124115

Shades and tints

Shades of #4B544D

#4B544D
(75,84,77)
#454D46
(69,77,70)
#3F463F
(63,70,63)
#393F38
(57,63,56)
#333831
(51,56,49)
#2D312A
(45,49,42)
#272A23
(39,42,35)
#21231C
(33,35,28)
#1B1C15
(27,28,21)
#15150E
(21,21,14)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #4B544D

#4B544D
(75,84,77)
#5B635D
(91,99,93)
#6B726D
(107,114,109)
#7B817D
(123,129,125)
#8B908D
(139,144,141)
#9B9F9D
(155,159,157)
#ABAEAD
(171,174,173)
#BBBDBD
(187,189,189)
#CBCCCD
(203,204,205)
#DBDBDD
(219,219,221)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B544D; }

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

This text font color is #4B544D.


Background Color

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

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

This div background color is #4B544D.


Border color

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

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

This div border color is #4B544D.


Opacity

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

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

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

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

This text has shadow with #4B544D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B544D on black background.


Color preview on white background

This text has color #4B544D on white background.



Black color preview on #4B544D background

This text has black color on #4B544D background.


White color preview on #4B544D background

This text has white color on #4B544D background.