COLOR #7E1E29

HEX: #7E1E29
RGB: (126,30,41)

Renk bilgisi

#7E1E29 contains mainly red color. #7E1E29 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#7E1E29 color RGB value is (126,30,41).

  • kırmız ton 126;
  • yeşil ton 30;
  • mavi ton 41.
RGB:
(126,30,41)
(49%,12%,16%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 30 of 255 = 12%
B 41 of 255 = 16%

126
30
41

R + G + B ~ 26%. #7E1E29 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 30 + 41 = 197 (100%)
R 126 of 197 ~ 63.96%
G 30 of 197 ~ 15.23%
B 41 of 197 ~ 20.81%

%63.96
%15.23
%20.81

CMYK RENK MODELİ

#7E1E29 rengi CMYK tonu (0,76,67,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 76.19%
  • sarı tonu 67.46%
  • ana renk tonu 50.59%
CMYK:
(0,76,67,51)
C0M76Y67K51 
(0%,76%,67%,51%)
(0.00/0.76/0.67/0.51)	

CMYK yüzdeleri

%0
%76.19
%67.46
%50.59

Codes

Color #7E1E29 in popluar color models

7E1E29
RGB1263041
HSL353°61.54%30.59%
HSB/HSV353°76.19%49.41%
CMYK0.00%76.19%67.46%
50.59%

Color #7E1E29 in popluar number systems.

HEX7E1E29
Decimal1263041
Binary111111011110101001
Octal1763651

Shades and tints

Shades of #7E1E29

#7E1E29
(126,30,41)
#731C26
(115,28,38)
#681A23
(104,26,35)
#5D1820
(93,24,32)
#52161D
(82,22,29)
#47141A
(71,20,26)
#3C1217
(60,18,23)
#311014
(49,16,20)
#260E11
(38,14,17)
#1B0C0E
(27,12,14)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #7E1E29

#7E1E29
(126,30,41)
#89323C
(137,50,60)
#94464F
(148,70,79)
#9F5A62
(159,90,98)
#AA6E75
(170,110,117)
#B58288
(181,130,136)
#C0969B
(192,150,155)
#CBAAAE
(203,170,174)
#D6BEC1
(214,190,193)
#E1D2D4
(225,210,212)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1E29 color. Also use rgb(126,30,41) instead hex code.

Text Font Color

.myTextColor { color: #7E1E29; }

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

This text font color is #7E1E29.


Background Color

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

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

This div background color is #7E1E29.


Border color

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

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

This div border color is #7E1E29.


Opacity

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

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

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

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

This text has shadow with #7E1E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1E29 on black background.


Color preview on white background

This text has color #7E1E29 on white background.



Black color preview on #7E1E29 background

This text has black color on #7E1E29 background.


White color preview on #7E1E29 background

This text has white color on #7E1E29 background.