COLOR #4B574D

HEX: #4B574D RGB: (75,87,77)

Color info

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

RGB color model

#4B574D color RGB value is (75,87,77).

RGB: (75,87,77) (29%, 34%, 30%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 77 of 255 = 30%

75
87
77

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

Portions of RGB colors in percentages

R + G + B = 75 + 87 + 77 = 239 (100%)
R 75 of 239 ~ 31.38%
G 87 of 239 ~ 36.4%
B 77 of 239 ~ 32.22'%

%31.38
%36.4
%32.22

CMYK color model

#4B574D color CMYK value is (14,0,11,66).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 65.88%
CMYK: (14,0,11,66) C14M0Y11K66 (14%,0%,11%,66%) (0.14/0.00/0.11/0.66) 

CMYK percentages

%13.79
%0
%11.49
%65.88

Codes

Color #4B574D in popluar color models

4B 57 4D
RGB 75 87 77
HSL 130° 7.41% 31.76%
HSB/HSV 130° 13.79% 34.12%
CMYK 13.79% 0.00% 11.49%
65.88%

Color #4B574D in popluar number systems.

HEX 4B 57 4D
Decimal 75 87 77
Binary 1001011 1010111 1001101
Octal 113 127 115

Shades and tints

Shades of #4B574D

#4B574D
(75,87,77)
#455046
(69,80,70)
#3F493F
(63,73,63)
#394238
(57,66,56)
#333B31
(51,59,49)
#2D342A
(45,52,42)
#272D23
(39,45,35)
#21261C
(33,38,28)
#1B1F15
(27,31,21)
#15180E
(21,24,14)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #4B574D

#4B574D
(75,87,77)
#5B665D
(91,102,93)
#6B756D
(107,117,109)
#7B847D
(123,132,125)
#8B938D
(139,147,141)
#9BA29D
(155,162,157)
#ABB1AD
(171,177,173)
#BBC0BD
(187,192,189)
#CBCFCD
(203,207,205)
#DBDEDD
(219,222,221)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B574D; }

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

This text font color is #4B574D.

Background Color

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

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

This div background color is #4B574D.

Border color

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

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

This div border color is #4B574D.

Opacity

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

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

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

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

This text has shadow with #4B574D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B574D.

Preview

Color preview on black background

This text has color #4B574D on black background.


Color preview on white background

This text has color #4B574D on white background.


Black color preview on #4B574D background

This text has black color on #4B574D background.


White color preview on #4B574D background

This text has white color on #4B574D background.


Related colors

Complementary color

Complementary color for #hex is #B4A8B2.


I love getcolorcode.com

Triadic colors

1 #4D4B57 and #574D4B with #4B574D are triadic colors.

2 #4D574B and #574B4D with #4B574D are triadic colors.