COLOR #4B434F

HEX: #4B434F
RGB: (75,67,79)

Color info

#4B434F contains red, green and blue colors in about the same proportion. Web safe color of #4B434F is #333366 (or #336).

RGB color model

#4B434F color RGB value is (75,67,79).

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

RGB channels and saturation

R 75 of 255 = 29%
G 67 of 255 = 26%
B 79 of 255 = 31%

75
67
79

R + G + B ~ 29%. #4B434F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 67 + 79 = 221 (100%)
R 75 of 221 ~ 33.94%
G 67 of 221 ~ 30.32%
B 79 of 221 ~ 35.75%

%33.94
%30.32
%35.75

CMYK color model

#4B434F color CMYK value is (5,15,0,69).

  • cyan value is 5.06%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(5,15,0,69)
C5M15Y0K69 
(5%,15%,0%,69%)
(0.05/0.15/0.00/0.69)	

CMYK percentages

%5.06
%15.19
%0
%69.02

Codes

Color #4B434F in popluar color models

4B434F
RGB756779
HSL280°8.22%28.63%
HSB/HSV280°15.19%30.98%
CMYK5.06%15.19%0.00%
69.02%

Color #4B434F in popluar number systems.

HEX4B434F
Decimal756779
Binary100101110000111001111
Octal113103117

Shades and tints

Shades of #4B434F

#4B434F
(75,67,79)
#453D48
(69,61,72)
#3F3741
(63,55,65)
#39313A
(57,49,58)
#332B33
(51,43,51)
#2D252C
(45,37,44)
#271F25
(39,31,37)
#21191E
(33,25,30)
#1B1317
(27,19,23)
#150D10
(21,13,16)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #4B434F

#4B434F
(75,67,79)
#5B545F
(91,84,95)
#6B656F
(107,101,111)
#7B767F
(123,118,127)
#8B878F
(139,135,143)
#9B989F
(155,152,159)
#ABA9AF
(171,169,175)
#BBBABF
(187,186,191)
#CBCBCF
(203,203,207)
#DBDCDF
(219,220,223)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B434F; }

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

This text font color is #4B434F.


Background Color

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

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

This div background color is #4B434F.


Border color

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

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

This div border color is #4B434F.


Opacity

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

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

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

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

This text has shadow with #4B434F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B434F on black background.


Color preview on white background

This text has color #4B434F on white background.



Black color preview on #4B434F background

This text has black color on #4B434F background.


White color preview on #4B434F background

This text has white color on #4B434F background.