COLOR #4D6551

HEX: #4D6551
RGB: (77,101,81)

Color info

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

RGB color model

#4D6551 color RGB value is (77,101,81).

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

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 81 of 255 = 32%

77
101
81

R + G + B ~ 34%. #4D6551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 81 = 259 (100%)
R 77 of 259 ~ 29.73%
G 101 of 259 ~ 39%
B 81 of 259 ~ 31.27%

%29.73
%39
%31.27

CMYK color model

#4D6551 color CMYK value is (24,0,20,60).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 60.39%
CMYK:
(24,0,20,60)
C24M0Y20K60 
(24%,0%,20%,60%)
(0.24/0.00/0.20/0.60)	

CMYK percentages

%23.76
%0
%19.8
%60.39

Codes

Color #4D6551 in popluar color models

4D6551
RGB7710181
HSL130°13.48%34.90%
HSB/HSV130°23.76%39.61%
CMYK23.76%0.00%19.80%
60.39%

Color #4D6551 in popluar number systems.

HEX4D6551
Decimal7710181
Binary100110111001011010001
Octal115145121

Shades and tints

Shades of #4D6551

#4D6551
(77,101,81)
#465C4A
(70,92,74)
#3F5343
(63,83,67)
#384A3C
(56,74,60)
#314135
(49,65,53)
#2A382E
(42,56,46)
#232F27
(35,47,39)
#1C2620
(28,38,32)
#151D19
(21,29,25)
#0E1412
(14,20,18)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D6551

#4D6551
(77,101,81)
#5D7360
(93,115,96)
#6D816F
(109,129,111)
#7D8F7E
(125,143,126)
#8D9D8D
(141,157,141)
#9DAB9C
(157,171,156)
#ADB9AB
(173,185,171)
#BDC7BA
(189,199,186)
#CDD5C9
(205,213,201)
#DDE3D8
(221,227,216)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6551; }

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

This text font color is #4D6551.


Background Color

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

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

This div background color is #4D6551.


Border color

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

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

This div border color is #4D6551.


Opacity

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

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

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

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

This text has shadow with #4D6551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6551 on black background.


Color preview on white background

This text has color #4D6551 on white background.



Black color preview on #4D6551 background

This text has black color on #4D6551 background.


White color preview on #4D6551 background

This text has white color on #4D6551 background.