COLOR #7E8B51

HEX: #7E8B51
RGB: (126,139,81)

Renk bilgisi

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

RGB renk modeli

#7E8B51 color RGB value is (126,139,81).

  • kırmız ton 126;
  • yeşil ton 139;
  • mavi ton 81.
RGB:
(126,139,81)
(49%,55%,32%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 139 of 255 = 55%
B 81 of 255 = 32%

126
139
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 139 + 81 = 346 (100%)
R 126 of 346 ~ 36.42%
G 139 of 346 ~ 40.17%
B 81 of 346 ~ 23.41%

%36.42
%40.17
%23.41

CMYK RENK MODELİ

#7E8B51 rengi CMYK tonu (9,0,42,45).

  • camgöbeği tonu 9.35%
  • eflatun tonu 0.00%
  • sarı tonu 41.73%
  • ana renk tonu 45.49%
CMYK:
(9,0,42,45)
C9M0Y42K45 
(9%,0%,42%,45%)
(0.09/0.00/0.42/0.45)	

CMYK yüzdeleri

%9.35
%0
%41.73
%45.49

Codes

Color #7E8B51 in popluar color models

7E8B51
RGB12613981
HSL73°26.36%43.14%
HSB/HSV73°41.73%54.51%
CMYK9.35%0.00%41.73%
45.49%

Color #7E8B51 in popluar number systems.

HEX7E8B51
Decimal12613981
Binary1111110100010111010001
Octal176213121

Shades and tints

Shades of #7E8B51

#7E8B51
(126,139,81)
#737F4A
(115,127,74)
#687343
(104,115,67)
#5D673C
(93,103,60)
#525B35
(82,91,53)
#474F2E
(71,79,46)
#3C4327
(60,67,39)
#313720
(49,55,32)
#262B19
(38,43,25)
#1B1F12
(27,31,18)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #7E8B51

#7E8B51
(126,139,81)
#899560
(137,149,96)
#949F6F
(148,159,111)
#9FA97E
(159,169,126)
#AAB38D
(170,179,141)
#B5BD9C
(181,189,156)
#C0C7AB
(192,199,171)
#CBD1BA
(203,209,186)
#D6DBC9
(214,219,201)
#E1E5D8
(225,229,216)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8B51 color. Also use rgb(126,139,81) instead hex code.

Text Font Color

.myTextColor { color: #7E8B51; }

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

This text font color is #7E8B51.


Background Color

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

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

This div background color is #7E8B51.


Border color

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

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

This div border color is #7E8B51.


Opacity

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

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

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

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

This text has shadow with #7E8B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8B51 on black background.


Color preview on white background

This text has color #7E8B51 on white background.



Black color preview on #7E8B51 background

This text has black color on #7E8B51 background.


White color preview on #7E8B51 background

This text has white color on #7E8B51 background.