COLOR #4B5456

HEX: #4B5456
RGB: (75,84,86)

Color info

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

RGB color model

#4B5456 color RGB value is (75,84,86).

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

RGB channels and saturation

R 75 of 255 = 29%
G 84 of 255 = 33%
B 86 of 255 = 34%

75
84
86

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

Portions of RGB colors in percentages

R + G + B =
75 + 84 + 86 = 245 (100%)
R 75 of 245 ~ 30.61%
G 84 of 245 ~ 34.29%
B 86 of 245 ~ 35.1%

%30.61
%34.29
%35.1

CMYK color model

#4B5456 color CMYK value is (13,2,0,66).

  • cyan value is 12.79%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(13,2,0,66)
C13M2Y0K66 
(13%,2%,0%,66%)
(0.13/0.02/0.00/0.66)	

CMYK percentages

%12.79
%2.33
%0
%66.27

Codes

Color #4B5456 in popluar color models

4B5456
RGB758486
HSL191°6.83%31.57%
HSB/HSV191°12.79%33.73%
CMYK12.79%2.33%0.00%
66.27%

Color #4B5456 in popluar number systems.

HEX4B5456
Decimal758486
Binary100101110101001010110
Octal113124126

Shades and tints

Shades of #4B5456

#4B5456
(75,84,86)
#454D4F
(69,77,79)
#3F4648
(63,70,72)
#393F41
(57,63,65)
#33383A
(51,56,58)
#2D3133
(45,49,51)
#272A2C
(39,42,44)
#212325
(33,35,37)
#1B1C1E
(27,28,30)
#151517
(21,21,23)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #4B5456

#4B5456
(75,84,86)
#5B6365
(91,99,101)
#6B7274
(107,114,116)
#7B8183
(123,129,131)
#8B9092
(139,144,146)
#9B9FA1
(155,159,161)
#ABAEB0
(171,174,176)
#BBBDBF
(187,189,191)
#CBCCCE
(203,204,206)
#DBDBDD
(219,219,221)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5456; }

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

This text font color is #4B5456.


Background Color

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

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

This div background color is #4B5456.


Border color

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

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

This div border color is #4B5456.


Opacity

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

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

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

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

This text has shadow with #4B5456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5456 on black background.


Color preview on white background

This text has color #4B5456 on white background.



Black color preview on #4B5456 background

This text has black color on #4B5456 background.


White color preview on #4B5456 background

This text has white color on #4B5456 background.