COLOR #4B4E5E

HEX: #4B4E5E
RGB: (75,78,94)

Color info

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

RGB color model

#4B4E5E color RGB value is (75,78,94).

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

RGB channels and saturation

R 75 of 255 = 29%
G 78 of 255 = 31%
B 94 of 255 = 37%

75
78
94

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

Portions of RGB colors in percentages

R + G + B =
75 + 78 + 94 = 247 (100%)
R 75 of 247 ~ 30.36%
G 78 of 247 ~ 31.58%
B 94 of 247 ~ 38.06%

%30.36
%31.58
%38.06

CMYK color model

#4B4E5E color CMYK value is (20,17,0,63).

  • cyan value is 20.21%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(20,17,0,63)
C20M17Y0K63 
(20%,17%,0%,63%)
(0.20/0.17/0.00/0.63)	

CMYK percentages

%20.21
%17.02
%0
%63.14

Codes

Color #4B4E5E in popluar color models

4B4E5E
RGB757894
HSL231°11.24%33.14%
HSB/HSV231°20.21%36.86%
CMYK20.21%17.02%0.00%
63.14%

Color #4B4E5E in popluar number systems.

HEX4B4E5E
Decimal757894
Binary100101110011101011110
Octal113116136

Shades and tints

Shades of #4B4E5E

#4B4E5E
(75,78,94)
#454756
(69,71,86)
#3F404E
(63,64,78)
#393946
(57,57,70)
#33323E
(51,50,62)
#2D2B36
(45,43,54)
#27242E
(39,36,46)
#211D26
(33,29,38)
#1B161E
(27,22,30)
#150F16
(21,15,22)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #4B4E5E

#4B4E5E
(75,78,94)
#5B5E6C
(91,94,108)
#6B6E7A
(107,110,122)
#7B7E88
(123,126,136)
#8B8E96
(139,142,150)
#9B9EA4
(155,158,164)
#ABAEB2
(171,174,178)
#BBBEC0
(187,190,192)
#CBCECE
(203,206,206)
#DBDEDC
(219,222,220)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4E5E; }

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

This text font color is #4B4E5E.


Background Color

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

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

This div background color is #4B4E5E.


Border color

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

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

This div border color is #4B4E5E.


Opacity

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

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

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

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

This text has shadow with #4B4E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4E5E on black background.


Color preview on white background

This text has color #4B4E5E on white background.



Black color preview on #4B4E5E background

This text has black color on #4B4E5E background.


White color preview on #4B4E5E background

This text has white color on #4B4E5E background.