COLOR #4B454F

HEX: #4B454F RGB: (75,69,79)

Color info

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

RGB color model

#4B454F color RGB value is (75,69,79).

RGB: (75,69,79) (29%, 27%, 31%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 79 of 255 = 31%

75
69
79

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

Portions of RGB colors in percentages

R + G + B = 75 + 69 + 79 = 223 (100%)
R 75 of 223 ~ 33.63%
G 69 of 223 ~ 30.94%
B 79 of 223 ~ 35.43'%

%33.63
%30.94
%35.43

CMYK color model

#4B454F color CMYK value is (5,13,0,69).

  • cyan value is 5.06%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (5,13,0,69)
C5M13Y0K69 (5%, 13%, 0%, 69%)
(0.05 / 0.13 / 0.00 / 0.69)

CMYK percentages

%5.06
%12.66
%0
%69.02

Codes

Color #4B454F in popluar color models

4B 45 4F
RGB 75 69 79
HSL 276° 6.76% 29.02%
HSB/HSV 276° 12.66% 30.98%
CMYK 5.06% 12.66% 0.00%
69.02%

Color #4B454F in popluar number systems.

HEX 4B 45 4F
Decimal 75 69 79
Binary 1001011 1000101 1001111
Octal 113 105 117

Shades and tints

Shades of #4B454F

#4B454F
(75,69,79)
#453F48
(69,63,72)
#3F3941
(63,57,65)
#39333A
(57,51,58)
#332D33
(51,45,51)
#2D272C
(45,39,44)
#272125
(39,33,37)
#211B1E
(33,27,30)
#1B1517
(27,21,23)
#150F10
(21,15,16)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #4B454F

#4B454F
(75,69,79)
#5B555F
(91,85,95)
#6B656F
(107,101,111)
#7B757F
(123,117,127)
#8B858F
(139,133,143)
#9B959F
(155,149,159)
#ABA5AF
(171,165,175)
#BBB5BF
(187,181,191)
#CBC5CF
(203,197,207)
#DBD5DF
(219,213,223)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B454F; }

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

This text font color is #4B454F.

Background Color

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

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

This div background color is #4B454F.

Border color

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

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

This div border color is #4B454F.

Opacity

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

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

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

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

This text has shadow with #4B454F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B454F.

Preview

Color preview on black background

This text has color #4B454F on black background.


Color preview on white background

This text has color #4B454F on white background.


Black color preview on #4B454F background

This text has black color on #4B454F background.


White color preview on #4B454F background

This text has white color on #4B454F background.


Related colors

Complementary color

Complementary color for #hex is #B4BAB0.


I love getcolorcode.com

Triadic colors

1 #4F4B45 and #454F4B with #4B454F are triadic colors.

2 #4F454B and #454B4F with #4B454F are triadic colors.