COLOR #4B5D5F

HEX: #4B5D5F RGB: (75,93,95)

Color info

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

RGB color model

#4B5D5F color RGB value is (75,93,95).

RGB: (75,93,95) (29%, 36%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 93 of 255 = 36%
B 95 of 255 = 37%

75
93
95

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

Portions of RGB colors in percentages

R + G + B = 75 + 93 + 95 = 263 (100%)
R 75 of 263 ~ 28.52%
G 93 of 263 ~ 35.36%
B 95 of 263 ~ 36.12'%

%28.52
%35.36
%36.12

CMYK color model

#4B5D5F color CMYK value is (21,2,0,63).

  • cyan value is 21.05%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (21,2,0,63)
C21M2Y0K63 (21%, 2%, 0%, 63%)
(0.21 / 0.02 / 0.00 / 0.63)

CMYK percentages

%21.05
%2.11
%0
%62.75

Codes

Color #4B5D5F in popluar color models

4B 5D 5F
RGB 75 93 95
HSL 186° 11.76% 33.33%
HSB/HSV 186° 21.05% 37.25%
CMYK 21.05% 2.11% 0.00%
62.75%

Color #4B5D5F in popluar number systems.

HEX 4B 5D 5F
Decimal 75 93 95
Binary 1001011 1011101 1011111
Octal 113 135 137

Shades and tints

Shades of #4B5D5F

#4B5D5F
(75,93,95)
#455557
(69,85,87)
#3F4D4F
(63,77,79)
#394547
(57,69,71)
#333D3F
(51,61,63)
#2D3537
(45,53,55)
#272D2F
(39,45,47)
#212527
(33,37,39)
#1B1D1F
(27,29,31)
#151517
(21,21,23)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #4B5D5F

#4B5D5F
(75,93,95)
#5B6B6D
(91,107,109)
#6B797B
(107,121,123)
#7B8789
(123,135,137)
#8B9597
(139,149,151)
#9BA3A5
(155,163,165)
#ABB1B3
(171,177,179)
#BBBFC1
(187,191,193)
#CBCDCF
(203,205,207)
#DBDBDD
(219,219,221)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5D5F color. Also use rgb(75,93,95) instead hex code.

Text Font Color

.myTextColor { color: #4B5D5F; }

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

This text font color is #4B5D5F.

Background Color

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

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

This div background color is #4B5D5F.

Border color

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

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

This div border color is #4B5D5F.

Opacity

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

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

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

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

This text has shadow with #4B5D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5D5F.

Preview

Color preview on black background

This text has color #4B5D5F on black background.


Color preview on white background

This text has color #4B5D5F on white background.


Black color preview on #4B5D5F background

This text has black color on #4B5D5F background.


White color preview on #4B5D5F background

This text has white color on #4B5D5F background.


Related colors

Complementary color

Complementary color for #hex is #B4A2A0.


I love getcolorcode.com

Triadic colors

1 #5F4B5D and #5D5F4B with #4B5D5F are triadic colors.

2 #5F5D4B and #5D4B5F with #4B5D5F are triadic colors.