COLOR #4B5750

HEX: #4B5750
RGB: (75,87,80)

Color info

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

RGB color model

#4B5750 color RGB value is (75,87,80).

  • red value is 75;
  • green value is 87;
  • blue value is 80.
RGB:
(75,87,80)
(29%,34%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 80 of 255 = 31%

75
87
80

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

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 80 = 242 (100%)
R 75 of 242 ~ 30.99%
G 87 of 242 ~ 35.95%
B 80 of 242 ~ 33.06%

%30.99
%35.95
%33.06

CMYK color model

#4B5750 color CMYK value is (14,0,8,66).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 65.88%
CMYK:
(14,0,8,66)
C14M0Y8K66 
(14%,0%,8%,66%)
(0.14/0.00/0.08/0.66)	

CMYK percentages

%13.79
%0
%8.05
%65.88

Codes

Color #4B5750 in popluar color models

4B5750
RGB758780
HSL145°7.41%31.76%
HSB/HSV145°13.79%34.12%
CMYK13.79%0.00%8.05%
65.88%

Color #4B5750 in popluar number systems.

HEX4B5750
Decimal758780
Binary100101110101111010000
Octal113127120

Shades and tints

Shades of #4B5750

#4B5750
(75,87,80)
#455049
(69,80,73)
#3F4942
(63,73,66)
#39423B
(57,66,59)
#333B34
(51,59,52)
#2D342D
(45,52,45)
#272D26
(39,45,38)
#21261F
(33,38,31)
#1B1F18
(27,31,24)
#151811
(21,24,17)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #4B5750

#4B5750
(75,87,80)
#5B665F
(91,102,95)
#6B756E
(107,117,110)
#7B847D
(123,132,125)
#8B938C
(139,147,140)
#9BA29B
(155,162,155)
#ABB1AA
(171,177,170)
#BBC0B9
(187,192,185)
#CBCFC8
(203,207,200)
#DBDED7
(219,222,215)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5750; }

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

This text font color is #4B5750.


Background Color

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

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

This div background color is #4B5750.


Border color

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

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

This div border color is #4B5750.


Opacity

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

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

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

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

This text has shadow with #4B5750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5750 on black background.


Color preview on white background

This text has color #4B5750 on white background.



Black color preview on #4B5750 background

This text has black color on #4B5750 background.


White color preview on #4B5750 background

This text has white color on #4B5750 background.