COLOR #7E4A48

HEX: #7E4A48
RGB: (126,74,72)

Renk bilgisi

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

RGB renk modeli

#7E4A48 color RGB value is (126,74,72).

  • kırmız ton 126;
  • yeşil ton 74;
  • mavi ton 72.
RGB:
(126,74,72)
(49%,29%,28%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 74 of 255 = 29%
B 72 of 255 = 28%

126
74
72

R + G + B ~ 35%. #7E4A48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 74 + 72 = 272 (100%)
R 126 of 272 ~ 46.32%
G 74 of 272 ~ 27.21%
B 72 of 272 ~ 26.47%

%46.32
%27.21
%26.47

CMYK RENK MODELİ

#7E4A48 rengi CMYK tonu (0,41,43,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.27%
  • sarı tonu 42.86%
  • ana renk tonu 50.59%
CMYK:
(0,41,43,51)
C0M41Y43K51 
(0%,41%,43%,51%)
(0.00/0.41/0.43/0.51)	

CMYK yüzdeleri

%0
%41.27
%42.86
%50.59

Codes

Color #7E4A48 in popluar color models

7E4A48
RGB1267472
HSL27.27%38.82%
HSB/HSV42.86%49.41%
CMYK0.00%41.27%42.86%
50.59%

Color #7E4A48 in popluar number systems.

HEX7E4A48
Decimal1267472
Binary111111010010101001000
Octal176112110

Shades and tints

Shades of #7E4A48

#7E4A48
(126,74,72)
#734442
(115,68,66)
#683E3C
(104,62,60)
#5D3836
(93,56,54)
#523230
(82,50,48)
#472C2A
(71,44,42)
#3C2624
(60,38,36)
#31201E
(49,32,30)
#261A18
(38,26,24)
#1B1412
(27,20,18)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #7E4A48

#7E4A48
(126,74,72)
#895A58
(137,90,88)
#946A68
(148,106,104)
#9F7A78
(159,122,120)
#AA8A88
(170,138,136)
#B59A98
(181,154,152)
#C0AAA8
(192,170,168)
#CBBAB8
(203,186,184)
#D6CAC8
(214,202,200)
#E1DAD8
(225,218,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4A48 color. Also use rgb(126,74,72) instead hex code.

Text Font Color

.myTextColor { color: #7E4A48; }

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

This text font color is #7E4A48.


Background Color

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

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

This div background color is #7E4A48.


Border color

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

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

This div border color is #7E4A48.


Opacity

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

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

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

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

This text has shadow with #7E4A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4A48 on black background.


Color preview on white background

This text has color #7E4A48 on white background.



Black color preview on #7E4A48 background

This text has black color on #7E4A48 background.


White color preview on #7E4A48 background

This text has white color on #7E4A48 background.