COLOR #4B5856

HEX: #4B5856 RGB: (75,88,86)

Color info

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

RGB color model

#4B5856 color RGB value is (75,88,86).

RGB: (75,88,86) (29%, 35%, 34%)

RGB channels and saturation

R 75 of 255 = 29%
G 88 of 255 = 35%
B 86 of 255 = 34%

75
88
86

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

Portions of RGB colors in percentages

R + G + B = 75 + 88 + 86 = 249 (100%)
R 75 of 249 ~ 30.12%
G 88 of 249 ~ 35.34%
B 86 of 249 ~ 34.54'%

%30.12
%35.34
%34.54

CMYK color model

#4B5856 color CMYK value is (15,0,2,65).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 65.49%

CMYK: (15,0,2,65)
C15M0Y2K65 (15%, 0%, 2%, 65%)
(0.15 / 0.00 / 0.02 / 0.65)

CMYK percentages

%14.77
%0
%2.27
%65.49

Codes

Color #4B5856 in popluar color models

4B 58 56
RGB 75 88 86
HSL 171° 7.98% 31.96%
HSB/HSV 171° 14.77% 34.51%
CMYK 14.77% 0.00% 2.27%
65.49%

Color #4B5856 in popluar number systems.

HEX 4B 58 56
Decimal 75 88 86
Binary 1001011 1011000 1010110
Octal 113 130 126

Shades and tints

Shades of #4B5856

#4B5856
(75,88,86)
#45504F
(69,80,79)
#3F4848
(63,72,72)
#394041
(57,64,65)
#33383A
(51,56,58)
#2D3033
(45,48,51)
#27282C
(39,40,44)
#212025
(33,32,37)
#1B181E
(27,24,30)
#151017
(21,16,23)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #4B5856

#4B5856
(75,88,86)
#5B6765
(91,103,101)
#6B7674
(107,118,116)
#7B8583
(123,133,131)
#8B9492
(139,148,146)
#9BA3A1
(155,163,161)
#ABB2B0
(171,178,176)
#BBC1BF
(187,193,191)
#CBD0CE
(203,208,206)
#DBDFDD
(219,223,221)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5856 color. Also use rgb(75,88,86) instead hex code.

Text Font Color

.myTextColor { color: #4B5856; }

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

This text font color is #4B5856.

Background Color

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

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

This div background color is #4B5856.

Border color

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

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

This div border color is #4B5856.

Opacity

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

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

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

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

This text has shadow with #4B5856 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5856.

Preview

Color preview on black background

This text has color #4B5856 on black background.


Color preview on white background

This text has color #4B5856 on white background.


Black color preview on #4B5856 background

This text has black color on #4B5856 background.


White color preview on #4B5856 background

This text has white color on #4B5856 background.


Related colors

Complementary color

Complementary color for #hex is #B4A7A9.


I love getcolorcode.com

Triadic colors

1 #564B58 and #58564B with #4B5856 are triadic colors.

2 #56584B and #584B56 with #4B5856 are triadic colors.