COLOR #4D9E0C

HEX: #4D9E0C
RGB: (77,158,12)

Renk bilgisi

#4D9E0C contains mainly green color. #4D9E0C ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#4D9E0C color RGB value is (77,158,12).

  • kırmız ton 77;
  • yeşil ton 158;
  • mavi ton 12.
RGB:
(77,158,12)
(30%,62%,5%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 158 of 255 = 62%
B 12 of 255 = 5%

77
158
12

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 158 + 12 = 247 (100%)
R 77 of 247 ~ 31.17%
G 158 of 247 ~ 63.97%
B 12 of 247 ~ 4.86%

%31.17
%63.97

CMYK RENK MODELİ

#4D9E0C rengi CMYK tonu (51,0,92,38).

  • camgöbeği tonu 51.27%
  • eflatun tonu 0.00%
  • sarı tonu 92.41%
  • ana renk tonu 38.04%
CMYK:
(51,0,92,38)
C51M0Y92K38 
(51%,0%,92%,38%)
(0.51/0.00/0.92/0.38)	

CMYK yüzdeleri

%51.27
%0
%92.41
%38.04

Codes

Color #4D9E0C in popluar color models

4D9E0C
RGB7715812
HSL93°85.88%33.33%
HSB/HSV93°92.41%61.96%
CMYK51.27%0.00%92.41%
38.04%

Color #4D9E0C in popluar number systems.

HEX4D9E0C
Decimal7715812
Binary1001101100111101100
Octal11523614

Shades and tints

Shades of #4D9E0C

#4D9E0C
(77,158,12)
#46900B
(70,144,11)
#3F820A
(63,130,10)
#387409
(56,116,9)
#316608
(49,102,8)
#2A5807
(42,88,7)
#234A06
(35,74,6)
#1C3C05
(28,60,5)
#152E04
(21,46,4)
#0E2003
(14,32,3)
#071202
(7,18,2)
#000000
(0,0,0)

Tints of #4D9E0C

#4D9E0C
(77,158,12)
#5DA622
(93,166,34)
#6DAE38
(109,174,56)
#7DB64E
(125,182,78)
#8DBE64
(141,190,100)
#9DC67A
(157,198,122)
#ADCE90
(173,206,144)
#BDD6A6
(189,214,166)
#CDDEBC
(205,222,188)
#DDE6D2
(221,230,210)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9E0C color. Also use rgb(77,158,12) instead hex code.

Text Font Color

.myTextColor { color: #4D9E0C; }

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

This text font color is #4D9E0C.


Background Color

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

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

This div background color is #4D9E0C.


Border color

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

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

This div border color is #4D9E0C.


Opacity

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

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

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

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

This text has shadow with #4D9E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9E0C on black background.


Color preview on white background

This text has color #4D9E0C on white background.



Black color preview on #4D9E0C background

This text has black color on #4D9E0C background.


White color preview on #4D9E0C background

This text has white color on #4D9E0C background.