COLOR #4B515C

HEX: #4B515C
RGB: (75,81,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
81
92

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

Portions of RGB colors in percentages

R + G + B =
75 + 81 + 92 = 248 (100%)
R 75 of 248 ~ 30.24%
G 81 of 248 ~ 32.66%
B 92 of 248 ~ 37.1%

%30.24
%32.66
%37.1

CMYK color model

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

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

CMYK percentages

%18.48
%11.96
%0
%63.92

Codes

Color #4B515C in popluar color models

4B515C
RGB758192
HSL219°10.18%32.75%
HSB/HSV219°18.48%36.08%
CMYK18.48%11.96%0.00%
63.92%

Color #4B515C in popluar number systems.

HEX4B515C
Decimal758192
Binary100101110100011011100
Octal113121134

Shades and tints

Shades of #4B515C

#4B515C
(75,81,92)
#454A54
(69,74,84)
#3F434C
(63,67,76)
#393C44
(57,60,68)
#33353C
(51,53,60)
#2D2E34
(45,46,52)
#27272C
(39,39,44)
#212024
(33,32,36)
#1B191C
(27,25,28)
#151214
(21,18,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #4B515C

#4B515C
(75,81,92)
#5B606A
(91,96,106)
#6B6F78
(107,111,120)
#7B7E86
(123,126,134)
#8B8D94
(139,141,148)
#9B9CA2
(155,156,162)
#ABABB0
(171,171,176)
#BBBABE
(187,186,190)
#CBC9CC
(203,201,204)
#DBD8DA
(219,216,218)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B515C; }

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

This text font color is #4B515C.


Background Color

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

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

This div background color is #4B515C.


Border color

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

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

This div border color is #4B515C.


Opacity

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

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

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

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

This text has shadow with #4B515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B515C on black background.


Color preview on white background

This text has color #4B515C on white background.



Black color preview on #4B515C background

This text has black color on #4B515C background.


White color preview on #4B515C background

This text has white color on #4B515C background.