COLOR #4D7151

HEX: #4D7151 RGB: (77,113,81)

Color info

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

RGB color model

#4D7151 color RGB value is (77,113,81).

RGB: (77,113,81) (30%, 44%, 32%)

RGB channels and saturation

R 77 of 255 = 30%
G 113 of 255 = 44%
B 81 of 255 = 32%

77
113
81

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

Portions of RGB colors in percentages

R + G + B = 77 + 113 + 81 = 271 (100%)
R 77 of 271 ~ 28.41%
G 113 of 271 ~ 41.7%
B 81 of 271 ~ 29.89'%

%28.41
%41.7
%29.89

CMYK color model

#4D7151 color CMYK value is (32,0,28,56).

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

CMYK: (32,0,28,56)
C32M0Y28K56 (32%, 0%, 28%, 56%)
(0.32 / 0.00 / 0.28 / 0.56)

CMYK percentages

%31.86
%0
%28.32
%55.69

Codes

Color #4D7151 in popluar color models

4D 71 51
RGB 77 113 81
HSL 127° 18.95% 37.25%
HSB/HSV 127° 31.86% 44.31%
CMYK 31.86% 0.00% 28.32%
55.69%

Color #4D7151 in popluar number systems.

HEX 4D 71 51
Decimal 77 113 81
Binary 1001101 1110001 1010001
Octal 115 161 121

Shades and tints

Shades of #4D7151

#4D7151
(77,113,81)
#46674A
(70,103,74)
#3F5D43
(63,93,67)
#38533C
(56,83,60)
#314935
(49,73,53)
#2A3F2E
(42,63,46)
#233527
(35,53,39)
#1C2B20
(28,43,32)
#152119
(21,33,25)
#0E1712
(14,23,18)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #4D7151

#4D7151
(77,113,81)
#5D7D60
(93,125,96)
#6D896F
(109,137,111)
#7D957E
(125,149,126)
#8DA18D
(141,161,141)
#9DAD9C
(157,173,156)
#ADB9AB
(173,185,171)
#BDC5BA
(189,197,186)
#CDD1C9
(205,209,201)
#DDDDD8
(221,221,216)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7151; }

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

This text font color is #4D7151.

Background Color

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

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

This div background color is #4D7151.

Border color

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

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

This div border color is #4D7151.

Opacity

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

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

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

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

This text has shadow with #4D7151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7151.

Preview

Color preview on black background

This text has color #4D7151 on black background.


Color preview on white background

This text has color #4D7151 on white background.


Black color preview on #4D7151 background

This text has black color on #4D7151 background.


White color preview on #4D7151 background

This text has white color on #4D7151 background.


Related colors

Complementary color

Complementary color for #hex is #B28EAE.


I love getcolorcode.com

Triadic colors

1 #514D71 and #71514D with #4D7151 are triadic colors.

2 #51714D and #714D51 with #4D7151 are triadic colors.