COLOR #4D543F

HEX: #4D543F RGB: (77,84,63)

Color info

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

RGB color model

#4D543F color RGB value is (77,84,63).

RGB: (77,84,63) (30%, 33%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 63 of 255 = 25%

77
84
63

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

Portions of RGB colors in percentages

R + G + B = 77 + 84 + 63 = 224 (100%)
R 77 of 224 ~ 34.38%
G 84 of 224 ~ 37.5%
B 63 of 224 ~ 28.13'%

%34.38
%37.5
%28.13

CMYK color model

#4D543F color CMYK value is (8,0,25,67).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 67.06%

CMYK: (8,0,25,67)
C8M0Y25K67 (8%, 0%, 25%, 67%)
(0.08 / 0.00 / 0.25 / 0.67)

CMYK percentages

%8.33
%0
%25
%67.06

Codes

Color #4D543F in popluar color models

4D 54 3F
RGB 77 84 63
HSL 80° 14.29% 28.82%
HSB/HSV 80° 25.00% 32.94%
CMYK 8.33% 0.00% 25.00%
67.06%

Color #4D543F in popluar number systems.

HEX 4D 54 3F
Decimal 77 84 63
Binary 1001101 1010100 111111
Octal 115 124 77

Shades and tints

Shades of #4D543F

#4D543F
(77,84,63)
#464D3A
(70,77,58)
#3F4635
(63,70,53)
#383F30
(56,63,48)
#31382B
(49,56,43)
#2A3126
(42,49,38)
#232A21
(35,42,33)
#1C231C
(28,35,28)
#151C17
(21,28,23)
#0E1512
(14,21,18)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #4D543F

#4D543F
(77,84,63)
#5D6350
(93,99,80)
#6D7261
(109,114,97)
#7D8172
(125,129,114)
#8D9083
(141,144,131)
#9D9F94
(157,159,148)
#ADAEA5
(173,174,165)
#BDBDB6
(189,189,182)
#CDCCC7
(205,204,199)
#DDDBD8
(221,219,216)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D543F color. Also use rgb(77,84,63) instead hex code.

Text Font Color

.myTextColor { color: #4D543F; }

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

This text font color is #4D543F.

Background Color

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

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

This div background color is #4D543F.

Border color

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

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

This div border color is #4D543F.

Opacity

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

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

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

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

This text has shadow with #4D543F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D543F.

Preview

Color preview on black background

This text has color #4D543F on black background.


Color preview on white background

This text has color #4D543F on white background.


Black color preview on #4D543F background

This text has black color on #4D543F background.


White color preview on #4D543F background

This text has white color on #4D543F background.


Related colors

Complementary color

Complementary color for #hex is #B2ABC0.


I love getcolorcode.com

Triadic colors

1 #3F4D54 and #543F4D with #4D543F are triadic colors.

2 #3F544D and #544D3F with #4D543F are triadic colors.