COLOR #4D514E

HEX: #4D514E
RGB: (77,81,78)

Color info

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

RGB color model

#4D514E color RGB value is (77,81,78).

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

RGB channels and saturation

R 77 of 255 = 30%
G 81 of 255 = 32%
B 78 of 255 = 31%

77
81
78

R + G + B ~ 31%. #4D514E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 81 + 78 = 236 (100%)
R 77 of 236 ~ 32.63%
G 81 of 236 ~ 34.32%
B 78 of 236 ~ 33.05%

%32.63
%34.32
%33.05

CMYK color model

#4D514E color CMYK value is (5,0,4,68).

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(5,0,4,68)
C5M0Y4K68 
(5%,0%,4%,68%)
(0.05/0.00/0.04/0.68)	

CMYK percentages

%4.94
%0
%3.7
%68.24

Codes

Color #4D514E in popluar color models

4D514E
RGB778178
HSL135°2.53%30.98%
HSB/HSV135°4.94%31.76%
CMYK4.94%0.00%3.70%
68.24%

Color #4D514E in popluar number systems.

HEX4D514E
Decimal778178
Binary100110110100011001110
Octal115121116

Shades and tints

Shades of #4D514E

#4D514E
(77,81,78)
#464A47
(70,74,71)
#3F4340
(63,67,64)
#383C39
(56,60,57)
#313532
(49,53,50)
#2A2E2B
(42,46,43)
#232724
(35,39,36)
#1C201D
(28,32,29)
#151916
(21,25,22)
#0E120F
(14,18,15)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #4D514E

#4D514E
(77,81,78)
#5D605E
(93,96,94)
#6D6F6E
(109,111,110)
#7D7E7E
(125,126,126)
#8D8D8E
(141,141,142)
#9D9C9E
(157,156,158)
#ADABAE
(173,171,174)
#BDBABE
(189,186,190)
#CDC9CE
(205,201,206)
#DDD8DE
(221,216,222)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D514E; }

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

This text font color is #4D514E.


Background Color

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

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

This div background color is #4D514E.


Border color

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

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

This div border color is #4D514E.


Opacity

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

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

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

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

This text has shadow with #4D514E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D514E on black background.


Color preview on white background

This text has color #4D514E on white background.



Black color preview on #4D514E background

This text has black color on #4D514E background.


White color preview on #4D514E background

This text has white color on #4D514E background.