COLOR #4B5558

HEX: #4B5558 RGB: (75,85,88)

Color info

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

RGB color model

#4B5558 color RGB value is (75,85,88).

RGB: (75,85,88) (29%, 33%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 88 of 255 = 35%

75
85
88

R + G + B ~ 32%. #4B5558 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 85 + 88 = 248 (100%)
R 75 of 248 ~ 30.24%
G 85 of 248 ~ 34.27%
B 88 of 248 ~ 35.48'%

%30.24
%34.27
%35.48

CMYK color model

#4B5558 color CMYK value is (15,3,0,65).

  • cyan value is 14.77%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK: (15,3,0,65) C15M3Y0K65 (15%,3%,0%,65%) (0.15/0.03/0.00/0.65) 

CMYK percentages

%14.77
%3.41
%0
%65.49

Codes

Color #4B5558 in popluar color models

4B 55 58
RGB 75 85 88
HSL 194° 7.98% 31.96%
HSB/HSV 194° 14.77% 34.51%
CMYK 14.77% 3.41% 0.00%
65.49%

Color #4B5558 in popluar number systems.

HEX 4B 55 58
Decimal 75 85 88
Binary 1001011 1010101 1011000
Octal 113 125 130

Shades and tints

Shades of #4B5558

#4B5558
(75,85,88)
#454E50
(69,78,80)
#3F4748
(63,71,72)
#394040
(57,64,64)
#333938
(51,57,56)
#2D3230
(45,50,48)
#272B28
(39,43,40)
#212420
(33,36,32)
#1B1D18
(27,29,24)
#151610
(21,22,16)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #4B5558

#4B5558
(75,85,88)
#5B6467
(91,100,103)
#6B7376
(107,115,118)
#7B8285
(123,130,133)
#8B9194
(139,145,148)
#9BA0A3
(155,160,163)
#ABAFB2
(171,175,178)
#BBBEC1
(187,190,193)
#CBCDD0
(203,205,208)
#DBDCDF
(219,220,223)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5558; }

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

This text font color is #4B5558.

Background Color

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

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

This div background color is #4B5558.

Border color

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

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

This div border color is #4B5558.

Opacity

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

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

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

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

This text has shadow with #4B5558 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5558.

Preview

Color preview on black background

This text has color #4B5558 on black background.


Color preview on white background

This text has color #4B5558 on white background.


Black color preview on #4B5558 background

This text has black color on #4B5558 background.


White color preview on #4B5558 background

This text has white color on #4B5558 background.


Related colors

Complementary color

Complementary color for #hex is #B4AAA7.


I love getcolorcode.com

Triadic colors

1 #584B55 and #55584B with #4B5558 are triadic colors.

2 #58554B and #554B58 with #4B5558 are triadic colors.