COLOR #4D6553

HEX: #4D6553
RGB: (77,101,83)

Color info

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

RGB color model

#4D6553 color RGB value is (77,101,83).

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

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 83 of 255 = 33%

77
101
83

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

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 83 = 261 (100%)
R 77 of 261 ~ 29.5%
G 101 of 261 ~ 38.7%
B 83 of 261 ~ 31.8%

%29.5
%38.7
%31.8

CMYK color model

#4D6553 color CMYK value is (24,0,18,60).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 60.39%
CMYK:
(24,0,18,60)
C24M0Y18K60 
(24%,0%,18%,60%)
(0.24/0.00/0.18/0.60)	

CMYK percentages

%23.76
%0
%17.82
%60.39

Codes

Color #4D6553 in popluar color models

4D6553
RGB7710183
HSL135°13.48%34.90%
HSB/HSV135°23.76%39.61%
CMYK23.76%0.00%17.82%
60.39%

Color #4D6553 in popluar number systems.

HEX4D6553
Decimal7710183
Binary100110111001011010011
Octal115145123

Shades and tints

Shades of #4D6553

#4D6553
(77,101,83)
#465C4C
(70,92,76)
#3F5345
(63,83,69)
#384A3E
(56,74,62)
#314137
(49,65,55)
#2A3830
(42,56,48)
#232F29
(35,47,41)
#1C2622
(28,38,34)
#151D1B
(21,29,27)
#0E1414
(14,20,20)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #4D6553

#4D6553
(77,101,83)
#5D7362
(93,115,98)
#6D8171
(109,129,113)
#7D8F80
(125,143,128)
#8D9D8F
(141,157,143)
#9DAB9E
(157,171,158)
#ADB9AD
(173,185,173)
#BDC7BC
(189,199,188)
#CDD5CB
(205,213,203)
#DDE3DA
(221,227,218)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6553; }

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

This text font color is #4D6553.


Background Color

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

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

This div background color is #4D6553.


Border color

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

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

This div border color is #4D6553.


Opacity

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

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

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

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

This text has shadow with #4D6553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6553 on black background.


Color preview on white background

This text has color #4D6553 on white background.



Black color preview on #4D6553 background

This text has black color on #4D6553 background.


White color preview on #4D6553 background

This text has white color on #4D6553 background.