COLOR #4B4F5F

HEX: #4B4F5F
RGB: (75,79,95)

Color info

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

RGB color model

#4B4F5F color RGB value is (75,79,95).

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

RGB channels and saturation

R 75 of 255 = 29%
G 79 of 255 = 31%
B 95 of 255 = 37%

75
79
95

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

Portions of RGB colors in percentages

R + G + B =
75 + 79 + 95 = 249 (100%)
R 75 of 249 ~ 30.12%
G 79 of 249 ~ 31.73%
B 95 of 249 ~ 38.15%

%30.12
%31.73
%38.15

CMYK color model

#4B4F5F color CMYK value is (21,17,0,63).

  • cyan value is 21.05%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(21,17,0,63)
C21M17Y0K63 
(21%,17%,0%,63%)
(0.21/0.17/0.00/0.63)	

CMYK percentages

%21.05
%16.84
%0
%62.75

Codes

Color #4B4F5F in popluar color models

4B4F5F
RGB757995
HSL228°11.76%33.33%
HSB/HSV228°21.05%37.25%
CMYK21.05%16.84%0.00%
62.75%

Color #4B4F5F in popluar number systems.

HEX4B4F5F
Decimal757995
Binary100101110011111011111
Octal113117137

Shades and tints

Shades of #4B4F5F

#4B4F5F
(75,79,95)
#454857
(69,72,87)
#3F414F
(63,65,79)
#393A47
(57,58,71)
#33333F
(51,51,63)
#2D2C37
(45,44,55)
#27252F
(39,37,47)
#211E27
(33,30,39)
#1B171F
(27,23,31)
#151017
(21,16,23)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #4B4F5F

#4B4F5F
(75,79,95)
#5B5F6D
(91,95,109)
#6B6F7B
(107,111,123)
#7B7F89
(123,127,137)
#8B8F97
(139,143,151)
#9B9FA5
(155,159,165)
#ABAFB3
(171,175,179)
#BBBFC1
(187,191,193)
#CBCFCF
(203,207,207)
#DBDFDD
(219,223,221)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4F5F color. Also use rgb(75,79,95) instead hex code.

Text Font Color

.myTextColor { color: #4B4F5F; }

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

This text font color is #4B4F5F.


Background Color

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

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

This div background color is #4B4F5F.


Border color

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

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

This div border color is #4B4F5F.


Opacity

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

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

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

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

This text has shadow with #4B4F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4F5F on black background.


Color preview on white background

This text has color #4B4F5F on white background.



Black color preview on #4B4F5F background

This text has black color on #4B4F5F background.


White color preview on #4B4F5F background

This text has white color on #4B4F5F background.