COLOR #4D716B

HEX: #4D716B RGB: (77,113,107)

Color info

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

RGB color model

#4D716B color RGB value is (77,113,107).

RGB: (77,113,107) (30%, 44%, 42%)

RGB channels and saturation

R 77 of 255 = 30%
G 113 of 255 = 44%
B 107 of 255 = 42%

77
113
107

R + G + B ~ 39%. #4D716B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 113 + 107 = 297 (100%)
R 77 of 297 ~ 25.93%
G 113 of 297 ~ 38.05%
B 107 of 297 ~ 36.03'%

%25.93
%38.05
%36.03

CMYK color model

#4D716B color CMYK value is (32,0,5,56).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 55.69%

CMYK: (32,0,5,56)
C32M0Y5K56 (32%, 0%, 5%, 56%)
(0.32 / 0.00 / 0.05 / 0.56)

CMYK percentages

%31.86
%0
%5.31
%55.69

Codes

Color #4D716B in popluar color models

4D 71 6B
RGB 77 113 107
HSL 170° 18.95% 37.25%
HSB/HSV 170° 31.86% 44.31%
CMYK 31.86% 0.00% 5.31%
55.69%

Color #4D716B in popluar number systems.

HEX 4D 71 6B
Decimal 77 113 107
Binary 1001101 1110001 1101011
Octal 115 161 153

Shades and tints

Shades of #4D716B

#4D716B
(77,113,107)
#466762
(70,103,98)
#3F5D59
(63,93,89)
#385350
(56,83,80)
#314947
(49,73,71)
#2A3F3E
(42,63,62)
#233535
(35,53,53)
#1C2B2C
(28,43,44)
#152123
(21,33,35)
#0E171A
(14,23,26)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #4D716B

#4D716B
(77,113,107)
#5D7D78
(93,125,120)
#6D8985
(109,137,133)
#7D9592
(125,149,146)
#8DA19F
(141,161,159)
#9DADAC
(157,173,172)
#ADB9B9
(173,185,185)
#BDC5C6
(189,197,198)
#CDD1D3
(205,209,211)
#DDDDE0
(221,221,224)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D716B color. Also use rgb(77,113,107) instead hex code.

Text Font Color

.myTextColor { color: #4D716B; }

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

This text font color is #4D716B.

Background Color

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

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

This div background color is #4D716B.

Border color

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

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

This div border color is #4D716B.

Opacity

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

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

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

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

This text has shadow with #4D716B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D716B.

Preview

Color preview on black background

This text has color #4D716B on black background.


Color preview on white background

This text has color #4D716B on white background.


Black color preview on #4D716B background

This text has black color on #4D716B background.


White color preview on #4D716B background

This text has white color on #4D716B background.


Related colors

Complementary color

Complementary color for #hex is #B28E94.


I love getcolorcode.com

Triadic colors

1 #6B4D71 and #716B4D with #4D716B are triadic colors.

2 #6B714D and #714D6B with #4D716B are triadic colors.