COLOR #4B5354

HEX: #4B5354
RGB: (75,83,84)

Color info

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

RGB color model

#4B5354 color RGB value is (75,83,84).

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

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 84 of 255 = 33%

75
83
84

R + G + B ~ 32%. #4B5354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 84 = 242 (100%)
R 75 of 242 ~ 30.99%
G 83 of 242 ~ 34.3%
B 84 of 242 ~ 34.71%

%30.99
%34.3
%34.71

CMYK color model

#4B5354 color CMYK value is (11,1,0,67).

  • cyan value is 10.71%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(11,1,0,67)
C11M1Y0K67 
(11%,1%,0%,67%)
(0.11/0.01/0.00/0.67)	

CMYK percentages

%10.71
%1.19
%0
%67.06

Codes

Color #4B5354 in popluar color models

4B5354
RGB758384
HSL187°5.66%31.18%
HSB/HSV187°10.71%32.94%
CMYK10.71%1.19%0.00%
67.06%

Color #4B5354 in popluar number systems.

HEX4B5354
Decimal758384
Binary100101110100111010100
Octal113123124

Shades and tints

Shades of #4B5354

#4B5354
(75,83,84)
#454C4D
(69,76,77)
#3F4546
(63,69,70)
#393E3F
(57,62,63)
#333738
(51,55,56)
#2D3031
(45,48,49)
#27292A
(39,41,42)
#212223
(33,34,35)
#1B1B1C
(27,27,28)
#151415
(21,20,21)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #4B5354

#4B5354
(75,83,84)
#5B6263
(91,98,99)
#6B7172
(107,113,114)
#7B8081
(123,128,129)
#8B8F90
(139,143,144)
#9B9E9F
(155,158,159)
#ABADAE
(171,173,174)
#BBBCBD
(187,188,189)
#CBCBCC
(203,203,204)
#DBDADB
(219,218,219)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5354; }

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

This text font color is #4B5354.


Background Color

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

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

This div background color is #4B5354.


Border color

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

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

This div border color is #4B5354.


Opacity

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

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

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

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

This text has shadow with #4B5354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5354 on black background.


Color preview on white background

This text has color #4B5354 on white background.



Black color preview on #4B5354 background

This text has black color on #4B5354 background.


White color preview on #4B5354 background

This text has white color on #4B5354 background.