COLOR #4D503E

HEX: #4D503E
RGB: (77,80,62)

Color info

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

RGB color model

#4D503E color RGB value is (77,80,62).

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

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 62 of 255 = 24%

77
80
62

R + G + B ~ 28%. #4D503E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 80 + 62 = 219 (100%)
R 77 of 219 ~ 35.16%
G 80 of 219 ~ 36.53%
B 62 of 219 ~ 28.31%

%35.16
%36.53
%28.31

CMYK color model

#4D503E color CMYK value is (4,0,23,69).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(4,0,23,69)
C4M0Y23K69 
(4%,0%,23%,69%)
(0.04/0.00/0.23/0.69)	

CMYK percentages

%3.75
%0
%22.5
%68.63

Codes

Color #4D503E in popluar color models

4D503E
RGB778062
HSL70°12.68%27.84%
HSB/HSV70°22.50%31.37%
CMYK3.75%0.00%22.50%
68.63%

Color #4D503E in popluar number systems.

HEX4D503E
Decimal778062
Binary10011011010000111110
Octal11512076

Shades and tints

Shades of #4D503E

#4D503E
(77,80,62)
#464939
(70,73,57)
#3F4234
(63,66,52)
#383B2F
(56,59,47)
#31342A
(49,52,42)
#2A2D25
(42,45,37)
#232620
(35,38,32)
#1C1F1B
(28,31,27)
#151816
(21,24,22)
#0E1111
(14,17,17)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #4D503E

#4D503E
(77,80,62)
#5D5F4F
(93,95,79)
#6D6E60
(109,110,96)
#7D7D71
(125,125,113)
#8D8C82
(141,140,130)
#9D9B93
(157,155,147)
#ADAAA4
(173,170,164)
#BDB9B5
(189,185,181)
#CDC8C6
(205,200,198)
#DDD7D7
(221,215,215)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D503E; }

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

This text font color is #4D503E.


Background Color

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

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

This div background color is #4D503E.


Border color

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

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

This div border color is #4D503E.


Opacity

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

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

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

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

This text has shadow with #4D503E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D503E on black background.


Color preview on white background

This text has color #4D503E on white background.



Black color preview on #4D503E background

This text has black color on #4D503E background.


White color preview on #4D503E background

This text has white color on #4D503E background.