COLOR #4D4825

HEX: #4D4825
RGB: (77,72,37)

Color info

#4D4825 contains red, green and blue colors in about the same proportion. Web safe color of #4D4825 is #333333 (or #333).

RGB color model

#4D4825 color RGB value is (77,72,37).

  • red value is 77;
  • green value is 72;
  • blue value is 37.
RGB:
(77,72,37)
(30%,28%,15%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 37 of 255 = 15%

77
72
37

R + G + B ~ 24%. #4D4825 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 37 = 186 (100%)
R 77 of 186 ~ 41.4%
G 72 of 186 ~ 38.71%
B 37 of 186 ~ 19.89%

%41.4
%38.71
%19.89

CMYK color model

#4D4825 color CMYK value is (0,6,52,70).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 51.95%
  • key color value is 69.80%
CMYK:
(0,6,52,70)
C0M6Y52K70 
(0%,6%,52%,70%)
(0.00/0.06/0.52/0.70)	

CMYK percentages

%0
%6.49
%51.95
%69.8

Codes

Color #4D4825 in popluar color models

4D4825
RGB777237
HSL53°35.09%22.35%
HSB/HSV53°51.95%30.20%
CMYK0.00%6.49%51.95%
69.80%

Color #4D4825 in popluar number systems.

HEX4D4825
Decimal777237
Binary10011011001000100101
Octal11511045

Shades and tints

Shades of #4D4825

#4D4825
(77,72,37)
#464222
(70,66,34)
#3F3C1F
(63,60,31)
#38361C
(56,54,28)
#313019
(49,48,25)
#2A2A16
(42,42,22)
#232413
(35,36,19)
#1C1E10
(28,30,16)
#15180D
(21,24,13)
#0E120A
(14,18,10)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #4D4825

#4D4825
(77,72,37)
#5D5838
(93,88,56)
#6D684B
(109,104,75)
#7D785E
(125,120,94)
#8D8871
(141,136,113)
#9D9884
(157,152,132)
#ADA897
(173,168,151)
#BDB8AA
(189,184,170)
#CDC8BD
(205,200,189)
#DDD8D0
(221,216,208)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4825 color. Also use rgb(77,72,37) instead hex code.

Text Font Color

.myTextColor { color: #4D4825; }

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

This text font color is #4D4825.


Background Color

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

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

This div background color is #4D4825.


Border color

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

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

This div border color is #4D4825.


Opacity

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

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

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

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

This text has shadow with #4D4825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4825 on black background.


Color preview on white background

This text has color #4D4825 on white background.



Black color preview on #4D4825 background

This text has black color on #4D4825 background.


White color preview on #4D4825 background

This text has white color on #4D4825 background.