COLOR #4D791B

HEX: #4D791B
RGB: (77,121,27)

Renk bilgisi

#4D791B contains mainly red and green colors. #4D791B ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4D791B color RGB value is (77,121,27).

  • kırmız ton 77;
  • yeşil ton 121;
  • mavi ton 27.
RGB:
(77,121,27)
(30%,47%,11%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 121 of 255 = 47%
B 27 of 255 = 11%

77
121
27

R + G + B ~ 29%. #4D791B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 121 + 27 = 225 (100%)
R 77 of 225 ~ 34.22%
G 121 of 225 ~ 53.78%
B 27 of 225 ~ 12%

%34.22
%53.78
%12

CMYK RENK MODELİ

#4D791B rengi CMYK tonu (36,0,78,53).

  • camgöbeği tonu 36.36%
  • eflatun tonu 0.00%
  • sarı tonu 77.69%
  • ana renk tonu 52.55%
CMYK:
(36,0,78,53)
C36M0Y78K53 
(36%,0%,78%,53%)
(0.36/0.00/0.78/0.53)	

CMYK yüzdeleri

%36.36
%0
%77.69
%52.55

Codes

Color #4D791B in popluar color models

4D791B
RGB7712127
HSL88°63.51%29.02%
HSB/HSV88°77.69%47.45%
CMYK36.36%0.00%77.69%
52.55%

Color #4D791B in popluar number systems.

HEX4D791B
Decimal7712127
Binary1001101111100111011
Octal11517133

Shades and tints

Shades of #4D791B

#4D791B
(77,121,27)
#466E19
(70,110,25)
#3F6317
(63,99,23)
#385815
(56,88,21)
#314D13
(49,77,19)
#2A4211
(42,66,17)
#23370F
(35,55,15)
#1C2C0D
(28,44,13)
#15210B
(21,33,11)
#0E1609
(14,22,9)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #4D791B

#4D791B
(77,121,27)
#5D852F
(93,133,47)
#6D9143
(109,145,67)
#7D9D57
(125,157,87)
#8DA96B
(141,169,107)
#9DB57F
(157,181,127)
#ADC193
(173,193,147)
#BDCDA7
(189,205,167)
#CDD9BB
(205,217,187)
#DDE5CF
(221,229,207)
#EDF1E3
(237,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D791B color. Also use rgb(77,121,27) instead hex code.

Text Font Color

.myTextColor { color: #4D791B; }

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

This text font color is #4D791B.


Background Color

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

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

This div background color is #4D791B.


Border color

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

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

This div border color is #4D791B.


Opacity

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

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

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

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

This text has shadow with #4D791B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D791B on black background.


Color preview on white background

This text has color #4D791B on white background.



Black color preview on #4D791B background

This text has black color on #4D791B background.


White color preview on #4D791B background

This text has white color on #4D791B background.