COLOR #4B524F

HEX: #4B524F
RGB: (75,82,79)

Color info

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

RGB color model

#4B524F color RGB value is (75,82,79).

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

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 79 of 255 = 31%

75
82
79

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

Portions of RGB colors in percentages

R + G + B =
75 + 82 + 79 = 236 (100%)
R 75 of 236 ~ 31.78%
G 82 of 236 ~ 34.75%
B 79 of 236 ~ 33.47%

%31.78
%34.75
%33.47

CMYK color model

#4B524F color CMYK value is (9,0,4,68).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 67.84%
CMYK:
(9,0,4,68)
C9M0Y4K68 
(9%,0%,4%,68%)
(0.09/0.00/0.04/0.68)	

CMYK percentages

%8.54
%0
%3.66
%67.84

Codes

Color #4B524F in popluar color models

4B524F
RGB758279
HSL154°4.46%30.78%
HSB/HSV154°8.54%32.16%
CMYK8.54%0.00%3.66%
67.84%

Color #4B524F in popluar number systems.

HEX4B524F
Decimal758279
Binary100101110100101001111
Octal113122117

Shades and tints

Shades of #4B524F

#4B524F
(75,82,79)
#454B48
(69,75,72)
#3F4441
(63,68,65)
#393D3A
(57,61,58)
#333633
(51,54,51)
#2D2F2C
(45,47,44)
#272825
(39,40,37)
#21211E
(33,33,30)
#1B1A17
(27,26,23)
#151310
(21,19,16)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #4B524F

#4B524F
(75,82,79)
#5B615F
(91,97,95)
#6B706F
(107,112,111)
#7B7F7F
(123,127,127)
#8B8E8F
(139,142,143)
#9B9D9F
(155,157,159)
#ABACAF
(171,172,175)
#BBBBBF
(187,187,191)
#CBCACF
(203,202,207)
#DBD9DF
(219,217,223)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B524F; }

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

This text font color is #4B524F.


Background Color

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

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

This div background color is #4B524F.


Border color

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

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

This div border color is #4B524F.


Opacity

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

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

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

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

This text has shadow with #4B524F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B524F on black background.


Color preview on white background

This text has color #4B524F on white background.



Black color preview on #4B524F background

This text has black color on #4B524F background.


White color preview on #4B524F background

This text has white color on #4B524F background.