COLOR #4D553E

HEX: #4D553E RGB: (77,85,62)

Color info

#4D553E contains red, green and blue colors in about the same proportion. Web safe color of #4D553E is #336633 (or #363).

RGB color model

#4D553E color RGB value is (77,85,62).

RGB: (77,85,62) (30%, 33%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 85 of 255 = 33%
B 62 of 255 = 24%

77
85
62

R + G + B ~ 29%. #4D553E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 85 + 62 = 224 (100%)
R 77 of 224 ~ 34.38%
G 85 of 224 ~ 37.95%
B 62 of 224 ~ 27.68'%

%34.38
%37.95
%27.68

CMYK color model

#4D553E color CMYK value is (9,0,27,67).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 66.67%

CMYK: (9,0,27,67)
C9M0Y27K67 (9%, 0%, 27%, 67%)
(0.09 / 0.00 / 0.27 / 0.67)

CMYK percentages

%9.41
%0
%27.06
%66.67

Codes

Color #4D553E in popluar color models

4D 55 3E
RGB 77 85 62
HSL 81° 15.65% 28.82%
HSB/HSV 81° 27.06% 33.33%
CMYK 9.41% 0.00% 27.06%
66.67%

Color #4D553E in popluar number systems.

HEX 4D 55 3E
Decimal 77 85 62
Binary 1001101 1010101 111110
Octal 115 125 76

Shades and tints

Shades of #4D553E

#4D553E
(77,85,62)
#464E39
(70,78,57)
#3F4734
(63,71,52)
#38402F
(56,64,47)
#31392A
(49,57,42)
#2A3225
(42,50,37)
#232B20
(35,43,32)
#1C241B
(28,36,27)
#151D16
(21,29,22)
#0E1611
(14,22,17)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D553E

#4D553E
(77,85,62)
#5D644F
(93,100,79)
#6D7360
(109,115,96)
#7D8271
(125,130,113)
#8D9182
(141,145,130)
#9DA093
(157,160,147)
#ADAFA4
(173,175,164)
#BDBEB5
(189,190,181)
#CDCDC6
(205,205,198)
#DDDCD7
(221,220,215)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D553E; }

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

This text font color is #4D553E.

Background Color

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

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

This div background color is #4D553E.

Border color

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

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

This div border color is #4D553E.

Opacity

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

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

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

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

This text has shadow with #4D553E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D553E.

Preview

Color preview on black background

This text has color #4D553E on black background.


Color preview on white background

This text has color #4D553E on white background.


Black color preview on #4D553E background

This text has black color on #4D553E background.


White color preview on #4D553E background

This text has white color on #4D553E background.


Related colors

Complementary color

Complementary color for #hex is #B2AAC1.


I love getcolorcode.com

Triadic colors

1 #3E4D55 and #553E4D with #4D553E are triadic colors.

2 #3E554D and #554D3E with #4D553E are triadic colors.