COLOR #4B6564

HEX: #4B6564
RGB: (75,101,100)

Color info

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

RGB color model

#4B6564 color RGB value is (75,101,100).

  • red value is 75;
  • green value is 101;
  • blue value is 100.
RGB:
(75,101,100)
(29%,40%,39%)

RGB channels and saturation

R 75 of 255 = 29%
G 101 of 255 = 40%
B 100 of 255 = 39%

75
101
100

R + G + B ~ 36%. #4B6564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 101 + 100 = 276 (100%)
R 75 of 276 ~ 27.17%
G 101 of 276 ~ 36.59%
B 100 of 276 ~ 36.23%

%27.17
%36.59
%36.23

CMYK color model

#4B6564 color CMYK value is (26,0,1,60).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 0.99%
  • key color value is 60.39%
CMYK:
(26,0,1,60)
C26M0Y1K60 
(26%,0%,1%,60%)
(0.26/0.00/0.01/0.60)	

CMYK percentages

%25.74
%0
%0.99
%60.39

Codes

Color #4B6564 in popluar color models

4B6564
RGB75101100
HSL178°14.77%34.51%
HSB/HSV178°25.74%39.61%
CMYK25.74%0.00%0.99%
60.39%

Color #4B6564 in popluar number systems.

HEX4B6564
Decimal75101100
Binary100101111001011100100
Octal113145144

Shades and tints

Shades of #4B6564

#4B6564
(75,101,100)
#455C5B
(69,92,91)
#3F5352
(63,83,82)
#394A49
(57,74,73)
#334140
(51,65,64)
#2D3837
(45,56,55)
#272F2E
(39,47,46)
#212625
(33,38,37)
#1B1D1C
(27,29,28)
#151413
(21,20,19)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #4B6564

#4B6564
(75,101,100)
#5B7372
(91,115,114)
#6B8180
(107,129,128)
#7B8F8E
(123,143,142)
#8B9D9C
(139,157,156)
#9BABAA
(155,171,170)
#ABB9B8
(171,185,184)
#BBC7C6
(187,199,198)
#CBD5D4
(203,213,212)
#DBE3E2
(219,227,226)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6564; }

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

This text font color is #4B6564.


Background Color

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

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

This div background color is #4B6564.


Border color

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

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

This div border color is #4B6564.


Opacity

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

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

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

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

This text has shadow with #4B6564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6564 on black background.


Color preview on white background

This text has color #4B6564 on white background.



Black color preview on #4B6564 background

This text has black color on #4B6564 background.


White color preview on #4B6564 background

This text has white color on #4B6564 background.