COLOR #4D4716

HEX: #4D4716
RGB: (77,71,22)

Color info

#4D4716 contains red, green and blue colors in about the same proportion. Web safe color of #4D4716 is #333300 (or #330).

RGB color model

#4D4716 color RGB value is (77,71,22).

  • red value is 77;
  • green value is 71;
  • blue value is 22.
RGB:
(77,71,22)
(30%,28%,9%)

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 22 of 255 = 9%

77
71
22

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

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 22 = 170 (100%)
R 77 of 170 ~ 45.29%
G 71 of 170 ~ 41.76%
B 22 of 170 ~ 12.94%

%45.29
%41.76
%12.94

CMYK color model

#4D4716 color CMYK value is (0,8,71,70).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 71.43%
  • key color value is 69.80%
CMYK:
(0,8,71,70)
C0M8Y71K70 
(0%,8%,71%,70%)
(0.00/0.08/0.71/0.70)	

CMYK percentages

%0
%7.79
%71.43
%69.8

Codes

Color #4D4716 in popluar color models

4D4716
RGB777122
HSL53°55.56%19.41%
HSB/HSV53°71.43%30.20%
CMYK0.00%7.79%71.43%
69.80%

Color #4D4716 in popluar number systems.

HEX4D4716
Decimal777122
Binary1001101100011110110
Octal11510726

Shades and tints

Shades of #4D4716

#4D4716
(77,71,22)
#464114
(70,65,20)
#3F3B12
(63,59,18)
#383510
(56,53,16)
#312F0E
(49,47,14)
#2A290C
(42,41,12)
#23230A
(35,35,10)
#1C1D08
(28,29,8)
#151706
(21,23,6)
#0E1104
(14,17,4)
#070B02
(7,11,2)
#000000
(0,0,0)

Tints of #4D4716

#4D4716
(77,71,22)
#5D572B
(93,87,43)
#6D6740
(109,103,64)
#7D7755
(125,119,85)
#8D876A
(141,135,106)
#9D977F
(157,151,127)
#ADA794
(173,167,148)
#BDB7A9
(189,183,169)
#CDC7BE
(205,199,190)
#DDD7D3
(221,215,211)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4716 color. Also use rgb(77,71,22) instead hex code.

Text Font Color

.myTextColor { color: #4D4716; }

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

This text font color is #4D4716.


Background Color

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

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

This div background color is #4D4716.


Border color

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

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

This div border color is #4D4716.


Opacity

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

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

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

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

This text has shadow with #4D4716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4716 on black background.


Color preview on white background

This text has color #4D4716 on white background.



Black color preview on #4D4716 background

This text has black color on #4D4716 background.


White color preview on #4D4716 background

This text has white color on #4D4716 background.