COLOR #4D8F17

HEX: #4D8F17
RGB: (77,143,23)

Color info

#4D8F17 contains mainly green color. Web safe color of #4D8F17 is #339900 (or #390).

RGB color model

#4D8F17 color RGB value is (77,143,23).

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

RGB channels and saturation

R 77 of 255 = 30%
G 143 of 255 = 56%
B 23 of 255 = 9%

77
143
23

R + G + B ~ 32%. #4D8F17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 143 + 23 = 243 (100%)
R 77 of 243 ~ 31.69%
G 143 of 243 ~ 58.85%
B 23 of 243 ~ 9.47%

%31.69
%58.85

CMYK color model

#4D8F17 color CMYK value is (46,0,84,44).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 83.92%
  • key color value is 43.92%
CMYK:
(46,0,84,44)
C46M0Y84K44 
(46%,0%,84%,44%)
(0.46/0.00/0.84/0.44)	

CMYK percentages

%46.15
%0
%83.92
%43.92

Codes

Color #4D8F17 in popluar color models

4D8F17
RGB7714323
HSL93°72.29%32.55%
HSB/HSV93°83.92%56.08%
CMYK46.15%0.00%83.92%
43.92%

Color #4D8F17 in popluar number systems.

HEX4D8F17
Decimal7714323
Binary10011011000111110111
Octal11521727

Shades and tints

Shades of #4D8F17

#4D8F17
(77,143,23)
#468215
(70,130,21)
#3F7513
(63,117,19)
#386811
(56,104,17)
#315B0F
(49,91,15)
#2A4E0D
(42,78,13)
#23410B
(35,65,11)
#1C3409
(28,52,9)
#152707
(21,39,7)
#0E1A05
(14,26,5)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #4D8F17

#4D8F17
(77,143,23)
#5D992C
(93,153,44)
#6DA341
(109,163,65)
#7DAD56
(125,173,86)
#8DB76B
(141,183,107)
#9DC180
(157,193,128)
#ADCB95
(173,203,149)
#BDD5AA
(189,213,170)
#CDDFBF
(205,223,191)
#DDE9D4
(221,233,212)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8F17; }

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

This text font color is #4D8F17.


Background Color

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

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

This div background color is #4D8F17.


Border color

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

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

This div border color is #4D8F17.


Opacity

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

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

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

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

This text has shadow with #4D8F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8F17 on black background.


Color preview on white background

This text has color #4D8F17 on white background.



Black color preview on #4D8F17 background

This text has black color on #4D8F17 background.


White color preview on #4D8F17 background

This text has white color on #4D8F17 background.