COLOR #4D6655

HEX: #4D6655
RGB: (77,102,85)

Color info

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

RGB color model

#4D6655 color RGB value is (77,102,85).

  • red value is 77;
  • green value is 102;
  • blue value is 85.
RGB:
(77,102,85)
(30%,40%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 102 of 255 = 40%
B 85 of 255 = 33%

77
102
85

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

Portions of RGB colors in percentages

R + G + B =
77 + 102 + 85 = 264 (100%)
R 77 of 264 ~ 29.17%
G 102 of 264 ~ 38.64%
B 85 of 264 ~ 32.2%

%29.17
%38.64
%32.2

CMYK color model

#4D6655 color CMYK value is (25,0,17,60).

  • cyan value is 24.51%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(25,0,17,60)
C25M0Y17K60 
(25%,0%,17%,60%)
(0.25/0.00/0.17/0.60)	

CMYK percentages

%24.51
%0
%16.67
%60

Codes

Color #4D6655 in popluar color models

4D6655
RGB7710285
HSL139°13.97%35.10%
HSB/HSV139°24.51%40.00%
CMYK24.51%0.00%16.67%
60.00%

Color #4D6655 in popluar number systems.

HEX4D6655
Decimal7710285
Binary100110111001101010101
Octal115146125

Shades and tints

Shades of #4D6655

#4D6655
(77,102,85)
#465D4E
(70,93,78)
#3F5447
(63,84,71)
#384B40
(56,75,64)
#314239
(49,66,57)
#2A3932
(42,57,50)
#23302B
(35,48,43)
#1C2724
(28,39,36)
#151E1D
(21,30,29)
#0E1516
(14,21,22)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #4D6655

#4D6655
(77,102,85)
#5D7364
(93,115,100)
#6D8073
(109,128,115)
#7D8D82
(125,141,130)
#8D9A91
(141,154,145)
#9DA7A0
(157,167,160)
#ADB4AF
(173,180,175)
#BDC1BE
(189,193,190)
#CDCECD
(205,206,205)
#DDDBDC
(221,219,220)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6655 color. Also use rgb(77,102,85) instead hex code.

Text Font Color

.myTextColor { color: #4D6655; }

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

This text font color is #4D6655.


Background Color

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

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

This div background color is #4D6655.


Border color

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

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

This div border color is #4D6655.


Opacity

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

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

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

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

This text has shadow with #4D6655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6655 on black background.


Color preview on white background

This text has color #4D6655 on white background.



Black color preview on #4D6655 background

This text has black color on #4D6655 background.


White color preview on #4D6655 background

This text has white color on #4D6655 background.