COLOR #4B5056

HEX: #4B5056
RGB: (75,80,86)

Color info

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

RGB color model

#4B5056 color RGB value is (75,80,86).

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

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 86 of 255 = 34%

75
80
86

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

Portions of RGB colors in percentages

R + G + B =
75 + 80 + 86 = 241 (100%)
R 75 of 241 ~ 31.12%
G 80 of 241 ~ 33.2%
B 86 of 241 ~ 35.68%

%31.12
%33.2
%35.68

CMYK color model

#4B5056 color CMYK value is (13,7,0,66).

  • cyan value is 12.79%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(13,7,0,66)
C13M7Y0K66 
(13%,7%,0%,66%)
(0.13/0.07/0.00/0.66)	

CMYK percentages

%12.79
%6.98
%0
%66.27

Codes

Color #4B5056 in popluar color models

4B5056
RGB758086
HSL213°6.83%31.57%
HSB/HSV213°12.79%33.73%
CMYK12.79%6.98%0.00%
66.27%

Color #4B5056 in popluar number systems.

HEX4B5056
Decimal758086
Binary100101110100001010110
Octal113120126

Shades and tints

Shades of #4B5056

#4B5056
(75,80,86)
#45494F
(69,73,79)
#3F4248
(63,66,72)
#393B41
(57,59,65)
#33343A
(51,52,58)
#2D2D33
(45,45,51)
#27262C
(39,38,44)
#211F25
(33,31,37)
#1B181E
(27,24,30)
#151117
(21,17,23)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #4B5056

#4B5056
(75,80,86)
#5B5F65
(91,95,101)
#6B6E74
(107,110,116)
#7B7D83
(123,125,131)
#8B8C92
(139,140,146)
#9B9BA1
(155,155,161)
#ABAAB0
(171,170,176)
#BBB9BF
(187,185,191)
#CBC8CE
(203,200,206)
#DBD7DD
(219,215,221)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5056; }

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

This text font color is #4B5056.


Background Color

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

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

This div background color is #4B5056.


Border color

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

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

This div border color is #4B5056.


Opacity

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

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

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

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

This text has shadow with #4B5056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5056 on black background.


Color preview on white background

This text has color #4B5056 on white background.



Black color preview on #4B5056 background

This text has black color on #4B5056 background.


White color preview on #4B5056 background

This text has white color on #4B5056 background.