COLOR #4B575B

HEX: #4B575B RGB: (75,87,91)

Color info

#4B575B contains red, green and blue colors in about the same proportion. Web safe color of #4B575B is #336666 (or #366).

RGB color model

#4B575B color RGB value is (75,87,91).

RGB: (75,87,91) (29%, 34%, 36%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 91 of 255 = 36%

75
87
91

R + G + B ~ 33%. #4B575B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 87 + 91 = 253 (100%)
R 75 of 253 ~ 29.64%
G 87 of 253 ~ 34.39%
B 91 of 253 ~ 35.97'%

%29.64
%34.39
%35.97

CMYK color model

#4B575B color CMYK value is (18,4,0,64).

  • cyan value is 17.58%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (18,4,0,64)
C18M4Y0K64 (18%, 4%, 0%, 64%)
(0.18 / 0.04 / 0.00 / 0.64)

CMYK percentages

%17.58
%4.4
%0
%64.31

Codes

Color #4B575B in popluar color models

4B 57 5B
RGB 75 87 91
HSL 195° 9.64% 32.55%
HSB/HSV 195° 17.58% 35.69%
CMYK 17.58% 4.40% 0.00%
64.31%

Color #4B575B in popluar number systems.

HEX 4B 57 5B
Decimal 75 87 91
Binary 1001011 1010111 1011011
Octal 113 127 133

Shades and tints

Shades of #4B575B

#4B575B
(75,87,91)
#455053
(69,80,83)
#3F494B
(63,73,75)
#394243
(57,66,67)
#333B3B
(51,59,59)
#2D3433
(45,52,51)
#272D2B
(39,45,43)
#212623
(33,38,35)
#1B1F1B
(27,31,27)
#151813
(21,24,19)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #4B575B

#4B575B
(75,87,91)
#5B6669
(91,102,105)
#6B7577
(107,117,119)
#7B8485
(123,132,133)
#8B9393
(139,147,147)
#9BA2A1
(155,162,161)
#ABB1AF
(171,177,175)
#BBC0BD
(187,192,189)
#CBCFCB
(203,207,203)
#DBDED9
(219,222,217)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B575B; }

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

This text font color is #4B575B.

Background Color

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

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

This div background color is #4B575B.

Border color

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

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

This div border color is #4B575B.

Opacity

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

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

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

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

This text has shadow with #4B575B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B575B.

Preview

Color preview on black background

This text has color #4B575B on black background.


Color preview on white background

This text has color #4B575B on white background.


Black color preview on #4B575B background

This text has black color on #4B575B background.


White color preview on #4B575B background

This text has white color on #4B575B background.


Related colors

Complementary color

Complementary color for #hex is #B4A8A4.


I love getcolorcode.com

Triadic colors

1 #5B4B57 and #575B4B with #4B575B are triadic colors.

2 #5B574B and #574B5B with #4B575B are triadic colors.