COLOR #4B545D

HEX: #4B545D
RGB: (75,84,93)

Color info

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

RGB color model

#4B545D color RGB value is (75,84,93).

  • red value is 75;
  • green value is 84;
  • blue value is 93.
RGB:
(75,84,93)
(29%,33%,36%)

RGB channels and saturation

R 75 of 255 = 29%
G 84 of 255 = 33%
B 93 of 255 = 36%

75
84
93

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

Portions of RGB colors in percentages

R + G + B =
75 + 84 + 93 = 252 (100%)
R 75 of 252 ~ 29.76%
G 84 of 252 ~ 33.33%
B 93 of 252 ~ 36.9%

%29.76
%33.33
%36.9

CMYK color model

#4B545D color CMYK value is (19,10,0,64).

  • cyan value is 19.35%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(19,10,0,64)
C19M10Y0K64 
(19%,10%,0%,64%)
(0.19/0.10/0.00/0.64)	

CMYK percentages

%19.35
%9.68
%0
%63.53

Codes

Color #4B545D in popluar color models

4B545D
RGB758493
HSL210°10.71%32.94%
HSB/HSV210°19.35%36.47%
CMYK19.35%9.68%0.00%
63.53%

Color #4B545D in popluar number systems.

HEX4B545D
Decimal758493
Binary100101110101001011101
Octal113124135

Shades and tints

Shades of #4B545D

#4B545D
(75,84,93)
#454D55
(69,77,85)
#3F464D
(63,70,77)
#393F45
(57,63,69)
#33383D
(51,56,61)
#2D3135
(45,49,53)
#272A2D
(39,42,45)
#212325
(33,35,37)
#1B1C1D
(27,28,29)
#151515
(21,21,21)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B545D

#4B545D
(75,84,93)
#5B636B
(91,99,107)
#6B7279
(107,114,121)
#7B8187
(123,129,135)
#8B9095
(139,144,149)
#9B9FA3
(155,159,163)
#ABAEB1
(171,174,177)
#BBBDBF
(187,189,191)
#CBCCCD
(203,204,205)
#DBDBDB
(219,219,219)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B545D; }

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

This text font color is #4B545D.


Background Color

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

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

This div background color is #4B545D.


Border color

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

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

This div border color is #4B545D.


Opacity

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

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

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

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

This text has shadow with #4B545D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B545D on black background.


Color preview on white background

This text has color #4B545D on white background.



Black color preview on #4B545D background

This text has black color on #4B545D background.


White color preview on #4B545D background

This text has white color on #4B545D background.