COLOR #4B424C

HEX: #4B424C RGB: (75,66,76)

Color info

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

RGB color model

#4B424C color RGB value is (75,66,76).

RGB: (75,66,76) (29%, 26%, 30%)

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 76 of 255 = 30%

75
66
76

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

Portions of RGB colors in percentages

R + G + B = 75 + 66 + 76 = 217 (100%)
R 75 of 217 ~ 34.56%
G 66 of 217 ~ 30.41%
B 76 of 217 ~ 35.02'%

%34.56
%30.41
%35.02

CMYK color model

#4B424C color CMYK value is (1,13,0,70).

  • cyan value is 1.32%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (1,13,0,70)
C1M13Y0K70 (1%, 13%, 0%, 70%)
(0.01 / 0.13 / 0.00 / 0.70)

CMYK percentages

%1.32
%13.16
%0
%70.2

Codes

Color #4B424C in popluar color models

4B 42 4C
RGB 75 66 76
HSL 294° 7.04% 27.84%
HSB/HSV 294° 13.16% 29.80%
CMYK 1.32% 13.16% 0.00%
70.20%

Color #4B424C in popluar number systems.

HEX 4B 42 4C
Decimal 75 66 76
Binary 1001011 1000010 1001100
Octal 113 102 114

Shades and tints

Shades of #4B424C

#4B424C
(75,66,76)
#453C46
(69,60,70)
#3F3640
(63,54,64)
#39303A
(57,48,58)
#332A34
(51,42,52)
#2D242E
(45,36,46)
#271E28
(39,30,40)
#211822
(33,24,34)
#1B121C
(27,18,28)
#150C16
(21,12,22)
#0F0610
(15,6,16)
#000000
(0,0,0)

Tints of #4B424C

#4B424C
(75,66,76)
#5B535C
(91,83,92)
#6B646C
(107,100,108)
#7B757C
(123,117,124)
#8B868C
(139,134,140)
#9B979C
(155,151,156)
#ABA8AC
(171,168,172)
#BBB9BC
(187,185,188)
#CBCACC
(203,202,204)
#DBDBDC
(219,219,220)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B424C color. Also use rgb(75,66,76) instead hex code.

Text Font Color

.myTextColor { color: #4B424C; }

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

This text font color is #4B424C.

Background Color

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

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

This div background color is #4B424C.

Border color

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

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

This div border color is #4B424C.

Opacity

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

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

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

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

This text has shadow with #4B424C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B424C.

Preview

Color preview on black background

This text has color #4B424C on black background.


Color preview on white background

This text has color #4B424C on white background.


Black color preview on #4B424C background

This text has black color on #4B424C background.


White color preview on #4B424C background

This text has white color on #4B424C background.


Related colors

Complementary color

Complementary color for #hex is #B4BDB3.


I love getcolorcode.com

Triadic colors

1 #4C4B42 and #424C4B with #4B424C are triadic colors.

2 #4C424B and #424B4C with #4B424C are triadic colors.