COLOR #4B5758

HEX: #4B5758 RGB: (75,87,88)

Color info

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

RGB color model

#4B5758 color RGB value is (75,87,88).

RGB: (75,87,88) (29%, 34%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 88 of 255 = 35%

75
87
88

R + G + B ~ 33%. #4B5758 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 87 + 88 = 250 (100%)
R 75 of 250 ~ 30%
G 87 of 250 ~ 34.8%
B 88 of 250 ~ 35.2'%

%30
%34.8
%35.2

CMYK color model

#4B5758 color CMYK value is (15,1,0,65).

  • cyan value is 14.77%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK: (15,1,0,65) C15M1Y0K65 (15%,1%,0%,65%) (0.15/0.01/0.00/0.65) 

CMYK percentages

%14.77
%1.14
%0
%65.49

Codes

Color #4B5758 in popluar color models

4B 57 58
RGB 75 87 88
HSL 185° 7.98% 31.96%
HSB/HSV 185° 14.77% 34.51%
CMYK 14.77% 1.14% 0.00%
65.49%

Color #4B5758 in popluar number systems.

HEX 4B 57 58
Decimal 75 87 88
Binary 1001011 1010111 1011000
Octal 113 127 130

Shades and tints

Shades of #4B5758

#4B5758
(75,87,88)
#455050
(69,80,80)
#3F4948
(63,73,72)
#394240
(57,66,64)
#333B38
(51,59,56)
#2D3430
(45,52,48)
#272D28
(39,45,40)
#212620
(33,38,32)
#1B1F18
(27,31,24)
#151810
(21,24,16)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #4B5758

#4B5758
(75,87,88)
#5B6667
(91,102,103)
#6B7576
(107,117,118)
#7B8485
(123,132,133)
#8B9394
(139,147,148)
#9BA2A3
(155,162,163)
#ABB1B2
(171,177,178)
#BBC0C1
(187,192,193)
#CBCFD0
(203,207,208)
#DBDEDF
(219,222,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5758; }

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

This text font color is #4B5758.

Background Color

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

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

This div background color is #4B5758.

Border color

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

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

This div border color is #4B5758.

Opacity

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

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

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

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

This text has shadow with #4B5758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5758.

Preview

Color preview on black background

This text has color #4B5758 on black background.


Color preview on white background

This text has color #4B5758 on white background.


Black color preview on #4B5758 background

This text has black color on #4B5758 background.


White color preview on #4B5758 background

This text has white color on #4B5758 background.


Related colors

Complementary color

Complementary color for #hex is #B4A8A7.


I love getcolorcode.com

Triadic colors

1 #584B57 and #57584B with #4B5758 are triadic colors.

2 #58574B and #574B58 with #4B5758 are triadic colors.