COLOR #4D503D

HEX: #4D503D
RGB: (77,80,61)

Color info

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

RGB color model

#4D503D color RGB value is (77,80,61).

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

RGB channels and saturation

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

77
80
61

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

Portions of RGB colors in percentages

R + G + B =
77 + 80 + 61 = 218 (100%)
R 77 of 218 ~ 35.32%
G 80 of 218 ~ 36.7%
B 61 of 218 ~ 27.98%

%35.32
%36.7
%27.98

CMYK color model

#4D503D color CMYK value is (4,0,24,69).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 23.75%
  • key color value is 68.63%
CMYK:
(4,0,24,69)
C4M0Y24K69 
(4%,0%,24%,69%)
(0.04/0.00/0.24/0.69)	

CMYK percentages

%3.75
%0
%23.75
%68.63

Codes

Color #4D503D in popluar color models

4D503D
RGB778061
HSL69°13.48%27.65%
HSB/HSV69°23.75%31.37%
CMYK3.75%0.00%23.75%
68.63%

Color #4D503D in popluar number systems.

HEX4D503D
Decimal778061
Binary10011011010000111101
Octal11512075

Shades and tints

Shades of #4D503D

#4D503D
(77,80,61)
#464938
(70,73,56)
#3F4233
(63,66,51)
#383B2E
(56,59,46)
#313429
(49,52,41)
#2A2D24
(42,45,36)
#23261F
(35,38,31)
#1C1F1A
(28,31,26)
#151815
(21,24,21)
#0E1110
(14,17,16)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D503D

#4D503D
(77,80,61)
#5D5F4E
(93,95,78)
#6D6E5F
(109,110,95)
#7D7D70
(125,125,112)
#8D8C81
(141,140,129)
#9D9B92
(157,155,146)
#ADAAA3
(173,170,163)
#BDB9B4
(189,185,180)
#CDC8C5
(205,200,197)
#DDD7D6
(221,215,214)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D503D; }

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

This text font color is #4D503D.


Background Color

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

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

This div background color is #4D503D.


Border color

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

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

This div border color is #4D503D.


Opacity

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

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

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

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

This text has shadow with #4D503D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D503D on black background.


Color preview on white background

This text has color #4D503D on white background.



Black color preview on #4D503D background

This text has black color on #4D503D background.


White color preview on #4D503D background

This text has white color on #4D503D background.