COLOR #4B5051

HEX: #4B5051
RGB: (75,80,81)

Color info

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

RGB color model

#4B5051 color RGB value is (75,80,81).

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

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 81 of 255 = 32%

75
80
81

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

Portions of RGB colors in percentages

R + G + B =
75 + 80 + 81 = 236 (100%)
R 75 of 236 ~ 31.78%
G 80 of 236 ~ 33.9%
B 81 of 236 ~ 34.32%

%31.78
%33.9
%34.32

CMYK color model

#4B5051 color CMYK value is (7,1,0,68).

  • cyan value is 7.41%
  • magenta value is 1.23%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,1,0,68)
C7M1Y0K68 
(7%,1%,0%,68%)
(0.07/0.01/0.00/0.68)	

CMYK percentages

%7.41
%1.23
%0
%68.24

Codes

Color #4B5051 in popluar color models

4B5051
RGB758081
HSL190°3.85%30.59%
HSB/HSV190°7.41%31.76%
CMYK7.41%1.23%0.00%
68.24%

Color #4B5051 in popluar number systems.

HEX4B5051
Decimal758081
Binary100101110100001010001
Octal113120121

Shades and tints

Shades of #4B5051

#4B5051
(75,80,81)
#45494A
(69,73,74)
#3F4243
(63,66,67)
#393B3C
(57,59,60)
#333435
(51,52,53)
#2D2D2E
(45,45,46)
#272627
(39,38,39)
#211F20
(33,31,32)
#1B1819
(27,24,25)
#151112
(21,17,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #4B5051

#4B5051
(75,80,81)
#5B5F60
(91,95,96)
#6B6E6F
(107,110,111)
#7B7D7E
(123,125,126)
#8B8C8D
(139,140,141)
#9B9B9C
(155,155,156)
#ABAAAB
(171,170,171)
#BBB9BA
(187,185,186)
#CBC8C9
(203,200,201)
#DBD7D8
(219,215,216)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5051; }

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

This text font color is #4B5051.


Background Color

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

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

This div background color is #4B5051.


Border color

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

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

This div border color is #4B5051.


Opacity

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

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

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

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

This text has shadow with #4B5051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5051 on black background.


Color preview on white background

This text has color #4B5051 on white background.



Black color preview on #4B5051 background

This text has black color on #4B5051 background.


White color preview on #4B5051 background

This text has white color on #4B5051 background.