COLOR #7E9D59

HEX: #7E9D59
RGB: (126,157,89)

Renk bilgisi

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

RGB renk modeli

#7E9D59 color RGB value is (126,157,89).

  • kırmız ton 126;
  • yeşil ton 157;
  • mavi ton 89.
RGB:
(126,157,89)
(49%,62%,35%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 157 of 255 = 62%
B 89 of 255 = 35%

126
157
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 157 + 89 = 372 (100%)
R 126 of 372 ~ 33.87%
G 157 of 372 ~ 42.2%
B 89 of 372 ~ 23.92%

%33.87
%42.2
%23.92

CMYK RENK MODELİ

#7E9D59 rengi CMYK tonu (20,0,43,38).

  • camgöbeği tonu 19.75%
  • eflatun tonu 0.00%
  • sarı tonu 43.31%
  • ana renk tonu 38.43%
CMYK:
(20,0,43,38)
C20M0Y43K38 
(20%,0%,43%,38%)
(0.20/0.00/0.43/0.38)	

CMYK yüzdeleri

%19.75
%0
%43.31
%38.43

Codes

Color #7E9D59 in popluar color models

7E9D59
RGB12615789
HSL87°27.64%48.24%
HSB/HSV87°43.31%61.57%
CMYK19.75%0.00%43.31%
38.43%

Color #7E9D59 in popluar number systems.

HEX7E9D59
Decimal12615789
Binary1111110100111011011001
Octal176235131

Shades and tints

Shades of #7E9D59

#7E9D59
(126,157,89)
#738F51
(115,143,81)
#688149
(104,129,73)
#5D7341
(93,115,65)
#526539
(82,101,57)
#475731
(71,87,49)
#3C4929
(60,73,41)
#313B21
(49,59,33)
#262D19
(38,45,25)
#1B1F11
(27,31,17)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #7E9D59

#7E9D59
(126,157,89)
#89A568
(137,165,104)
#94AD77
(148,173,119)
#9FB586
(159,181,134)
#AABD95
(170,189,149)
#B5C5A4
(181,197,164)
#C0CDB3
(192,205,179)
#CBD5C2
(203,213,194)
#D6DDD1
(214,221,209)
#E1E5E0
(225,229,224)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9D59 color. Also use rgb(126,157,89) instead hex code.

Text Font Color

.myTextColor { color: #7E9D59; }

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

This text font color is #7E9D59.


Background Color

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

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

This div background color is #7E9D59.


Border color

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

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

This div border color is #7E9D59.


Opacity

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

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

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

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

This text has shadow with #7E9D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9D59 on black background.


Color preview on white background

This text has color #7E9D59 on white background.



Black color preview on #7E9D59 background

This text has black color on #7E9D59 background.


White color preview on #7E9D59 background

This text has white color on #7E9D59 background.