COLOR #4B434D

HEX: #4B434D
RGB: (75,67,77)

Color info

#4B434D contains red, green and blue colors in about the same proportion. Web safe color of #4B434D is #333333 (or #333).

RGB color model

#4B434D color RGB value is (75,67,77).

  • red value is 75;
  • green value is 67;
  • blue value is 77.
RGB:
(75,67,77)
(29%,26%,30%)

RGB channels and saturation

R 75 of 255 = 29%
G 67 of 255 = 26%
B 77 of 255 = 30%

75
67
77

R + G + B ~ 28%. #4B434D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 67 + 77 = 219 (100%)
R 75 of 219 ~ 34.25%
G 67 of 219 ~ 30.59%
B 77 of 219 ~ 35.16%

%34.25
%30.59
%35.16

CMYK color model

#4B434D color CMYK value is (3,13,0,70).

  • cyan value is 2.60%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(3,13,0,70)
C3M13Y0K70 
(3%,13%,0%,70%)
(0.03/0.13/0.00/0.70)	

CMYK percentages

%2.6
%12.99
%0
%69.8

Codes

Color #4B434D in popluar color models

4B434D
RGB756777
HSL288°6.94%28.24%
HSB/HSV288°12.99%30.20%
CMYK2.60%12.99%0.00%
69.80%

Color #4B434D in popluar number systems.

HEX4B434D
Decimal756777
Binary100101110000111001101
Octal113103115

Shades and tints

Shades of #4B434D

#4B434D
(75,67,77)
#453D46
(69,61,70)
#3F373F
(63,55,63)
#393138
(57,49,56)
#332B31
(51,43,49)
#2D252A
(45,37,42)
#271F23
(39,31,35)
#21191C
(33,25,28)
#1B1315
(27,19,21)
#150D0E
(21,13,14)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #4B434D

#4B434D
(75,67,77)
#5B545D
(91,84,93)
#6B656D
(107,101,109)
#7B767D
(123,118,125)
#8B878D
(139,135,141)
#9B989D
(155,152,157)
#ABA9AD
(171,169,173)
#BBBABD
(187,186,189)
#CBCBCD
(203,203,205)
#DBDCDD
(219,220,221)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B434D color. Also use rgb(75,67,77) instead hex code.

Text Font Color

.myTextColor { color: #4B434D; }

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

This text font color is #4B434D.


Background Color

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

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

This div background color is #4B434D.


Border color

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

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

This div border color is #4B434D.


Opacity

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

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

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

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

This text has shadow with #4B434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B434D on black background.


Color preview on white background

This text has color #4B434D on white background.



Black color preview on #4B434D background

This text has black color on #4B434D background.


White color preview on #4B434D background

This text has white color on #4B434D background.