COLOR #7E5B59

HEX: #7E5B59
RGB: (126,91,89)

Renk bilgisi

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

RGB renk modeli

#7E5B59 color RGB value is (126,91,89).

  • kırmız ton 126;
  • yeşil ton 91;
  • mavi ton 89.
RGB:
(126,91,89)
(49%,36%,35%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 91 of 255 = 36%
B 89 of 255 = 35%

126
91
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 91 + 89 = 306 (100%)
R 126 of 306 ~ 41.18%
G 91 of 306 ~ 29.74%
B 89 of 306 ~ 29.08%

%41.18
%29.74
%29.08

CMYK RENK MODELİ

#7E5B59 rengi CMYK tonu (0,28,29,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.78%
  • sarı tonu 29.37%
  • ana renk tonu 50.59%
CMYK:
(0,28,29,51)
C0M28Y29K51 
(0%,28%,29%,51%)
(0.00/0.28/0.29/0.51)	

CMYK yüzdeleri

%0
%27.78
%29.37
%50.59

Codes

Color #7E5B59 in popluar color models

7E5B59
RGB1269189
HSL17.21%42.16%
HSB/HSV29.37%49.41%
CMYK0.00%27.78%29.37%
50.59%

Color #7E5B59 in popluar number systems.

HEX7E5B59
Decimal1269189
Binary111111010110111011001
Octal176133131

Shades and tints

Shades of #7E5B59

#7E5B59
(126,91,89)
#735351
(115,83,81)
#684B49
(104,75,73)
#5D4341
(93,67,65)
#523B39
(82,59,57)
#473331
(71,51,49)
#3C2B29
(60,43,41)
#312321
(49,35,33)
#261B19
(38,27,25)
#1B1311
(27,19,17)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #7E5B59

#7E5B59
(126,91,89)
#896968
(137,105,104)
#947777
(148,119,119)
#9F8586
(159,133,134)
#AA9395
(170,147,149)
#B5A1A4
(181,161,164)
#C0AFB3
(192,175,179)
#CBBDC2
(203,189,194)
#D6CBD1
(214,203,209)
#E1D9E0
(225,217,224)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5B59; }

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

This text font color is #7E5B59.


Background Color

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

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

This div background color is #7E5B59.


Border color

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

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

This div border color is #7E5B59.


Opacity

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

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

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

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

This text has shadow with #7E5B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5B59 on black background.


Color preview on white background

This text has color #7E5B59 on white background.



Black color preview on #7E5B59 background

This text has black color on #7E5B59 background.


White color preview on #7E5B59 background

This text has white color on #7E5B59 background.