COLOR #7EAE50

HEX: #7EAE50
RGB: (126,174,80)

Renk bilgisi

#7EAE50 contains mainly red and green colors. #7EAE50 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7EAE50 color RGB value is (126,174,80).

  • kırmız ton 126;
  • yeşil ton 174;
  • mavi ton 80.
RGB:
(126,174,80)
(49%,68%,31%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 174 of 255 = 68%
B 80 of 255 = 31%

126
174
80

R + G + B ~ 49%. #7EAE50 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 174 + 80 = 380 (100%)
R 126 of 380 ~ 33.16%
G 174 of 380 ~ 45.79%
B 80 of 380 ~ 21.05%

%33.16
%45.79
%21.05

CMYK RENK MODELİ

#7EAE50 rengi CMYK tonu (28,0,54,32).

  • camgöbeği tonu 27.59%
  • eflatun tonu 0.00%
  • sarı tonu 54.02%
  • ana renk tonu 31.76%
CMYK:
(28,0,54,32)
C28M0Y54K32 
(28%,0%,54%,32%)
(0.28/0.00/0.54/0.32)	

CMYK yüzdeleri

%27.59
%0
%54.02
%31.76

Codes

Color #7EAE50 in popluar color models

7EAE50
RGB12617480
HSL91°37.01%49.80%
HSB/HSV91°54.02%68.24%
CMYK27.59%0.00%54.02%
31.76%

Color #7EAE50 in popluar number systems.

HEX7EAE50
Decimal12617480
Binary1111110101011101010000
Octal176256120

Shades and tints

Shades of #7EAE50

#7EAE50
(126,174,80)
#739F49
(115,159,73)
#689042
(104,144,66)
#5D813B
(93,129,59)
#527234
(82,114,52)
#47632D
(71,99,45)
#3C5426
(60,84,38)
#31451F
(49,69,31)
#263618
(38,54,24)
#1B2711
(27,39,17)
#10180A
(16,24,10)
#000000
(0,0,0)

Tints of #7EAE50

#7EAE50
(126,174,80)
#89B55F
(137,181,95)
#94BC6E
(148,188,110)
#9FC37D
(159,195,125)
#AACA8C
(170,202,140)
#B5D19B
(181,209,155)
#C0D8AA
(192,216,170)
#CBDFB9
(203,223,185)
#D6E6C8
(214,230,200)
#E1EDD7
(225,237,215)
#ECF4E6
(236,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAE50 color. Also use rgb(126,174,80) instead hex code.

Text Font Color

.myTextColor { color: #7EAE50; }

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

This text font color is #7EAE50.


Background Color

.myBgColor { background-color: #7EAE50; }

<div style="background-color:#7EAE50">Inner text</div>

This div background color is #7EAE50.


Border color

.myBorderColor { border: 1px solid #7EAE50; }

<div style="border:3px solid #7EAE50">Div</div>

This div border color is #7EAE50.


Opacity

.myOpacity80 { color: #7EAE50; opacity: 0.8; }

<p style="color:#7EAE50;opacity:0.8;">80%</p>

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

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

This text has shadow with #7EAE50 color.

.textShadow {text-shadow: 3px 3px 1px #7EAE50, 3px 3px 1px red;}

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

This text has shadow with #7EAE50 primary color and red secondary color.


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

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

This text has shadow with #7EAE50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAE50 on black background.


Color preview on white background

This text has color #7EAE50 on white background.



Black color preview on #7EAE50 background

This text has black color on #7EAE50 background.


White color preview on #7EAE50 background

This text has white color on #7EAE50 background.