COLOR #4D5651

HEX: #4D5651
RGB: (77,86,81)

Color info

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

RGB color model

#4D5651 color RGB value is (77,86,81).

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

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 81 of 255 = 32%

77
86
81

R + G + B ~ 32%. #4D5651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 81 = 244 (100%)
R 77 of 244 ~ 31.56%
G 86 of 244 ~ 35.25%
B 81 of 244 ~ 33.2%

%31.56
%35.25
%33.2

CMYK color model

#4D5651 color CMYK value is (10,0,6,66).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 66.27%
CMYK:
(10,0,6,66)
C10M0Y6K66 
(10%,0%,6%,66%)
(0.10/0.00/0.06/0.66)	

CMYK percentages

%10.47
%0
%5.81
%66.27

Codes

Color #4D5651 in popluar color models

4D5651
RGB778681
HSL147°5.52%31.96%
HSB/HSV147°10.47%33.73%
CMYK10.47%0.00%5.81%
66.27%

Color #4D5651 in popluar number systems.

HEX4D5651
Decimal778681
Binary100110110101101010001
Octal115126121

Shades and tints

Shades of #4D5651

#4D5651
(77,86,81)
#464F4A
(70,79,74)
#3F4843
(63,72,67)
#38413C
(56,65,60)
#313A35
(49,58,53)
#2A332E
(42,51,46)
#232C27
(35,44,39)
#1C2520
(28,37,32)
#151E19
(21,30,25)
#0E1712
(14,23,18)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #4D5651

#4D5651
(77,86,81)
#5D6560
(93,101,96)
#6D746F
(109,116,111)
#7D837E
(125,131,126)
#8D928D
(141,146,141)
#9DA19C
(157,161,156)
#ADB0AB
(173,176,171)
#BDBFBA
(189,191,186)
#CDCEC9
(205,206,201)
#DDDDD8
(221,221,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5651; }

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

This text font color is #4D5651.


Background Color

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

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

This div background color is #4D5651.


Border color

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

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

This div border color is #4D5651.


Opacity

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

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

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

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

This text has shadow with #4D5651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5651 on black background.


Color preview on white background

This text has color #4D5651 on white background.



Black color preview on #4D5651 background

This text has black color on #4D5651 background.


White color preview on #4D5651 background

This text has white color on #4D5651 background.