COLOR #4D502F

HEX: #4D502F
RGB: (77,80,47)

Color info

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

RGB color model

#4D502F color RGB value is (77,80,47).

  • red value is 77;
  • green value is 80;
  • blue value is 47.
RGB:
(77,80,47)
(30%,31%,18%)

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 47 of 255 = 18%

77
80
47

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

Portions of RGB colors in percentages

R + G + B =
77 + 80 + 47 = 204 (100%)
R 77 of 204 ~ 37.75%
G 80 of 204 ~ 39.22%
B 47 of 204 ~ 23.04%

%37.75
%39.22
%23.04

CMYK color model

#4D502F color CMYK value is (4,0,41,69).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 41.25%
  • key color value is 68.63%
CMYK:
(4,0,41,69)
C4M0Y41K69 
(4%,0%,41%,69%)
(0.04/0.00/0.41/0.69)	

CMYK percentages

%3.75
%0
%41.25
%68.63

Codes

Color #4D502F in popluar color models

4D502F
RGB778047
HSL65°25.98%24.90%
HSB/HSV65°41.25%31.37%
CMYK3.75%0.00%41.25%
68.63%

Color #4D502F in popluar number systems.

HEX4D502F
Decimal778047
Binary10011011010000101111
Octal11512057

Shades and tints

Shades of #4D502F

#4D502F
(77,80,47)
#46492B
(70,73,43)
#3F4227
(63,66,39)
#383B23
(56,59,35)
#31341F
(49,52,31)
#2A2D1B
(42,45,27)
#232617
(35,38,23)
#1C1F13
(28,31,19)
#15180F
(21,24,15)
#0E110B
(14,17,11)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #4D502F

#4D502F
(77,80,47)
#5D5F41
(93,95,65)
#6D6E53
(109,110,83)
#7D7D65
(125,125,101)
#8D8C77
(141,140,119)
#9D9B89
(157,155,137)
#ADAA9B
(173,170,155)
#BDB9AD
(189,185,173)
#CDC8BF
(205,200,191)
#DDD7D1
(221,215,209)
#EDE6E3
(237,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D502F color. Also use rgb(77,80,47) instead hex code.

Text Font Color

.myTextColor { color: #4D502F; }

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

This text font color is #4D502F.


Background Color

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

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

This div background color is #4D502F.


Border color

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

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

This div border color is #4D502F.


Opacity

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

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

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

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

This text has shadow with #4D502F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D502F on black background.


Color preview on white background

This text has color #4D502F on white background.



Black color preview on #4D502F background

This text has black color on #4D502F background.


White color preview on #4D502F background

This text has white color on #4D502F background.