COLOR #4B5254

HEX: #4B5254 RGB: (75,82,84)

Color info

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

RGB color model

#4B5254 color RGB value is (75,82,84).

RGB: (75,82,84) (29%, 32%, 33%)

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 84 of 255 = 33%

75
82
84

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

Portions of RGB colors in percentages

R + G + B = 75 + 82 + 84 = 241 (100%)
R 75 of 241 ~ 31.12%
G 82 of 241 ~ 34.02%
B 84 of 241 ~ 34.85'%

%31.12
%34.02
%34.85

CMYK color model

#4B5254 color CMYK value is (11,2,0,67).

  • cyan value is 10.71%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (11,2,0,67)
C11M2Y0K67 (11%, 2%, 0%, 67%)
(0.11 / 0.02 / 0.00 / 0.67)

CMYK percentages

%10.71
%2.38
%0
%67.06

Codes

Color #4B5254 in popluar color models

4B 52 54
RGB 75 82 84
HSL 193° 5.66% 31.18%
HSB/HSV 193° 10.71% 32.94%
CMYK 10.71% 2.38% 0.00%
67.06%

Color #4B5254 in popluar number systems.

HEX 4B 52 54
Decimal 75 82 84
Binary 1001011 1010010 1010100
Octal 113 122 124

Shades and tints

Shades of #4B5254

#4B5254
(75,82,84)
#454B4D
(69,75,77)
#3F4446
(63,68,70)
#393D3F
(57,61,63)
#333638
(51,54,56)
#2D2F31
(45,47,49)
#27282A
(39,40,42)
#212123
(33,33,35)
#1B1A1C
(27,26,28)
#151315
(21,19,21)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #4B5254

#4B5254
(75,82,84)
#5B6163
(91,97,99)
#6B7072
(107,112,114)
#7B7F81
(123,127,129)
#8B8E90
(139,142,144)
#9B9D9F
(155,157,159)
#ABACAE
(171,172,174)
#BBBBBD
(187,187,189)
#CBCACC
(203,202,204)
#DBD9DB
(219,217,219)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5254; }

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

This text font color is #4B5254.

Background Color

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

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

This div background color is #4B5254.

Border color

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

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

This div border color is #4B5254.

Opacity

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

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

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

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

This text has shadow with #4B5254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5254.

Preview

Color preview on black background

This text has color #4B5254 on black background.


Color preview on white background

This text has color #4B5254 on white background.


Black color preview on #4B5254 background

This text has black color on #4B5254 background.


White color preview on #4B5254 background

This text has white color on #4B5254 background.


Related colors

Complementary color

Complementary color for #hex is #B4ADAB.


I love getcolorcode.com

Triadic colors

1 #544B52 and #52544B with #4B5254 are triadic colors.

2 #54524B and #524B54 with #4B5254 are triadic colors.