COLOR #4D680F

HEX: #4D680F
RGB: (77,104,15)

Color info

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

RGB color model

#4D680F color RGB value is (77,104,15).

  • red value is 77;
  • green value is 104;
  • blue value is 15.
RGB:
(77,104,15)
(30%,41%,6%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 15 of 255 = 6%

77
104
15

R + G + B ~ 26%. #4D680F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 104 + 15 = 196 (100%)
R 77 of 196 ~ 39.29%
G 104 of 196 ~ 53.06%
B 15 of 196 ~ 7.65%

%39.29
%53.06

CMYK color model

#4D680F color CMYK value is (26,0,86,59).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 85.58%
  • key color value is 59.22%
CMYK:
(26,0,86,59)
C26M0Y86K59 
(26%,0%,86%,59%)
(0.26/0.00/0.86/0.59)	

CMYK percentages

%25.96
%0
%85.58
%59.22

Codes

Color #4D680F in popluar color models

4D680F
RGB7710415
HSL78°74.79%23.33%
HSB/HSV78°85.58%40.78%
CMYK25.96%0.00%85.58%
59.22%

Color #4D680F in popluar number systems.

HEX4D680F
Decimal7710415
Binary100110111010001111
Octal11515017

Shades and tints

Shades of #4D680F

#4D680F
(77,104,15)
#465F0E
(70,95,14)
#3F560D
(63,86,13)
#384D0C
(56,77,12)
#31440B
(49,68,11)
#2A3B0A
(42,59,10)
#233209
(35,50,9)
#1C2908
(28,41,8)
#152007
(21,32,7)
#0E1706
(14,23,6)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #4D680F

#4D680F
(77,104,15)
#5D7524
(93,117,36)
#6D8239
(109,130,57)
#7D8F4E
(125,143,78)
#8D9C63
(141,156,99)
#9DA978
(157,169,120)
#ADB68D
(173,182,141)
#BDC3A2
(189,195,162)
#CDD0B7
(205,208,183)
#DDDDCC
(221,221,204)
#EDEAE1
(237,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D680F color. Also use rgb(77,104,15) instead hex code.

Text Font Color

.myTextColor { color: #4D680F; }

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

This text font color is #4D680F.


Background Color

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

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

This div background color is #4D680F.


Border color

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

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

This div border color is #4D680F.


Opacity

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

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

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

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

This text has shadow with #4D680F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D680F on black background.


Color preview on white background

This text has color #4D680F on white background.



Black color preview on #4D680F background

This text has black color on #4D680F background.


White color preview on #4D680F background

This text has white color on #4D680F background.