COLOR #7E4D50

HEX: #7E4D50
RGB: (126,77,80)

Renk bilgisi

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

RGB renk modeli

#7E4D50 color RGB value is (126,77,80).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 77 of 255 = 30%
B 80 of 255 = 31%

126
77
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 77 + 80 = 283 (100%)
R 126 of 283 ~ 44.52%
G 77 of 283 ~ 27.21%
B 80 of 283 ~ 28.27%

%44.52
%27.21
%28.27

CMYK RENK MODELİ

#7E4D50 rengi CMYK tonu (0,39,37,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.89%
  • sarı tonu 36.51%
  • ana renk tonu 50.59%
CMYK:
(0,39,37,51)
C0M39Y37K51 
(0%,39%,37%,51%)
(0.00/0.39/0.37/0.51)	

CMYK yüzdeleri

%0
%38.89
%36.51
%50.59

Codes

Color #7E4D50 in popluar color models

7E4D50
RGB1267780
HSL356°24.14%39.80%
HSB/HSV356°38.89%49.41%
CMYK0.00%38.89%36.51%
50.59%

Color #7E4D50 in popluar number systems.

HEX7E4D50
Decimal1267780
Binary111111010011011010000
Octal176115120

Shades and tints

Shades of #7E4D50

#7E4D50
(126,77,80)
#734649
(115,70,73)
#683F42
(104,63,66)
#5D383B
(93,56,59)
#523134
(82,49,52)
#472A2D
(71,42,45)
#3C2326
(60,35,38)
#311C1F
(49,28,31)
#261518
(38,21,24)
#1B0E11
(27,14,17)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #7E4D50

#7E4D50
(126,77,80)
#895D5F
(137,93,95)
#946D6E
(148,109,110)
#9F7D7D
(159,125,125)
#AA8D8C
(170,141,140)
#B59D9B
(181,157,155)
#C0ADAA
(192,173,170)
#CBBDB9
(203,189,185)
#D6CDC8
(214,205,200)
#E1DDD7
(225,221,215)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4D50; }

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

This text font color is #7E4D50.


Background Color

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

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

This div background color is #7E4D50.


Border color

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

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

This div border color is #7E4D50.


Opacity

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

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

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

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

This text has shadow with #7E4D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4D50 on black background.


Color preview on white background

This text has color #7E4D50 on white background.



Black color preview on #7E4D50 background

This text has black color on #7E4D50 background.


White color preview on #7E4D50 background

This text has white color on #7E4D50 background.