COLOR #4B5760

HEX: #4B5760
RGB: (75,87,96)

Color info

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

RGB color model

#4B5760 color RGB value is (75,87,96).

  • red value is 75;
  • green value is 87;
  • blue value is 96.
RGB:
(75,87,96)
(29%,34%,38%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 96 of 255 = 38%

75
87
96

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

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 96 = 258 (100%)
R 75 of 258 ~ 29.07%
G 87 of 258 ~ 33.72%
B 96 of 258 ~ 37.21%

%29.07
%33.72
%37.21

CMYK color model

#4B5760 color CMYK value is (22,9,0,62).

  • cyan value is 21.88%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(22,9,0,62)
C22M9Y0K62 
(22%,9%,0%,62%)
(0.22/0.09/0.00/0.62)	

CMYK percentages

%21.88
%9.38
%0
%62.35

Codes

Color #4B5760 in popluar color models

4B5760
RGB758796
HSL206°12.28%33.53%
HSB/HSV206°21.88%37.65%
CMYK21.88%9.38%0.00%
62.35%

Color #4B5760 in popluar number systems.

HEX4B5760
Decimal758796
Binary100101110101111100000
Octal113127140

Shades and tints

Shades of #4B5760

#4B5760
(75,87,96)
#455058
(69,80,88)
#3F4950
(63,73,80)
#394248
(57,66,72)
#333B40
(51,59,64)
#2D3438
(45,52,56)
#272D30
(39,45,48)
#212628
(33,38,40)
#1B1F20
(27,31,32)
#151818
(21,24,24)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #4B5760

#4B5760
(75,87,96)
#5B666E
(91,102,110)
#6B757C
(107,117,124)
#7B848A
(123,132,138)
#8B9398
(139,147,152)
#9BA2A6
(155,162,166)
#ABB1B4
(171,177,180)
#BBC0C2
(187,192,194)
#CBCFD0
(203,207,208)
#DBDEDE
(219,222,222)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5760; }

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

This text font color is #4B5760.


Background Color

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

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

This div background color is #4B5760.


Border color

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

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

This div border color is #4B5760.


Opacity

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

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

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

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

This text has shadow with #4B5760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5760 on black background.


Color preview on white background

This text has color #4B5760 on white background.



Black color preview on #4B5760 background

This text has black color on #4B5760 background.


White color preview on #4B5760 background

This text has white color on #4B5760 background.