COLOR #4B4646

HEX: #4B4646 RGB: (75,70,70)

Color info

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

RGB color model

#4B4646 color RGB value is (75,70,70).

RGB: (75,70,70) (29%, 27%, 27%)

RGB channels and saturation

R 75 of 255 = 29%
G 70 of 255 = 27%
B 70 of 255 = 27%

75
70
70

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

Portions of RGB colors in percentages

R + G + B = 75 + 70 + 70 = 215 (100%)
R 75 of 215 ~ 34.88%
G 70 of 215 ~ 32.56%
B 70 of 215 ~ 32.56'%

%34.88
%32.56
%32.56

CMYK color model

#4B4646 color CMYK value is (0,7,7,71).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 6.67%
  • key color value is 70.59%

CMYK: (0,7,7,71)
C0M7Y7K71 (0%, 7%, 7%, 71%)
(0.00 / 0.07 / 0.07 / 0.71)

CMYK percentages

%0
%6.67
%6.67
%70.59

Codes

Color #4B4646 in popluar color models

4B 46 46
RGB 75 70 70
HSL 3.45% 28.43%
HSB/HSV 6.67% 29.41%
CMYK 0.00% 6.67% 6.67%
70.59%

Color #4B4646 in popluar number systems.

HEX 4B 46 46
Decimal 75 70 70
Binary 1001011 1000110 1000110
Octal 113 106 106

Shades and tints

Shades of #4B4646

#4B4646
(75,70,70)
#454040
(69,64,64)
#3F3A3A
(63,58,58)
#393434
(57,52,52)
#332E2E
(51,46,46)
#2D2828
(45,40,40)
#272222
(39,34,34)
#211C1C
(33,28,28)
#1B1616
(27,22,22)
#151010
(21,16,16)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #4B4646

#4B4646
(75,70,70)
#5B5656
(91,86,86)
#6B6666
(107,102,102)
#7B7676
(123,118,118)
#8B8686
(139,134,134)
#9B9696
(155,150,150)
#ABA6A6
(171,166,166)
#BBB6B6
(187,182,182)
#CBC6C6
(203,198,198)
#DBD6D6
(219,214,214)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4646; }

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

This text font color is #4B4646.

Background Color

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

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

This div background color is #4B4646.

Border color

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

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

This div border color is #4B4646.

Opacity

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

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

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

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

This text has shadow with #4B4646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4646.

Preview

Color preview on black background

This text has color #4B4646 on black background.


Color preview on white background

This text has color #4B4646 on white background.


Black color preview on #4B4646 background

This text has black color on #4B4646 background.


White color preview on #4B4646 background

This text has white color on #4B4646 background.


Related colors

Complementary color

Complementary color for #hex is #B4B9B9.


I love getcolorcode.com