COLOR #7E5D49

HEX: #7E5D49
RGB: (126,93,73)

Renk bilgisi

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

RGB renk modeli

#7E5D49 color RGB value is (126,93,73).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 93 of 255 = 36%
B 73 of 255 = 29%

126
93
73

R + G + B ~ 38%. #7E5D49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 93 + 73 = 292 (100%)
R 126 of 292 ~ 43.15%
G 93 of 292 ~ 31.85%
B 73 of 292 ~ 25%

%43.15
%31.85
%25

CMYK RENK MODELİ

#7E5D49 rengi CMYK tonu (0,26,42,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.19%
  • sarı tonu 42.06%
  • ana renk tonu 50.59%
CMYK:
(0,26,42,51)
C0M26Y42K51 
(0%,26%,42%,51%)
(0.00/0.26/0.42/0.51)	

CMYK yüzdeleri

%0
%26.19
%42.06
%50.59

Codes

Color #7E5D49 in popluar color models

7E5D49
RGB1269373
HSL23°26.63%39.02%
HSB/HSV23°42.06%49.41%
CMYK0.00%26.19%42.06%
50.59%

Color #7E5D49 in popluar number systems.

HEX7E5D49
Decimal1269373
Binary111111010111011001001
Octal176135111

Shades and tints

Shades of #7E5D49

#7E5D49
(126,93,73)
#735543
(115,85,67)
#684D3D
(104,77,61)
#5D4537
(93,69,55)
#523D31
(82,61,49)
#47352B
(71,53,43)
#3C2D25
(60,45,37)
#31251F
(49,37,31)
#261D19
(38,29,25)
#1B1513
(27,21,19)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #7E5D49

#7E5D49
(126,93,73)
#896B59
(137,107,89)
#947969
(148,121,105)
#9F8779
(159,135,121)
#AA9589
(170,149,137)
#B5A399
(181,163,153)
#C0B1A9
(192,177,169)
#CBBFB9
(203,191,185)
#D6CDC9
(214,205,201)
#E1DBD9
(225,219,217)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5D49; }

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

This text font color is #7E5D49.


Background Color

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

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

This div background color is #7E5D49.


Border color

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

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

This div border color is #7E5D49.


Opacity

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

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

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

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

This text has shadow with #7E5D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5D49 on black background.


Color preview on white background

This text has color #7E5D49 on white background.



Black color preview on #7E5D49 background

This text has black color on #7E5D49 background.


White color preview on #7E5D49 background

This text has white color on #7E5D49 background.