COLOR #7E6D49

HEX: #7E6D49
RGB: (126,109,73)

Renk bilgisi

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

RGB renk modeli

#7E6D49 color RGB value is (126,109,73).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 109 of 255 = 43%
B 73 of 255 = 29%

126
109
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 109 + 73 = 308 (100%)
R 126 of 308 ~ 40.91%
G 109 of 308 ~ 35.39%
B 73 of 308 ~ 23.7%

%40.91
%35.39
%23.7

CMYK RENK MODELİ

#7E6D49 rengi CMYK tonu (0,13,42,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.49%
  • sarı tonu 42.06%
  • ana renk tonu 50.59%
CMYK:
(0,13,42,51)
C0M13Y42K51 
(0%,13%,42%,51%)
(0.00/0.13/0.42/0.51)	

CMYK yüzdeleri

%0
%13.49
%42.06
%50.59

Codes

Color #7E6D49 in popluar color models

7E6D49
RGB12610973
HSL41°26.63%39.02%
HSB/HSV41°42.06%49.41%
CMYK0.00%13.49%42.06%
50.59%

Color #7E6D49 in popluar number systems.

HEX7E6D49
Decimal12610973
Binary111111011011011001001
Octal176155111

Shades and tints

Shades of #7E6D49

#7E6D49
(126,109,73)
#736443
(115,100,67)
#685B3D
(104,91,61)
#5D5237
(93,82,55)
#524931
(82,73,49)
#47402B
(71,64,43)
#3C3725
(60,55,37)
#312E1F
(49,46,31)
#262519
(38,37,25)
#1B1C13
(27,28,19)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #7E6D49

#7E6D49
(126,109,73)
#897A59
(137,122,89)
#948769
(148,135,105)
#9F9479
(159,148,121)
#AAA189
(170,161,137)
#B5AE99
(181,174,153)
#C0BBA9
(192,187,169)
#CBC8B9
(203,200,185)
#D6D5C9
(214,213,201)
#E1E2D9
(225,226,217)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6D49; }

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

This text font color is #7E6D49.


Background Color

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

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

This div background color is #7E6D49.


Border color

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

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

This div border color is #7E6D49.


Opacity

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

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

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

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

This text has shadow with #7E6D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D49 on black background.


Color preview on white background

This text has color #7E6D49 on white background.



Black color preview on #7E6D49 background

This text has black color on #7E6D49 background.


White color preview on #7E6D49 background

This text has white color on #7E6D49 background.