COLOR #4B525F

HEX: #4B525F
RGB: (75,82,95)

Color info

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

RGB color model

#4B525F color RGB value is (75,82,95).

  • red value is 75;
  • green value is 82;
  • blue value is 95.
RGB:
(75,82,95)
(29%,32%,37%)

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 95 of 255 = 37%

75
82
95

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

Portions of RGB colors in percentages

R + G + B =
75 + 82 + 95 = 252 (100%)
R 75 of 252 ~ 29.76%
G 82 of 252 ~ 32.54%
B 95 of 252 ~ 37.7%

%29.76
%32.54
%37.7

CMYK color model

#4B525F color CMYK value is (21,14,0,63).

  • cyan value is 21.05%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(21,14,0,63)
C21M14Y0K63 
(21%,14%,0%,63%)
(0.21/0.14/0.00/0.63)	

CMYK percentages

%21.05
%13.68
%0
%62.75

Codes

Color #4B525F in popluar color models

4B525F
RGB758295
HSL219°11.76%33.33%
HSB/HSV219°21.05%37.25%
CMYK21.05%13.68%0.00%
62.75%

Color #4B525F in popluar number systems.

HEX4B525F
Decimal758295
Binary100101110100101011111
Octal113122137

Shades and tints

Shades of #4B525F

#4B525F
(75,82,95)
#454B57
(69,75,87)
#3F444F
(63,68,79)
#393D47
(57,61,71)
#33363F
(51,54,63)
#2D2F37
(45,47,55)
#27282F
(39,40,47)
#212127
(33,33,39)
#1B1A1F
(27,26,31)
#151317
(21,19,23)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #4B525F

#4B525F
(75,82,95)
#5B616D
(91,97,109)
#6B707B
(107,112,123)
#7B7F89
(123,127,137)
#8B8E97
(139,142,151)
#9B9DA5
(155,157,165)
#ABACB3
(171,172,179)
#BBBBC1
(187,187,193)
#CBCACF
(203,202,207)
#DBD9DD
(219,217,221)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B525F; }

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

This text font color is #4B525F.


Background Color

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

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

This div background color is #4B525F.


Border color

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

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

This div border color is #4B525F.


Opacity

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

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

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

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

This text has shadow with #4B525F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B525F on black background.


Color preview on white background

This text has color #4B525F on white background.



Black color preview on #4B525F background

This text has black color on #4B525F background.


White color preview on #4B525F background

This text has white color on #4B525F background.