COLOR #4B4749

HEX: #4B4749 RGB: (75,71,73)

Color info

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

RGB color model

#4B4749 color RGB value is (75,71,73).

RGB: (75,71,73) (29%, 28%, 29%)

RGB channels and saturation

R 75 of 255 = 29%
G 71 of 255 = 28%
B 73 of 255 = 29%

75
71
73

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

Portions of RGB colors in percentages

R + G + B = 75 + 71 + 73 = 219 (100%)
R 75 of 219 ~ 34.25%
G 71 of 219 ~ 32.42%
B 73 of 219 ~ 33.33'%

%34.25
%32.42
%33.33

CMYK color model

#4B4749 color CMYK value is (0,5,3,71).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 2.67%
  • key color value is 70.59%

CMYK: (0,5,3,71)
C0M5Y3K71 (0%, 5%, 3%, 71%)
(0.00 / 0.05 / 0.03 / 0.71)

CMYK percentages

%0
%5.33
%2.67
%70.59

Codes

Color #4B4749 in popluar color models

4B 47 49
RGB 75 71 73
HSL 330° 2.74% 28.63%
HSB/HSV 330° 5.33% 29.41%
CMYK 0.00% 5.33% 2.67%
70.59%

Color #4B4749 in popluar number systems.

HEX 4B 47 49
Decimal 75 71 73
Binary 1001011 1000111 1001001
Octal 113 107 111

Shades and tints

Shades of #4B4749

#4B4749
(75,71,73)
#454143
(69,65,67)
#3F3B3D
(63,59,61)
#393537
(57,53,55)
#332F31
(51,47,49)
#2D292B
(45,41,43)
#272325
(39,35,37)
#211D1F
(33,29,31)
#1B1719
(27,23,25)
#151113
(21,17,19)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #4B4749

#4B4749
(75,71,73)
#5B5759
(91,87,89)
#6B6769
(107,103,105)
#7B7779
(123,119,121)
#8B8789
(139,135,137)
#9B9799
(155,151,153)
#ABA7A9
(171,167,169)
#BBB7B9
(187,183,185)
#CBC7C9
(203,199,201)
#DBD7D9
(219,215,217)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4749; }

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

This text font color is #4B4749.

Background Color

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

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

This div background color is #4B4749.

Border color

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

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

This div border color is #4B4749.

Opacity

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

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

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

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

This text has shadow with #4B4749 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4749.

Preview

Color preview on black background

This text has color #4B4749 on black background.


Color preview on white background

This text has color #4B4749 on white background.


Black color preview on #4B4749 background

This text has black color on #4B4749 background.


White color preview on #4B4749 background

This text has white color on #4B4749 background.


Related colors

Complementary color

Complementary color for #hex is #B4B8B6.


I love getcolorcode.com

Triadic colors

1 #494B47 and #47494B with #4B4749 are triadic colors.

2 #49474B and #474B49 with #4B4749 are triadic colors.