COLOR #7E6349

HEX: #7E6349
RGB: (126,99,73)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

126
99
73

R + G + B ~ 39%. #7E6349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 99 + 73 = 298 (100%)
R 126 of 298 ~ 42.28%
G 99 of 298 ~ 33.22%
B 73 of 298 ~ 24.5%

%42.28
%33.22
%24.5

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%21.43
%42.06
%50.59

Codes

Color #7E6349 in popluar color models

7E6349
RGB1269973
HSL29°26.63%39.02%
HSB/HSV29°42.06%49.41%
CMYK0.00%21.43%42.06%
50.59%

Color #7E6349 in popluar number systems.

HEX7E6349
Decimal1269973
Binary111111011000111001001
Octal176143111

Shades and tints

Shades of #7E6349

#7E6349
(126,99,73)
#735A43
(115,90,67)
#68513D
(104,81,61)
#5D4837
(93,72,55)
#523F31
(82,63,49)
#47362B
(71,54,43)
#3C2D25
(60,45,37)
#31241F
(49,36,31)
#261B19
(38,27,25)
#1B1213
(27,18,19)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #7E6349

#7E6349
(126,99,73)
#897159
(137,113,89)
#947F69
(148,127,105)
#9F8D79
(159,141,121)
#AA9B89
(170,155,137)
#B5A999
(181,169,153)
#C0B7A9
(192,183,169)
#CBC5B9
(203,197,185)
#D6D3C9
(214,211,201)
#E1E1D9
(225,225,217)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6349; }

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

This text font color is #7E6349.


Background Color

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

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

This div background color is #7E6349.


Border color

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

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

This div border color is #7E6349.


Opacity

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

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

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

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

This text has shadow with #7E6349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6349 on black background.


Color preview on white background

This text has color #7E6349 on white background.



Black color preview on #7E6349 background

This text has black color on #7E6349 background.


White color preview on #7E6349 background

This text has white color on #7E6349 background.