COLOR #4B524E

HEX: #4B524E RGB: (75,82,78)

Color info

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

RGB color model

#4B524E color RGB value is (75,82,78).

RGB: (75,82,78) (29%, 32%, 31%)

RGB channels and saturation

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

75
82
78

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

Portions of RGB colors in percentages

R + G + B = 75 + 82 + 78 = 235 (100%)
R 75 of 235 ~ 31.91%
G 82 of 235 ~ 34.89%
B 78 of 235 ~ 33.19'%

%31.91
%34.89
%33.19

CMYK color model

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

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 67.84%

CMYK: (9,0,5,68)
C9M0Y5K68 (9%, 0%, 5%, 68%)
(0.09 / 0.00 / 0.05 / 0.68)

CMYK percentages

%8.54
%0
%4.88
%67.84

Codes

Color #4B524E in popluar color models

4B 52 4E
RGB 75 82 78
HSL 146° 4.46% 30.78%
HSB/HSV 146° 8.54% 32.16%
CMYK 8.54% 0.00% 4.88%
67.84%

Color #4B524E in popluar number systems.

HEX 4B 52 4E
Decimal 75 82 78
Binary 1001011 1010010 1001110
Octal 113 122 116

Shades and tints

Shades of #4B524E

#4B524E
(75,82,78)
#454B47
(69,75,71)
#3F4440
(63,68,64)
#393D39
(57,61,57)
#333632
(51,54,50)
#2D2F2B
(45,47,43)
#272824
(39,40,36)
#21211D
(33,33,29)
#1B1A16
(27,26,22)
#15130F
(21,19,15)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #4B524E

#4B524E
(75,82,78)
#5B615E
(91,97,94)
#6B706E
(107,112,110)
#7B7F7E
(123,127,126)
#8B8E8E
(139,142,142)
#9B9D9E
(155,157,158)
#ABACAE
(171,172,174)
#BBBBBE
(187,187,190)
#CBCACE
(203,202,206)
#DBD9DE
(219,217,222)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B524E; }

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

This text font color is #4B524E.

Background Color

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

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

This div background color is #4B524E.

Border color

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

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

This div border color is #4B524E.

Opacity

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

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

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

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

This text has shadow with #4B524E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B524E.

Preview

Color preview on black background

This text has color #4B524E on black background.


Color preview on white background

This text has color #4B524E on white background.


Black color preview on #4B524E background

This text has black color on #4B524E background.


White color preview on #4B524E background

This text has white color on #4B524E background.


Related colors

Complementary color

Complementary color for #hex is #B4ADB1.


I love getcolorcode.com

Triadic colors

1 #4E4B52 and #524E4B with #4B524E are triadic colors.

2 #4E524B and #524B4E with #4B524E are triadic colors.