COLOR #4B5C5B

HEX: #4B5C5B
RGB: (75,92,91)

Color info

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

RGB color model

#4B5C5B color RGB value is (75,92,91).

  • red value is 75;
  • green value is 92;
  • blue value is 91.
RGB:
(75,92,91)
(29%,36%,36%)

RGB channels and saturation

R 75 of 255 = 29%
G 92 of 255 = 36%
B 91 of 255 = 36%

75
92
91

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

Portions of RGB colors in percentages

R + G + B =
75 + 92 + 91 = 258 (100%)
R 75 of 258 ~ 29.07%
G 92 of 258 ~ 35.66%
B 91 of 258 ~ 35.27%

%29.07
%35.66
%35.27

CMYK color model

#4B5C5B color CMYK value is (18,0,1,64).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 63.92%
CMYK:
(18,0,1,64)
C18M0Y1K64 
(18%,0%,1%,64%)
(0.18/0.00/0.01/0.64)	

CMYK percentages

%18.48
%0
%1.09
%63.92

Codes

Color #4B5C5B in popluar color models

4B5C5B
RGB759291
HSL176°10.18%32.75%
HSB/HSV176°18.48%36.08%
CMYK18.48%0.00%1.09%
63.92%

Color #4B5C5B in popluar number systems.

HEX4B5C5B
Decimal759291
Binary100101110111001011011
Octal113134133

Shades and tints

Shades of #4B5C5B

#4B5C5B
(75,92,91)
#455453
(69,84,83)
#3F4C4B
(63,76,75)
#394443
(57,68,67)
#333C3B
(51,60,59)
#2D3433
(45,52,51)
#272C2B
(39,44,43)
#212423
(33,36,35)
#1B1C1B
(27,28,27)
#151413
(21,20,19)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #4B5C5B

#4B5C5B
(75,92,91)
#5B6A69
(91,106,105)
#6B7877
(107,120,119)
#7B8685
(123,134,133)
#8B9493
(139,148,147)
#9BA2A1
(155,162,161)
#ABB0AF
(171,176,175)
#BBBEBD
(187,190,189)
#CBCCCB
(203,204,203)
#DBDAD9
(219,218,217)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5C5B color. Also use rgb(75,92,91) instead hex code.

Text Font Color

.myTextColor { color: #4B5C5B; }

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

This text font color is #4B5C5B.


Background Color

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

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

This div background color is #4B5C5B.


Border color

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

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

This div border color is #4B5C5B.


Opacity

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

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

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

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

This text has shadow with #4B5C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5C5B on black background.


Color preview on white background

This text has color #4B5C5B on white background.



Black color preview on #4B5C5B background

This text has black color on #4B5C5B background.


White color preview on #4B5C5B background

This text has white color on #4B5C5B background.