COLOR #7E7363

HEX: #7E7363
RGB: (126,115,99)

Renk bilgisi

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

RGB renk modeli

#7E7363 color RGB value is (126,115,99).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 115 of 255 = 45%
B 99 of 255 = 39%

126
115
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 115 + 99 = 340 (100%)
R 126 of 340 ~ 37.06%
G 115 of 340 ~ 33.82%
B 99 of 340 ~ 29.12%

%37.06
%33.82
%29.12

CMYK RENK MODELİ

#7E7363 rengi CMYK tonu (0,9,21,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.73%
  • sarı tonu 21.43%
  • ana renk tonu 50.59%
CMYK:
(0,9,21,51)
C0M9Y21K51 
(0%,9%,21%,51%)
(0.00/0.09/0.21/0.51)	

CMYK yüzdeleri

%0
%8.73
%21.43
%50.59

Codes

Color #7E7363 in popluar color models

7E7363
RGB12611599
HSL36°12.00%44.12%
HSB/HSV36°21.43%49.41%
CMYK0.00%8.73%21.43%
50.59%

Color #7E7363 in popluar number systems.

HEX7E7363
Decimal12611599
Binary111111011100111100011
Octal176163143

Shades and tints

Shades of #7E7363

#7E7363
(126,115,99)
#73695A
(115,105,90)
#685F51
(104,95,81)
#5D5548
(93,85,72)
#524B3F
(82,75,63)
#474136
(71,65,54)
#3C372D
(60,55,45)
#312D24
(49,45,36)
#26231B
(38,35,27)
#1B1912
(27,25,18)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #7E7363

#7E7363
(126,115,99)
#897F71
(137,127,113)
#948B7F
(148,139,127)
#9F978D
(159,151,141)
#AAA39B
(170,163,155)
#B5AFA9
(181,175,169)
#C0BBB7
(192,187,183)
#CBC7C5
(203,199,197)
#D6D3D3
(214,211,211)
#E1DFE1
(225,223,225)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7363; }

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

This text font color is #7E7363.


Background Color

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

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

This div background color is #7E7363.


Border color

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

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

This div border color is #7E7363.


Opacity

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

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

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

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

This text has shadow with #7E7363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7363 on black background.


Color preview on white background

This text has color #7E7363 on white background.



Black color preview on #7E7363 background

This text has black color on #7E7363 background.


White color preview on #7E7363 background

This text has white color on #7E7363 background.