COLOR #4D6F17

HEX: #4D6F17
RGB: (77,111,23)

Color info

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

RGB color model

#4D6F17 color RGB value is (77,111,23).

  • red value is 77;
  • green value is 111;
  • blue value is 23.
RGB:
(77,111,23)
(30%,44%,9%)

RGB channels and saturation

R 77 of 255 = 30%
G 111 of 255 = 44%
B 23 of 255 = 9%

77
111
23

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

Portions of RGB colors in percentages

R + G + B =
77 + 111 + 23 = 211 (100%)
R 77 of 211 ~ 36.49%
G 111 of 211 ~ 52.61%
B 23 of 211 ~ 10.9%

%36.49
%52.61
%10.9

CMYK color model

#4D6F17 color CMYK value is (31,0,79,56).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 79.28%
  • key color value is 56.47%
CMYK:
(31,0,79,56)
C31M0Y79K56 
(31%,0%,79%,56%)
(0.31/0.00/0.79/0.56)	

CMYK percentages

%30.63
%0
%79.28
%56.47

Codes

Color #4D6F17 in popluar color models

4D6F17
RGB7711123
HSL83°65.67%26.27%
HSB/HSV83°79.28%43.53%
CMYK30.63%0.00%79.28%
56.47%

Color #4D6F17 in popluar number systems.

HEX4D6F17
Decimal7711123
Binary1001101110111110111
Octal11515727

Shades and tints

Shades of #4D6F17

#4D6F17
(77,111,23)
#466515
(70,101,21)
#3F5B13
(63,91,19)
#385111
(56,81,17)
#31470F
(49,71,15)
#2A3D0D
(42,61,13)
#23330B
(35,51,11)
#1C2909
(28,41,9)
#151F07
(21,31,7)
#0E1505
(14,21,5)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #4D6F17

#4D6F17
(77,111,23)
#5D7C2C
(93,124,44)
#6D8941
(109,137,65)
#7D9656
(125,150,86)
#8DA36B
(141,163,107)
#9DB080
(157,176,128)
#ADBD95
(173,189,149)
#BDCAAA
(189,202,170)
#CDD7BF
(205,215,191)
#DDE4D4
(221,228,212)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6F17 color. Also use rgb(77,111,23) instead hex code.

Text Font Color

.myTextColor { color: #4D6F17; }

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

This text font color is #4D6F17.


Background Color

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

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

This div background color is #4D6F17.


Border color

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

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

This div border color is #4D6F17.


Opacity

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

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

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

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

This text has shadow with #4D6F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6F17 on black background.


Color preview on white background

This text has color #4D6F17 on white background.



Black color preview on #4D6F17 background

This text has black color on #4D6F17 background.


White color preview on #4D6F17 background

This text has white color on #4D6F17 background.