COLOR #4D521E

HEX: #4D521E
RGB: (77,82,30)

Color info

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

RGB color model

#4D521E color RGB value is (77,82,30).

  • red value is 77;
  • green value is 82;
  • blue value is 30.
RGB:
(77,82,30)
(30%,32%,12%)

RGB channels and saturation

R 77 of 255 = 30%
G 82 of 255 = 32%
B 30 of 255 = 12%

77
82
30

R + G + B ~ 25%. #4D521E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 82 + 30 = 189 (100%)
R 77 of 189 ~ 40.74%
G 82 of 189 ~ 43.39%
B 30 of 189 ~ 15.87%

%40.74
%43.39
%15.87

CMYK color model

#4D521E color CMYK value is (6,0,63,68).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 67.84%
CMYK:
(6,0,63,68)
C6M0Y63K68 
(6%,0%,63%,68%)
(0.06/0.00/0.63/0.68)	

CMYK percentages

%6.1
%0
%63.41
%67.84

Codes

Color #4D521E in popluar color models

4D521E
RGB778230
HSL66°46.43%21.96%
HSB/HSV66°63.41%32.16%
CMYK6.10%0.00%63.41%
67.84%

Color #4D521E in popluar number systems.

HEX4D521E
Decimal778230
Binary1001101101001011110
Octal11512236

Shades and tints

Shades of #4D521E

#4D521E
(77,82,30)
#464B1C
(70,75,28)
#3F441A
(63,68,26)
#383D18
(56,61,24)
#313616
(49,54,22)
#2A2F14
(42,47,20)
#232812
(35,40,18)
#1C2110
(28,33,16)
#151A0E
(21,26,14)
#0E130C
(14,19,12)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D521E

#4D521E
(77,82,30)
#5D6132
(93,97,50)
#6D7046
(109,112,70)
#7D7F5A
(125,127,90)
#8D8E6E
(141,142,110)
#9D9D82
(157,157,130)
#ADAC96
(173,172,150)
#BDBBAA
(189,187,170)
#CDCABE
(205,202,190)
#DDD9D2
(221,217,210)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D521E; }

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

This text font color is #4D521E.


Background Color

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

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

This div background color is #4D521E.


Border color

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

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

This div border color is #4D521E.


Opacity

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

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

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

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

This text has shadow with #4D521E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D521E on black background.


Color preview on white background

This text has color #4D521E on white background.



Black color preview on #4D521E background

This text has black color on #4D521E background.


White color preview on #4D521E background

This text has white color on #4D521E background.