COLOR #4B5A5F

HEX: #4B5A5F
RGB: (75,90,95)

Color info

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

RGB color model

#4B5A5F color RGB value is (75,90,95).

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

RGB channels and saturation

R 75 of 255 = 29%
G 90 of 255 = 35%
B 95 of 255 = 37%

75
90
95

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

Portions of RGB colors in percentages

R + G + B =
75 + 90 + 95 = 260 (100%)
R 75 of 260 ~ 28.85%
G 90 of 260 ~ 34.62%
B 95 of 260 ~ 36.54%

%28.85
%34.62
%36.54

CMYK color model

#4B5A5F color CMYK value is (21,5,0,63).

  • cyan value is 21.05%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(21,5,0,63)
C21M5Y0K63 
(21%,5%,0%,63%)
(0.21/0.05/0.00/0.63)	

CMYK percentages

%21.05
%5.26
%0
%62.75

Codes

Color #4B5A5F in popluar color models

4B5A5F
RGB759095
HSL195°11.76%33.33%
HSB/HSV195°21.05%37.25%
CMYK21.05%5.26%0.00%
62.75%

Color #4B5A5F in popluar number systems.

HEX4B5A5F
Decimal759095
Binary100101110110101011111
Octal113132137

Shades and tints

Shades of #4B5A5F

#4B5A5F
(75,90,95)
#455257
(69,82,87)
#3F4A4F
(63,74,79)
#394247
(57,66,71)
#333A3F
(51,58,63)
#2D3237
(45,50,55)
#272A2F
(39,42,47)
#212227
(33,34,39)
#1B1A1F
(27,26,31)
#151217
(21,18,23)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #4B5A5F

#4B5A5F
(75,90,95)
#5B696D
(91,105,109)
#6B787B
(107,120,123)
#7B8789
(123,135,137)
#8B9697
(139,150,151)
#9BA5A5
(155,165,165)
#ABB4B3
(171,180,179)
#BBC3C1
(187,195,193)
#CBD2CF
(203,210,207)
#DBE1DD
(219,225,221)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5A5F; }

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

This text font color is #4B5A5F.


Background Color

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

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

This div background color is #4B5A5F.


Border color

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

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

This div border color is #4B5A5F.


Opacity

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

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

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

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

This text has shadow with #4B5A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5A5F on black background.


Color preview on white background

This text has color #4B5A5F on white background.



Black color preview on #4B5A5F background

This text has black color on #4B5A5F background.


White color preview on #4B5A5F background

This text has white color on #4B5A5F background.