COLOR #4B5448

HEX: #4B5448 RGB: (75,84,72)

Color info

#4B5448 contains red, green and blue colors in about the same proportion. Web safe color of #4B5448 is #336633 (or #363).

RGB color model

#4B5448 color RGB value is (75,84,72).

RGB: (75,84,72) (29%, 33%, 28%)

RGB channels and saturation

R 75 of 255 = 29%
G 84 of 255 = 33%
B 72 of 255 = 28%

75
84
72

R + G + B ~ 30%. #4B5448 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 84 + 72 = 231 (100%)
R 75 of 231 ~ 32.47%
G 84 of 231 ~ 36.36%
B 72 of 231 ~ 31.17'%

%32.47
%36.36
%31.17

CMYK color model

#4B5448 color CMYK value is (11,0,14,67).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 67.06%

CMYK: (11,0,14,67)
C11M0Y14K67 (11%, 0%, 14%, 67%)
(0.11 / 0.00 / 0.14 / 0.67)

CMYK percentages

%10.71
%0
%14.29
%67.06

Codes

Color #4B5448 in popluar color models

4B 54 48
RGB 75 84 72
HSL 105° 7.69% 30.59%
HSB/HSV 105° 14.29% 32.94%
CMYK 10.71% 0.00% 14.29%
67.06%

Color #4B5448 in popluar number systems.

HEX 4B 54 48
Decimal 75 84 72
Binary 1001011 1010100 1001000
Octal 113 124 110

Shades and tints

Shades of #4B5448

#4B5448
(75,84,72)
#454D42
(69,77,66)
#3F463C
(63,70,60)
#393F36
(57,63,54)
#333830
(51,56,48)
#2D312A
(45,49,42)
#272A24
(39,42,36)
#21231E
(33,35,30)
#1B1C18
(27,28,24)
#151512
(21,21,18)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #4B5448

#4B5448
(75,84,72)
#5B6358
(91,99,88)
#6B7268
(107,114,104)
#7B8178
(123,129,120)
#8B9088
(139,144,136)
#9B9F98
(155,159,152)
#ABAEA8
(171,174,168)
#BBBDB8
(187,189,184)
#CBCCC8
(203,204,200)
#DBDBD8
(219,219,216)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5448; }

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

This text font color is #4B5448.

Background Color

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

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

This div background color is #4B5448.

Border color

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

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

This div border color is #4B5448.

Opacity

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

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

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

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

This text has shadow with #4B5448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5448.

Preview

Color preview on black background

This text has color #4B5448 on black background.


Color preview on white background

This text has color #4B5448 on white background.


Black color preview on #4B5448 background

This text has black color on #4B5448 background.


White color preview on #4B5448 background

This text has white color on #4B5448 background.


Related colors

Complementary color

Complementary color for #hex is #B4ABB7.


I love getcolorcode.com

Triadic colors

1 #484B54 and #54484B with #4B5448 are triadic colors.

2 #48544B and #544B48 with #4B5448 are triadic colors.