COLOR #7E5749

HEX: #7E5749
RGB: (126,87,73)

Renk bilgisi

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

RGB renk modeli

#7E5749 color RGB value is (126,87,73).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 87 of 255 = 34%
B 73 of 255 = 29%

126
87
73

R + G + B ~ 37%. #7E5749 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 87 + 73 = 286 (100%)
R 126 of 286 ~ 44.06%
G 87 of 286 ~ 30.42%
B 73 of 286 ~ 25.52%

%44.06
%30.42
%25.52

CMYK RENK MODELİ

#7E5749 rengi CMYK tonu (0,31,42,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.95%
  • sarı tonu 42.06%
  • ana renk tonu 50.59%
CMYK:
(0,31,42,51)
C0M31Y42K51 
(0%,31%,42%,51%)
(0.00/0.31/0.42/0.51)	

CMYK yüzdeleri

%0
%30.95
%42.06
%50.59

Codes

Color #7E5749 in popluar color models

7E5749
RGB1268773
HSL16°26.63%39.02%
HSB/HSV16°42.06%49.41%
CMYK0.00%30.95%42.06%
50.59%

Color #7E5749 in popluar number systems.

HEX7E5749
Decimal1268773
Binary111111010101111001001
Octal176127111

Shades and tints

Shades of #7E5749

#7E5749
(126,87,73)
#735043
(115,80,67)
#68493D
(104,73,61)
#5D4237
(93,66,55)
#523B31
(82,59,49)
#47342B
(71,52,43)
#3C2D25
(60,45,37)
#31261F
(49,38,31)
#261F19
(38,31,25)
#1B1813
(27,24,19)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E5749

#7E5749
(126,87,73)
#896659
(137,102,89)
#947569
(148,117,105)
#9F8479
(159,132,121)
#AA9389
(170,147,137)
#B5A299
(181,162,153)
#C0B1A9
(192,177,169)
#CBC0B9
(203,192,185)
#D6CFC9
(214,207,201)
#E1DED9
(225,222,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5749; }

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

This text font color is #7E5749.


Background Color

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

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

This div background color is #7E5749.


Border color

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

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

This div border color is #7E5749.


Opacity

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

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

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

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

This text has shadow with #7E5749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5749 on black background.


Color preview on white background

This text has color #7E5749 on white background.



Black color preview on #7E5749 background

This text has black color on #7E5749 background.


White color preview on #7E5749 background

This text has white color on #7E5749 background.