COLOR #4D5509

HEX: #4D5509
RGB: (77,85,9)

Color info

#4D5509 contains mainly red and green colors. Web safe color of #4D5509 is #336600 (or #360).

RGB color model

#4D5509 color RGB value is (77,85,9).

  • red value is 77;
  • green value is 85;
  • blue value is 9.
RGB:
(77,85,9)
(30%,33%,4%)

RGB channels and saturation

R 77 of 255 = 30%
G 85 of 255 = 33%
B 9 of 255 = 4%

77
85
9

R + G + B ~ 22%. #4D5509 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 85 + 9 = 171 (100%)
R 77 of 171 ~ 45.03%
G 85 of 171 ~ 49.71%
B 9 of 171 ~ 5.26%

%45.03
%49.71

CMYK color model

#4D5509 color CMYK value is (9,0,89,67).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 89.41%
  • key color value is 66.67%
CMYK:
(9,0,89,67)
C9M0Y89K67 
(9%,0%,89%,67%)
(0.09/0.00/0.89/0.67)	

CMYK percentages

%9.41
%0
%89.41
%66.67

Codes

Color #4D5509 in popluar color models

4D5509
RGB77859
HSL66°80.85%18.43%
HSB/HSV66°89.41%33.33%
CMYK9.41%0.00%89.41%
66.67%

Color #4D5509 in popluar number systems.

HEX4D5509
Decimal77859
Binary100110110101011001
Octal11512511

Shades and tints

Shades of #4D5509

#4D5509
(77,85,9)
#464E09
(70,78,9)
#3F4709
(63,71,9)
#384009
(56,64,9)
#313909
(49,57,9)
#2A3209
(42,50,9)
#232B09
(35,43,9)
#1C2409
(28,36,9)
#151D09
(21,29,9)
#0E1609
(14,22,9)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #4D5509

#4D5509
(77,85,9)
#5D641F
(93,100,31)
#6D7335
(109,115,53)
#7D824B
(125,130,75)
#8D9161
(141,145,97)
#9DA077
(157,160,119)
#ADAF8D
(173,175,141)
#BDBEA3
(189,190,163)
#CDCDB9
(205,205,185)
#DDDCCF
(221,220,207)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5509 color. Also use rgb(77,85,9) instead hex code.

Text Font Color

.myTextColor { color: #4D5509; }

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

This text font color is #4D5509.


Background Color

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

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

This div background color is #4D5509.


Border color

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

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

This div border color is #4D5509.


Opacity

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

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

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

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

This text has shadow with #4D5509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5509 on black background.


Color preview on white background

This text has color #4D5509 on white background.



Black color preview on #4D5509 background

This text has black color on #4D5509 background.


White color preview on #4D5509 background

This text has white color on #4D5509 background.