COLOR #4B5551

HEX: #4B5551 RGB: (75,85,81)

Color info

#4B5551 contains red, green and blue colors in about the same proportion. Web safe color of #4B5551 is #336666 (or #366).

RGB color model

#4B5551 color RGB value is (75,85,81).

RGB: (75,85,81) (29%, 33%, 32%)

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 81 of 255 = 32%

75
85
81

R + G + B ~ 31%. #4B5551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 85 + 81 = 241 (100%)
R 75 of 241 ~ 31.12%
G 85 of 241 ~ 35.27%
B 81 of 241 ~ 33.61'%

%31.12
%35.27
%33.61

CMYK color model

#4B5551 color CMYK value is (12,0,5,67).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 66.67%

CMYK: (12,0,5,67)
C12M0Y5K67 (12%, 0%, 5%, 67%)
(0.12 / 0.00 / 0.05 / 0.67)

CMYK percentages

%11.76
%0
%4.71
%66.67

Codes

Color #4B5551 in popluar color models

4B 55 51
RGB 75 85 81
HSL 156° 6.25% 31.37%
HSB/HSV 156° 11.76% 33.33%
CMYK 11.76% 0.00% 4.71%
66.67%

Color #4B5551 in popluar number systems.

HEX 4B 55 51
Decimal 75 85 81
Binary 1001011 1010101 1010001
Octal 113 125 121

Shades and tints

Shades of #4B5551

#4B5551
(75,85,81)
#454E4A
(69,78,74)
#3F4743
(63,71,67)
#39403C
(57,64,60)
#333935
(51,57,53)
#2D322E
(45,50,46)
#272B27
(39,43,39)
#212420
(33,36,32)
#1B1D19
(27,29,25)
#151612
(21,22,18)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #4B5551

#4B5551
(75,85,81)
#5B6460
(91,100,96)
#6B736F
(107,115,111)
#7B827E
(123,130,126)
#8B918D
(139,145,141)
#9BA09C
(155,160,156)
#ABAFAB
(171,175,171)
#BBBEBA
(187,190,186)
#CBCDC9
(203,205,201)
#DBDCD8
(219,220,216)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5551; }

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

This text font color is #4B5551.

Background Color

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

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

This div background color is #4B5551.

Border color

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

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

This div border color is #4B5551.

Opacity

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

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

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

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

This text has shadow with #4B5551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5551.

Preview

Color preview on black background

This text has color #4B5551 on black background.


Color preview on white background

This text has color #4B5551 on white background.


Black color preview on #4B5551 background

This text has black color on #4B5551 background.


White color preview on #4B5551 background

This text has white color on #4B5551 background.


Related colors

Complementary color

Complementary color for #hex is #B4AAAE.


I love getcolorcode.com

Triadic colors

1 #514B55 and #55514B with #4B5551 are triadic colors.

2 #51554B and #554B51 with #4B5551 are triadic colors.