COLOR #4B5260

HEX: #4B5260 RGB: (75,82,96)

Color info

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

RGB color model

#4B5260 color RGB value is (75,82,96).

RGB: (75,82,96) (29%, 32%, 38%)

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 96 of 255 = 38%

75
82
96

R + G + B ~ 33%. #4B5260 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 82 + 96 = 253 (100%)
R 75 of 253 ~ 29.64%
G 82 of 253 ~ 32.41%
B 96 of 253 ~ 37.94'%

%29.64
%32.41
%37.94

CMYK color model

#4B5260 color CMYK value is (22,15,0,62).

  • cyan value is 21.88%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (22,15,0,62)
C22M15Y0K62 (22%, 15%, 0%, 62%)
(0.22 / 0.15 / 0.00 / 0.62)

CMYK percentages

%21.88
%14.58
%0
%62.35

Codes

Color #4B5260 in popluar color models

4B 52 60
RGB 75 82 96
HSL 220° 12.28% 33.53%
HSB/HSV 220° 21.88% 37.65%
CMYK 21.88% 14.58% 0.00%
62.35%

Color #4B5260 in popluar number systems.

HEX 4B 52 60
Decimal 75 82 96
Binary 1001011 1010010 1100000
Octal 113 122 140

Shades and tints

Shades of #4B5260

#4B5260
(75,82,96)
#454B58
(69,75,88)
#3F4450
(63,68,80)
#393D48
(57,61,72)
#333640
(51,54,64)
#2D2F38
(45,47,56)
#272830
(39,40,48)
#212128
(33,33,40)
#1B1A20
(27,26,32)
#151318
(21,19,24)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #4B5260

#4B5260
(75,82,96)
#5B616E
(91,97,110)
#6B707C
(107,112,124)
#7B7F8A
(123,127,138)
#8B8E98
(139,142,152)
#9B9DA6
(155,157,166)
#ABACB4
(171,172,180)
#BBBBC2
(187,187,194)
#CBCAD0
(203,202,208)
#DBD9DE
(219,217,222)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5260; }

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

This text font color is #4B5260.

Background Color

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

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

This div background color is #4B5260.

Border color

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

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

This div border color is #4B5260.

Opacity

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

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

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

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

This text has shadow with #4B5260 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5260.

Preview

Color preview on black background

This text has color #4B5260 on black background.


Color preview on white background

This text has color #4B5260 on white background.


Black color preview on #4B5260 background

This text has black color on #4B5260 background.


White color preview on #4B5260 background

This text has white color on #4B5260 background.


Related colors

Complementary color

Complementary color for #hex is #B4AD9F.


I love getcolorcode.com

Triadic colors

1 #604B52 and #52604B with #4B5260 are triadic colors.

2 #60524B and #524B60 with #4B5260 are triadic colors.