COLOR #4D5956

HEX: #4D5956
RGB: (77,89,86)

Color info

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

RGB color model

#4D5956 color RGB value is (77,89,86).

  • red value is 77;
  • green value is 89;
  • blue value is 86.
RGB:
(77,89,86)
(30%,35%,34%)

RGB channels and saturation

R 77 of 255 = 30%
G 89 of 255 = 35%
B 86 of 255 = 34%

77
89
86

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

Portions of RGB colors in percentages

R + G + B =
77 + 89 + 86 = 252 (100%)
R 77 of 252 ~ 30.56%
G 89 of 252 ~ 35.32%
B 86 of 252 ~ 34.13%

%30.56
%35.32
%34.13

CMYK color model

#4D5956 color CMYK value is (13,0,3,65).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 65.10%
CMYK:
(13,0,3,65)
C13M0Y3K65 
(13%,0%,3%,65%)
(0.13/0.00/0.03/0.65)	

CMYK percentages

%13.48
%0
%3.37
%65.1

Codes

Color #4D5956 in popluar color models

4D5956
RGB778986
HSL165°7.23%32.55%
HSB/HSV165°13.48%34.90%
CMYK13.48%0.00%3.37%
65.10%

Color #4D5956 in popluar number systems.

HEX4D5956
Decimal778986
Binary100110110110011010110
Octal115131126

Shades and tints

Shades of #4D5956

#4D5956
(77,89,86)
#46514F
(70,81,79)
#3F4948
(63,73,72)
#384141
(56,65,65)
#31393A
(49,57,58)
#2A3133
(42,49,51)
#23292C
(35,41,44)
#1C2125
(28,33,37)
#15191E
(21,25,30)
#0E1117
(14,17,23)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #4D5956

#4D5956
(77,89,86)
#5D6865
(93,104,101)
#6D7774
(109,119,116)
#7D8683
(125,134,131)
#8D9592
(141,149,146)
#9DA4A1
(157,164,161)
#ADB3B0
(173,179,176)
#BDC2BF
(189,194,191)
#CDD1CE
(205,209,206)
#DDE0DD
(221,224,221)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5956 color. Also use rgb(77,89,86) instead hex code.

Text Font Color

.myTextColor { color: #4D5956; }

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

This text font color is #4D5956.


Background Color

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

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

This div background color is #4D5956.


Border color

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

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

This div border color is #4D5956.


Opacity

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

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

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

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

This text has shadow with #4D5956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5956 on black background.


Color preview on white background

This text has color #4D5956 on white background.



Black color preview on #4D5956 background

This text has black color on #4D5956 background.


White color preview on #4D5956 background

This text has white color on #4D5956 background.