COLOR #4B5C5C

HEX: #4B5C5C
RGB: (75,92,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
92
92

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

Portions of RGB colors in percentages

R + G + B =
75 + 92 + 92 = 259 (100%)
R 75 of 259 ~ 28.96%
G 92 of 259 ~ 35.52%
B 92 of 259 ~ 35.52%

%28.96
%35.52
%35.52

CMYK color model

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

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

CMYK percentages

%18.48
%0
%0
%63.92

Codes

Color #4B5C5C in popluar color models

4B5C5C
RGB759292
HSL180°10.18%32.75%
HSB/HSV180°18.48%36.08%
CMYK18.48%0.00%0.00%
63.92%

Color #4B5C5C in popluar number systems.

HEX4B5C5C
Decimal759292
Binary100101110111001011100
Octal113134134

Shades and tints

Shades of #4B5C5C

#4B5C5C
(75,92,92)
#455454
(69,84,84)
#3F4C4C
(63,76,76)
#394444
(57,68,68)
#333C3C
(51,60,60)
#2D3434
(45,52,52)
#272C2C
(39,44,44)
#212424
(33,36,36)
#1B1C1C
(27,28,28)
#151414
(21,20,20)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #4B5C5C

#4B5C5C
(75,92,92)
#5B6A6A
(91,106,106)
#6B7878
(107,120,120)
#7B8686
(123,134,134)
#8B9494
(139,148,148)
#9BA2A2
(155,162,162)
#ABB0B0
(171,176,176)
#BBBEBE
(187,190,190)
#CBCCCC
(203,204,204)
#DBDADA
(219,218,218)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5C5C; }

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

This text font color is #4B5C5C.


Background Color

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

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

This div background color is #4B5C5C.


Border color

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

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

This div border color is #4B5C5C.


Opacity

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

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

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

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

This text has shadow with #4B5C5C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4B5C5C on black background.


Color preview on white background

This text has color #4B5C5C on white background.



Black color preview on #4B5C5C background

This text has black color on #4B5C5C background.


White color preview on #4B5C5C background

This text has white color on #4B5C5C background.