COLOR #4E9C49

HEX: #4E9C49
RGB: (78,156,73)

Renk bilgisi

#4E9C49 contains mainly green color. #4E9C49 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#4E9C49 color RGB value is (78,156,73).

  • kırmız ton 78;
  • yeşil ton 156;
  • mavi ton 73.
RGB:
(78,156,73)
(31%,61%,29%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 156 of 255 = 61%
B 73 of 255 = 29%

78
156
73

R + G + B ~ 40%. #4E9C49 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 156 + 73 = 307 (100%)
R 78 of 307 ~ 25.41%
G 156 of 307 ~ 50.81%
B 73 of 307 ~ 23.78%

%25.41
%50.81
%23.78

CMYK RENK MODELİ

#4E9C49 rengi CMYK tonu (50,0,53,39).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 53.21%
  • ana renk tonu 38.82%
CMYK:
(50,0,53,39)
C50M0Y53K39 
(50%,0%,53%,39%)
(0.50/0.00/0.53/0.39)	

CMYK yüzdeleri

%50
%0
%53.21
%38.82

Codes

Color #4E9C49 in popluar color models

4E9C49
RGB7815673
HSL116°36.24%44.90%
HSB/HSV116°53.21%61.18%
CMYK50.00%0.00%53.21%
38.82%

Color #4E9C49 in popluar number systems.

HEX4E9C49
Decimal7815673
Binary1001110100111001001001
Octal116234111

Shades and tints

Shades of #4E9C49

#4E9C49
(78,156,73)
#478E43
(71,142,67)
#40803D
(64,128,61)
#397237
(57,114,55)
#326431
(50,100,49)
#2B562B
(43,86,43)
#244825
(36,72,37)
#1D3A1F
(29,58,31)
#162C19
(22,44,25)
#0F1E13
(15,30,19)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #4E9C49

#4E9C49
(78,156,73)
#5EA559
(94,165,89)
#6EAE69
(110,174,105)
#7EB779
(126,183,121)
#8EC089
(142,192,137)
#9EC999
(158,201,153)
#AED2A9
(174,210,169)
#BEDBB9
(190,219,185)
#CEE4C9
(206,228,201)
#DEEDD9
(222,237,217)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9C49 color. Also use rgb(78,156,73) instead hex code.

Text Font Color

.myTextColor { color: #4E9C49; }

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

This text font color is #4E9C49.


Background Color

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

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

This div background color is #4E9C49.


Border color

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

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

This div border color is #4E9C49.


Opacity

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

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

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

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

This text has shadow with #4E9C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9C49 on black background.


Color preview on white background

This text has color #4E9C49 on white background.



Black color preview on #4E9C49 background

This text has black color on #4E9C49 background.


White color preview on #4E9C49 background

This text has white color on #4E9C49 background.