COLOR #4D522B

HEX: #4D522B RGB: (77,82,43)

Color info

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

RGB color model

#4D522B color RGB value is (77,82,43).

RGB: (77,82,43) (30%, 32%, 17%)

RGB channels and saturation

R 77 of 255 = 30%
G 82 of 255 = 32%
B 43 of 255 = 17%

77
82
43

R + G + B ~ 26%. #4D522B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 82 + 43 = 202 (100%)
R 77 of 202 ~ 38.12%
G 82 of 202 ~ 40.59%
B 43 of 202 ~ 21.29'%

%38.12
%40.59
%21.29

CMYK color model

#4D522B color CMYK value is (6,0,48,68).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 47.56%
  • key color value is 67.84%

CMYK: (6,0,48,68)
C6M0Y48K68 (6%, 0%, 48%, 68%)
(0.06 / 0.00 / 0.48 / 0.68)

CMYK percentages

%6.1
%0
%47.56
%67.84

Codes

Color #4D522B in popluar color models

4D 52 2B
RGB 77 82 43
HSL 68° 31.20% 24.51%
HSB/HSV 68° 47.56% 32.16%
CMYK 6.10% 0.00% 47.56%
67.84%

Color #4D522B in popluar number systems.

HEX 4D 52 2B
Decimal 77 82 43
Binary 1001101 1010010 101011
Octal 115 122 53

Shades and tints

Shades of #4D522B

#4D522B
(77,82,43)
#464B28
(70,75,40)
#3F4425
(63,68,37)
#383D22
(56,61,34)
#31361F
(49,54,31)
#2A2F1C
(42,47,28)
#232819
(35,40,25)
#1C2116
(28,33,22)
#151A13
(21,26,19)
#0E1310
(14,19,16)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D522B

#4D522B
(77,82,43)
#5D613E
(93,97,62)
#6D7051
(109,112,81)
#7D7F64
(125,127,100)
#8D8E77
(141,142,119)
#9D9D8A
(157,157,138)
#ADAC9D
(173,172,157)
#BDBBB0
(189,187,176)
#CDCAC3
(205,202,195)
#DDD9D6
(221,217,214)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D522B color. Also use rgb(77,82,43) instead hex code.

Text Font Color

.myTextColor { color: #4D522B; }

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

This text font color is #4D522B.

Background Color

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

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

This div background color is #4D522B.

Border color

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

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

This div border color is #4D522B.

Opacity

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

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

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

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

This text has shadow with #4D522B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D522B.

Preview

Color preview on black background

This text has color #4D522B on black background.


Color preview on white background

This text has color #4D522B on white background.


Black color preview on #4D522B background

This text has black color on #4D522B background.


White color preview on #4D522B background

This text has white color on #4D522B background.


Related colors

Complementary color

Complementary color for #hex is #B2ADD4.


I love getcolorcode.com

Triadic colors

1 #2B4D52 and #522B4D with #4D522B are triadic colors.

2 #2B524D and #524D2B with #4D522B are triadic colors.