COLOR #7EB382

HEX: #7EB382
RGB: (126,179,130)

Renk bilgisi

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

RGB renk modeli

#7EB382 color RGB value is (126,179,130).

  • kırmız ton 126;
  • yeşil ton 179;
  • mavi ton 130.
RGB:
(126,179,130)
(49%,70%,51%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 179 of 255 = 70%
B 130 of 255 = 51%

126
179
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 179 + 130 = 435 (100%)
R 126 of 435 ~ 28.97%
G 179 of 435 ~ 41.15%
B 130 of 435 ~ 29.89%

%28.97
%41.15
%29.89

CMYK RENK MODELİ

#7EB382 rengi CMYK tonu (30,0,27,30).

  • camgöbeği tonu 29.61%
  • eflatun tonu 0.00%
  • sarı tonu 27.37%
  • ana renk tonu 29.80%
CMYK:
(30,0,27,30)
C30M0Y27K30 
(30%,0%,27%,30%)
(0.30/0.00/0.27/0.30)	

CMYK yüzdeleri

%29.61
%0
%27.37
%29.8

Codes

Color #7EB382 in popluar color models

7EB382
RGB126179130
HSL125°25.85%59.80%
HSB/HSV125°29.61%70.20%
CMYK29.61%0.00%27.37%
29.80%

Color #7EB382 in popluar number systems.

HEX7EB382
Decimal126179130
Binary11111101011001110000010
Octal176263202

Shades and tints

Shades of #7EB382

#7EB382
(126,179,130)
#73A377
(115,163,119)
#68936C
(104,147,108)
#5D8361
(93,131,97)
#527356
(82,115,86)
#47634B
(71,99,75)
#3C5340
(60,83,64)
#314335
(49,67,53)
#26332A
(38,51,42)
#1B231F
(27,35,31)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #7EB382

#7EB382
(126,179,130)
#89B98D
(137,185,141)
#94BF98
(148,191,152)
#9FC5A3
(159,197,163)
#AACBAE
(170,203,174)
#B5D1B9
(181,209,185)
#C0D7C4
(192,215,196)
#CBDDCF
(203,221,207)
#D6E3DA
(214,227,218)
#E1E9E5
(225,233,229)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB382 color. Also use rgb(126,179,130) instead hex code.

Text Font Color

.myTextColor { color: #7EB382; }

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

This text font color is #7EB382.


Background Color

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

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

This div background color is #7EB382.


Border color

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

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

This div border color is #7EB382.


Opacity

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

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

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

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

This text has shadow with #7EB382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB382 on black background.


Color preview on white background

This text has color #7EB382 on white background.



Black color preview on #7EB382 background

This text has black color on #7EB382 background.


White color preview on #7EB382 background

This text has white color on #7EB382 background.