COLOR #4B516F

HEX: #4B516F
RGB: (75,81,111)

Color info

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

RGB color model

#4B516F color RGB value is (75,81,111).

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

RGB channels and saturation

R 75 of 255 = 29%
G 81 of 255 = 32%
B 111 of 255 = 44%

75
81
111

R + G + B ~ 35%. #4B516F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 81 + 111 = 267 (100%)
R 75 of 267 ~ 28.09%
G 81 of 267 ~ 30.34%
B 111 of 267 ~ 41.57%

%28.09
%30.34
%41.57

CMYK color model

#4B516F color CMYK value is (32,27,0,56).

  • cyan value is 32.43%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,27,0,56)
C32M27Y0K56 
(32%,27%,0%,56%)
(0.32/0.27/0.00/0.56)	

CMYK percentages

%32.43
%27.03
%0
%56.47

Codes

Color #4B516F in popluar color models

4B516F
RGB7581111
HSL230°19.35%36.47%
HSB/HSV230°32.43%43.53%
CMYK32.43%27.03%0.00%
56.47%

Color #4B516F in popluar number systems.

HEX4B516F
Decimal7581111
Binary100101110100011101111
Octal113121157

Shades and tints

Shades of #4B516F

#4B516F
(75,81,111)
#454A65
(69,74,101)
#3F435B
(63,67,91)
#393C51
(57,60,81)
#333547
(51,53,71)
#2D2E3D
(45,46,61)
#272733
(39,39,51)
#212029
(33,32,41)
#1B191F
(27,25,31)
#151215
(21,18,21)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #4B516F

#4B516F
(75,81,111)
#5B607C
(91,96,124)
#6B6F89
(107,111,137)
#7B7E96
(123,126,150)
#8B8DA3
(139,141,163)
#9B9CB0
(155,156,176)
#ABABBD
(171,171,189)
#BBBACA
(187,186,202)
#CBC9D7
(203,201,215)
#DBD8E4
(219,216,228)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B516F; }

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

This text font color is #4B516F.


Background Color

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

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

This div background color is #4B516F.


Border color

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

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

This div border color is #4B516F.


Opacity

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

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

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

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

This text has shadow with #4B516F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B516F on black background.


Color preview on white background

This text has color #4B516F on white background.



Black color preview on #4B516F background

This text has black color on #4B516F background.


White color preview on #4B516F background

This text has white color on #4B516F background.