COLOR #4D4710

HEX: #4D4710
RGB: (77,71,16)

Color info

#4D4710 contains mainly red and green colors. Web safe color of #4D4710 is #333300 (or #330).

RGB color model

#4D4710 color RGB value is (77,71,16).

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

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 16 of 255 = 6%

77
71
16

R + G + B ~ 21%. #4D4710 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 16 = 164 (100%)
R 77 of 164 ~ 46.95%
G 71 of 164 ~ 43.29%
B 16 of 164 ~ 9.76%

%46.95
%43.29
%9.76

CMYK color model

#4D4710 color CMYK value is (0,8,79,70).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 79.22%
  • key color value is 69.80%
CMYK:
(0,8,79,70)
C0M8Y79K70 
(0%,8%,79%,70%)
(0.00/0.08/0.79/0.70)	

CMYK percentages

%0
%7.79
%79.22
%69.8

Codes

Color #4D4710 in popluar color models

4D4710
RGB777116
HSL54°65.59%18.24%
HSB/HSV54°79.22%30.20%
CMYK0.00%7.79%79.22%
69.80%

Color #4D4710 in popluar number systems.

HEX4D4710
Decimal777116
Binary1001101100011110000
Octal11510720

Shades and tints

Shades of #4D4710

#4D4710
(77,71,16)
#46410F
(70,65,15)
#3F3B0E
(63,59,14)
#38350D
(56,53,13)
#312F0C
(49,47,12)
#2A290B
(42,41,11)
#23230A
(35,35,10)
#1C1D09
(28,29,9)
#151708
(21,23,8)
#0E1107
(14,17,7)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #4D4710

#4D4710
(77,71,16)
#5D5725
(93,87,37)
#6D673A
(109,103,58)
#7D774F
(125,119,79)
#8D8764
(141,135,100)
#9D9779
(157,151,121)
#ADA78E
(173,167,142)
#BDB7A3
(189,183,163)
#CDC7B8
(205,199,184)
#DDD7CD
(221,215,205)
#EDE7E2
(237,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4710; }

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

This text font color is #4D4710.


Background Color

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

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

This div background color is #4D4710.


Border color

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

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

This div border color is #4D4710.


Opacity

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

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

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

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

This text has shadow with #4D4710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4710 on black background.


Color preview on white background

This text has color #4D4710 on white background.



Black color preview on #4D4710 background

This text has black color on #4D4710 background.


White color preview on #4D4710 background

This text has white color on #4D4710 background.