COLOR #7E874F

HEX: #7E874F
RGB: (126,135,79)

Renk bilgisi

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

RGB renk modeli

#7E874F color RGB value is (126,135,79).

  • kırmız ton 126;
  • yeşil ton 135;
  • mavi ton 79.
RGB:
(126,135,79)
(49%,53%,31%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 135 of 255 = 53%
B 79 of 255 = 31%

126
135
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 135 + 79 = 340 (100%)
R 126 of 340 ~ 37.06%
G 135 of 340 ~ 39.71%
B 79 of 340 ~ 23.24%

%37.06
%39.71
%23.24

CMYK RENK MODELİ

#7E874F rengi CMYK tonu (7,0,41,47).

  • camgöbeği tonu 6.67%
  • eflatun tonu 0.00%
  • sarı tonu 41.48%
  • ana renk tonu 47.06%
CMYK:
(7,0,41,47)
C7M0Y41K47 
(7%,0%,41%,47%)
(0.07/0.00/0.41/0.47)	

CMYK yüzdeleri

%6.67
%0
%41.48
%47.06

Codes

Color #7E874F in popluar color models

7E874F
RGB12613579
HSL70°26.17%41.96%
HSB/HSV70°41.48%52.94%
CMYK6.67%0.00%41.48%
47.06%

Color #7E874F in popluar number systems.

HEX7E874F
Decimal12613579
Binary1111110100001111001111
Octal176207117

Shades and tints

Shades of #7E874F

#7E874F
(126,135,79)
#737B48
(115,123,72)
#686F41
(104,111,65)
#5D633A
(93,99,58)
#525733
(82,87,51)
#474B2C
(71,75,44)
#3C3F25
(60,63,37)
#31331E
(49,51,30)
#262717
(38,39,23)
#1B1B10
(27,27,16)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #7E874F

#7E874F
(126,135,79)
#89915F
(137,145,95)
#949B6F
(148,155,111)
#9FA57F
(159,165,127)
#AAAF8F
(170,175,143)
#B5B99F
(181,185,159)
#C0C3AF
(192,195,175)
#CBCDBF
(203,205,191)
#D6D7CF
(214,215,207)
#E1E1DF
(225,225,223)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E874F color. Also use rgb(126,135,79) instead hex code.

Text Font Color

.myTextColor { color: #7E874F; }

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

This text font color is #7E874F.


Background Color

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

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

This div background color is #7E874F.


Border color

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

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

This div border color is #7E874F.


Opacity

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

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

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

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

This text has shadow with #7E874F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E874F on black background.


Color preview on white background

This text has color #7E874F on white background.



Black color preview on #7E874F background

This text has black color on #7E874F background.


White color preview on #7E874F background

This text has white color on #7E874F background.