COLOR #4D516A

HEX: #4D516A RGB: (77,81,106)

Color info

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

RGB color model

#4D516A color RGB value is (77,81,106).

RGB: (77,81,106) (30%, 32%, 42%)

RGB channels and saturation

R 77 of 255 = 30%
G 81 of 255 = 32%
B 106 of 255 = 42%

77
81
106

R + G + B ~ 35%. #4D516A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 81 + 106 = 264 (100%)
R 77 of 264 ~ 29.17%
G 81 of 264 ~ 30.68%
B 106 of 264 ~ 40.15'%

%29.17
%30.68
%40.15

CMYK color model

#4D516A color CMYK value is (27,24,0,58).

  • cyan value is 27.36%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (27,24,0,58)
C27M24Y0K58 (27%, 24%, 0%, 58%)
(0.27 / 0.24 / 0.00 / 0.58)

CMYK percentages

%27.36
%23.58
%0
%58.43

Codes

Color #4D516A in popluar color models

4D 51 6A
RGB 77 81 106
HSL 232° 15.85% 35.88%
HSB/HSV 232° 27.36% 41.57%
CMYK 27.36% 23.58% 0.00%
58.43%

Color #4D516A in popluar number systems.

HEX 4D 51 6A
Decimal 77 81 106
Binary 1001101 1010001 1101010
Octal 115 121 152

Shades and tints

Shades of #4D516A

#4D516A
(77,81,106)
#464A61
(70,74,97)
#3F4358
(63,67,88)
#383C4F
(56,60,79)
#313546
(49,53,70)
#2A2E3D
(42,46,61)
#232734
(35,39,52)
#1C202B
(28,32,43)
#151922
(21,25,34)
#0E1219
(14,18,25)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #4D516A

#4D516A
(77,81,106)
#5D6077
(93,96,119)
#6D6F84
(109,111,132)
#7D7E91
(125,126,145)
#8D8D9E
(141,141,158)
#9D9CAB
(157,156,171)
#ADABB8
(173,171,184)
#BDBAC5
(189,186,197)
#CDC9D2
(205,201,210)
#DDD8DF
(221,216,223)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D516A; }

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

This text font color is #4D516A.

Background Color

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

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

This div background color is #4D516A.

Border color

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

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

This div border color is #4D516A.

Opacity

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

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

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

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

This text has shadow with #4D516A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D516A.

Preview

Color preview on black background

This text has color #4D516A on black background.


Color preview on white background

This text has color #4D516A on white background.


Black color preview on #4D516A background

This text has black color on #4D516A background.


White color preview on #4D516A background

This text has white color on #4D516A background.


Related colors

Complementary color

Complementary color for #hex is #B2AE95.


I love getcolorcode.com

Triadic colors

1 #6A4D51 and #516A4D with #4D516A are triadic colors.

2 #6A514D and #514D6A with #4D516A are triadic colors.