COLOR #7E6363

HEX: #7E6363
RGB: (126,99,99)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
99
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 99 + 99 = 324 (100%)
R 126 of 324 ~ 38.89%
G 99 of 324 ~ 30.56%
B 99 of 324 ~ 30.56%

%38.89
%30.56
%30.56

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%21.43
%21.43
%50.59

Codes

Color #7E6363 in popluar color models

7E6363
RGB1269999
HSL12.00%44.12%
HSB/HSV21.43%49.41%
CMYK0.00%21.43%21.43%
50.59%

Color #7E6363 in popluar number systems.

HEX7E6363
Decimal1269999
Binary111111011000111100011
Octal176143143

Shades and tints

Shades of #7E6363

#7E6363
(126,99,99)
#735A5A
(115,90,90)
#685151
(104,81,81)
#5D4848
(93,72,72)
#523F3F
(82,63,63)
#473636
(71,54,54)
#3C2D2D
(60,45,45)
#312424
(49,36,36)
#261B1B
(38,27,27)
#1B1212
(27,18,18)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #7E6363

#7E6363
(126,99,99)
#897171
(137,113,113)
#947F7F
(148,127,127)
#9F8D8D
(159,141,141)
#AA9B9B
(170,155,155)
#B5A9A9
(181,169,169)
#C0B7B7
(192,183,183)
#CBC5C5
(203,197,197)
#D6D3D3
(214,211,211)
#E1E1E1
(225,225,225)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6363; }

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

This text font color is #7E6363.


Background Color

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

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

This div background color is #7E6363.


Border color

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

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

This div border color is #7E6363.


Opacity

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

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

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

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

This text has shadow with #7E6363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6363 on black background.


Color preview on white background

This text has color #7E6363 on white background.



Black color preview on #7E6363 background

This text has black color on #7E6363 background.


White color preview on #7E6363 background

This text has white color on #7E6363 background.