COLOR #4B585E

HEX: #4B585E
RGB: (75,88,94)

Color info

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

RGB color model

#4B585E color RGB value is (75,88,94).

  • red value is 75;
  • green value is 88;
  • blue value is 94.
RGB:
(75,88,94)
(29%,35%,37%)

RGB channels and saturation

R 75 of 255 = 29%
G 88 of 255 = 35%
B 94 of 255 = 37%

75
88
94

R + G + B ~ 34%. #4B585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 88 + 94 = 257 (100%)
R 75 of 257 ~ 29.18%
G 88 of 257 ~ 34.24%
B 94 of 257 ~ 36.58%

%29.18
%34.24
%36.58

CMYK color model

#4B585E color CMYK value is (20,6,0,63).

  • cyan value is 20.21%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(20,6,0,63)
C20M6Y0K63 
(20%,6%,0%,63%)
(0.20/0.06/0.00/0.63)	

CMYK percentages

%20.21
%6.38
%0
%63.14

Codes

Color #4B585E in popluar color models

4B585E
RGB758894
HSL199°11.24%33.14%
HSB/HSV199°20.21%36.86%
CMYK20.21%6.38%0.00%
63.14%

Color #4B585E in popluar number systems.

HEX4B585E
Decimal758894
Binary100101110110001011110
Octal113130136

Shades and tints

Shades of #4B585E

#4B585E
(75,88,94)
#455056
(69,80,86)
#3F484E
(63,72,78)
#394046
(57,64,70)
#33383E
(51,56,62)
#2D3036
(45,48,54)
#27282E
(39,40,46)
#212026
(33,32,38)
#1B181E
(27,24,30)
#151016
(21,16,22)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #4B585E

#4B585E
(75,88,94)
#5B676C
(91,103,108)
#6B767A
(107,118,122)
#7B8588
(123,133,136)
#8B9496
(139,148,150)
#9BA3A4
(155,163,164)
#ABB2B2
(171,178,178)
#BBC1C0
(187,193,192)
#CBD0CE
(203,208,206)
#DBDFDC
(219,223,220)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B585E; }

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

This text font color is #4B585E.


Background Color

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

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

This div background color is #4B585E.


Border color

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

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

This div border color is #4B585E.


Opacity

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

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

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

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

This text has shadow with #4B585E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B585E on black background.


Color preview on white background

This text has color #4B585E on white background.



Black color preview on #4B585E background

This text has black color on #4B585E background.


White color preview on #4B585E background

This text has white color on #4B585E background.