COLOR #4B525B

HEX: #4B525B RGB: (75,82,91)

Color info

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

RGB color model

#4B525B color RGB value is (75,82,91).

RGB: (75,82,91) (29%, 32%, 36%)

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 91 of 255 = 36%

75
82
91

R + G + B ~ 32%. #4B525B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 82 + 91 = 248 (100%)
R 75 of 248 ~ 30.24%
G 82 of 248 ~ 33.06%
B 91 of 248 ~ 36.69'%

%30.24
%33.06
%36.69

CMYK color model

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

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

CMYK: (18,10,0,64)
C18M10Y0K64 (18%, 10%, 0%, 64%)
(0.18 / 0.10 / 0.00 / 0.64)

CMYK percentages

%17.58
%9.89
%0
%64.31

Codes

Color #4B525B in popluar color models

4B 52 5B
RGB 75 82 91
HSL 214° 9.64% 32.55%
HSB/HSV 214° 17.58% 35.69%
CMYK 17.58% 9.89% 0.00%
64.31%

Color #4B525B in popluar number systems.

HEX 4B 52 5B
Decimal 75 82 91
Binary 1001011 1010010 1011011
Octal 113 122 133

Shades and tints

Shades of #4B525B

#4B525B
(75,82,91)
#454B53
(69,75,83)
#3F444B
(63,68,75)
#393D43
(57,61,67)
#33363B
(51,54,59)
#2D2F33
(45,47,51)
#27282B
(39,40,43)
#212123
(33,33,35)
#1B1A1B
(27,26,27)
#151313
(21,19,19)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #4B525B

#4B525B
(75,82,91)
#5B6169
(91,97,105)
#6B7077
(107,112,119)
#7B7F85
(123,127,133)
#8B8E93
(139,142,147)
#9B9DA1
(155,157,161)
#ABACAF
(171,172,175)
#BBBBBD
(187,187,189)
#CBCACB
(203,202,203)
#DBD9D9
(219,217,217)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B525B; }

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

This text font color is #4B525B.

Background Color

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

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

This div background color is #4B525B.

Border color

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

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

This div border color is #4B525B.

Opacity

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

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

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

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

This text has shadow with #4B525B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B525B.

Preview

Color preview on black background

This text has color #4B525B on black background.


Color preview on white background

This text has color #4B525B on white background.


Black color preview on #4B525B background

This text has black color on #4B525B background.


White color preview on #4B525B background

This text has white color on #4B525B background.


Related colors

Complementary color

Complementary color for #hex is #B4ADA4.


I love getcolorcode.com

Triadic colors

1 #5B4B52 and #525B4B with #4B525B are triadic colors.

2 #5B524B and #524B5B with #4B525B are triadic colors.