COLOR #7EA57D

HEX: #7EA57D
RGB: (126,165,125)

Renk bilgisi

#7EA57D contains red, green and blue colors in about the same proportion. #7EA57D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7EA57D color RGB value is (126,165,125).

  • kırmız ton 126;
  • yeşil ton 165;
  • mavi ton 125.
RGB:
(126,165,125)
(49%,65%,49%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 165 of 255 = 65%
B 125 of 255 = 49%

126
165
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 165 + 125 = 416 (100%)
R 126 of 416 ~ 30.29%
G 165 of 416 ~ 39.66%
B 125 of 416 ~ 30.05%

%30.29
%39.66
%30.05

CMYK RENK MODELİ

#7EA57D rengi CMYK tonu (24,0,24,35).

  • camgöbeği tonu 23.64%
  • eflatun tonu 0.00%
  • sarı tonu 24.24%
  • ana renk tonu 35.29%
CMYK:
(24,0,24,35)
C24M0Y24K35 
(24%,0%,24%,35%)
(0.24/0.00/0.24/0.35)	

CMYK yüzdeleri

%23.64
%0
%24.24
%35.29

Codes

Color #7EA57D in popluar color models

7EA57D
RGB126165125
HSL119°18.18%56.86%
HSB/HSV119°24.24%64.71%
CMYK23.64%0.00%24.24%
35.29%

Color #7EA57D in popluar number systems.

HEX7EA57D
Decimal126165125
Binary1111110101001011111101
Octal176245175

Shades and tints

Shades of #7EA57D

#7EA57D
(126,165,125)
#739672
(115,150,114)
#688767
(104,135,103)
#5D785C
(93,120,92)
#526951
(82,105,81)
#475A46
(71,90,70)
#3C4B3B
(60,75,59)
#313C30
(49,60,48)
#262D25
(38,45,37)
#1B1E1A
(27,30,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7EA57D

#7EA57D
(126,165,125)
#89AD88
(137,173,136)
#94B593
(148,181,147)
#9FBD9E
(159,189,158)
#AAC5A9
(170,197,169)
#B5CDB4
(181,205,180)
#C0D5BF
(192,213,191)
#CBDDCA
(203,221,202)
#D6E5D5
(214,229,213)
#E1EDE0
(225,237,224)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA57D color. Also use rgb(126,165,125) instead hex code.

Text Font Color

.myTextColor { color: #7EA57D; }

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

This text font color is #7EA57D.


Background Color

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

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

This div background color is #7EA57D.


Border color

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

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

This div border color is #7EA57D.


Opacity

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

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

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

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

This text has shadow with #7EA57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA57D on black background.


Color preview on white background

This text has color #7EA57D on white background.



Black color preview on #7EA57D background

This text has black color on #7EA57D background.


White color preview on #7EA57D background

This text has white color on #7EA57D background.