COLOR #7E4D59

HEX: #7E4D59
RGB: (126,77,89)

Renk bilgisi

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

RGB renk modeli

#7E4D59 color RGB value is (126,77,89).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 77 of 255 = 30%
B 89 of 255 = 35%

126
77
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 77 + 89 = 292 (100%)
R 126 of 292 ~ 43.15%
G 77 of 292 ~ 26.37%
B 89 of 292 ~ 30.48%

%43.15
%26.37
%30.48

CMYK RENK MODELİ

#7E4D59 rengi CMYK tonu (0,39,29,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.89%
  • sarı tonu 29.37%
  • ana renk tonu 50.59%
CMYK:
(0,39,29,51)
C0M39Y29K51 
(0%,39%,29%,51%)
(0.00/0.39/0.29/0.51)	

CMYK yüzdeleri

%0
%38.89
%29.37
%50.59

Codes

Color #7E4D59 in popluar color models

7E4D59
RGB1267789
HSL345°24.14%39.80%
HSB/HSV345°38.89%49.41%
CMYK0.00%38.89%29.37%
50.59%

Color #7E4D59 in popluar number systems.

HEX7E4D59
Decimal1267789
Binary111111010011011011001
Octal176115131

Shades and tints

Shades of #7E4D59

#7E4D59
(126,77,89)
#734651
(115,70,81)
#683F49
(104,63,73)
#5D3841
(93,56,65)
#523139
(82,49,57)
#472A31
(71,42,49)
#3C2329
(60,35,41)
#311C21
(49,28,33)
#261519
(38,21,25)
#1B0E11
(27,14,17)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #7E4D59

#7E4D59
(126,77,89)
#895D68
(137,93,104)
#946D77
(148,109,119)
#9F7D86
(159,125,134)
#AA8D95
(170,141,149)
#B59DA4
(181,157,164)
#C0ADB3
(192,173,179)
#CBBDC2
(203,189,194)
#D6CDD1
(214,205,209)
#E1DDE0
(225,221,224)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4D59; }

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

This text font color is #7E4D59.


Background Color

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

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

This div background color is #7E4D59.


Border color

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

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

This div border color is #7E4D59.


Opacity

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

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

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

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

This text has shadow with #7E4D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4D59 on black background.


Color preview on white background

This text has color #7E4D59 on white background.



Black color preview on #7E4D59 background

This text has black color on #7E4D59 background.


White color preview on #7E4D59 background

This text has white color on #7E4D59 background.