COLOR #7E8563

HEX: #7E8563
RGB: (126,133,99)

Renk bilgisi

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

RGB renk modeli

#7E8563 color RGB value is (126,133,99).

  • kırmız ton 126;
  • yeşil ton 133;
  • mavi ton 99.
RGB:
(126,133,99)
(49%,52%,39%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 133 of 255 = 52%
B 99 of 255 = 39%

126
133
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 133 + 99 = 358 (100%)
R 126 of 358 ~ 35.2%
G 133 of 358 ~ 37.15%
B 99 of 358 ~ 27.65%

%35.2
%37.15
%27.65

CMYK RENK MODELİ

#7E8563 rengi CMYK tonu (5,0,26,48).

  • camgöbeği tonu 5.26%
  • eflatun tonu 0.00%
  • sarı tonu 25.56%
  • ana renk tonu 47.84%
CMYK:
(5,0,26,48)
C5M0Y26K48 
(5%,0%,26%,48%)
(0.05/0.00/0.26/0.48)	

CMYK yüzdeleri

%5.26
%0
%25.56
%47.84

Codes

Color #7E8563 in popluar color models

7E8563
RGB12613399
HSL72°14.66%45.49%
HSB/HSV72°25.56%52.16%
CMYK5.26%0.00%25.56%
47.84%

Color #7E8563 in popluar number systems.

HEX7E8563
Decimal12613399
Binary1111110100001011100011
Octal176205143

Shades and tints

Shades of #7E8563

#7E8563
(126,133,99)
#73795A
(115,121,90)
#686D51
(104,109,81)
#5D6148
(93,97,72)
#52553F
(82,85,63)
#474936
(71,73,54)
#3C3D2D
(60,61,45)
#313124
(49,49,36)
#26251B
(38,37,27)
#1B1912
(27,25,18)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #7E8563

#7E8563
(126,133,99)
#899071
(137,144,113)
#949B7F
(148,155,127)
#9FA68D
(159,166,141)
#AAB19B
(170,177,155)
#B5BCA9
(181,188,169)
#C0C7B7
(192,199,183)
#CBD2C5
(203,210,197)
#D6DDD3
(214,221,211)
#E1E8E1
(225,232,225)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8563 color. Also use rgb(126,133,99) instead hex code.

Text Font Color

.myTextColor { color: #7E8563; }

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

This text font color is #7E8563.


Background Color

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

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

This div background color is #7E8563.


Border color

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

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

This div border color is #7E8563.


Opacity

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

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

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

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

This text has shadow with #7E8563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8563 on black background.


Color preview on white background

This text has color #7E8563 on white background.



Black color preview on #7E8563 background

This text has black color on #7E8563 background.


White color preview on #7E8563 background

This text has white color on #7E8563 background.