COLOR #4D8339

HEX: #4D8339
RGB: (77,131,57)

Renk bilgisi

#4D8339 contains mainly red and green colors. #4D8339 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#4D8339 color RGB value is (77,131,57).

  • kırmız ton 77;
  • yeşil ton 131;
  • mavi ton 57.
RGB:
(77,131,57)
(30%,51%,22%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 131 of 255 = 51%
B 57 of 255 = 22%

77
131
57

R + G + B ~ 34%. #4D8339 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 131 + 57 = 265 (100%)
R 77 of 265 ~ 29.06%
G 131 of 265 ~ 49.43%
B 57 of 265 ~ 21.51%

%29.06
%49.43
%21.51

CMYK RENK MODELİ

#4D8339 rengi CMYK tonu (41,0,56,49).

  • camgöbeği tonu 41.22%
  • eflatun tonu 0.00%
  • sarı tonu 56.49%
  • ana renk tonu 48.63%
CMYK:
(41,0,56,49)
C41M0Y56K49 
(41%,0%,56%,49%)
(0.41/0.00/0.56/0.49)	

CMYK yüzdeleri

%41.22
%0
%56.49
%48.63

Codes

Color #4D8339 in popluar color models

4D8339
RGB7713157
HSL104°39.36%36.86%
HSB/HSV104°56.49%51.37%
CMYK41.22%0.00%56.49%
48.63%

Color #4D8339 in popluar number systems.

HEX4D8339
Decimal7713157
Binary100110110000011111001
Octal11520371

Shades and tints

Shades of #4D8339

#4D8339
(77,131,57)
#467834
(70,120,52)
#3F6D2F
(63,109,47)
#38622A
(56,98,42)
#315725
(49,87,37)
#2A4C20
(42,76,32)
#23411B
(35,65,27)
#1C3616
(28,54,22)
#152B11
(21,43,17)
#0E200C
(14,32,12)
#071507
(7,21,7)
#000000
(0,0,0)

Tints of #4D8339

#4D8339
(77,131,57)
#5D8E4B
(93,142,75)
#6D995D
(109,153,93)
#7DA46F
(125,164,111)
#8DAF81
(141,175,129)
#9DBA93
(157,186,147)
#ADC5A5
(173,197,165)
#BDD0B7
(189,208,183)
#CDDBC9
(205,219,201)
#DDE6DB
(221,230,219)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8339 color. Also use rgb(77,131,57) instead hex code.

Text Font Color

.myTextColor { color: #4D8339; }

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

This text font color is #4D8339.


Background Color

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

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

This div background color is #4D8339.


Border color

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

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

This div border color is #4D8339.


Opacity

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

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

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

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

This text has shadow with #4D8339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8339 on black background.


Color preview on white background

This text has color #4D8339 on white background.



Black color preview on #4D8339 background

This text has black color on #4D8339 background.


White color preview on #4D8339 background

This text has white color on #4D8339 background.