COLOR #7E1C1A

HEX: #7E1C1A
RGB: (126,28,26)

Renk bilgisi

#7E1C1A contains mainly red color. #7E1C1A ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#7E1C1A color RGB value is (126,28,26).

  • kırmız ton 126;
  • yeşil ton 28;
  • mavi ton 26.
RGB:
(126,28,26)
(49%,11%,10%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 28 of 255 = 11%
B 26 of 255 = 10%

126
28
26

R + G + B ~ 23%. #7E1C1A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 28 + 26 = 180 (100%)
R 126 of 180 ~ 70%
G 28 of 180 ~ 15.56%
B 26 of 180 ~ 14.44%

%70
%15.56
%14.44

CMYK RENK MODELİ

#7E1C1A rengi CMYK tonu (0,78,79,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.78%
  • sarı tonu 79.37%
  • ana renk tonu 50.59%
CMYK:
(0,78,79,51)
C0M78Y79K51 
(0%,78%,79%,51%)
(0.00/0.78/0.79/0.51)	

CMYK yüzdeleri

%0
%77.78
%79.37
%50.59

Codes

Color #7E1C1A in popluar color models

7E1C1A
RGB1262826
HSL65.79%29.80%
HSB/HSV79.37%49.41%
CMYK0.00%77.78%79.37%
50.59%

Color #7E1C1A in popluar number systems.

HEX7E1C1A
Decimal1262826
Binary11111101110011010
Octal1763432

Shades and tints

Shades of #7E1C1A

#7E1C1A
(126,28,26)
#731A18
(115,26,24)
#681816
(104,24,22)
#5D1614
(93,22,20)
#521412
(82,20,18)
#471210
(71,18,16)
#3C100E
(60,16,14)
#310E0C
(49,14,12)
#260C0A
(38,12,10)
#1B0A08
(27,10,8)
#100806
(16,8,6)
#000000
(0,0,0)

Tints of #7E1C1A

#7E1C1A
(126,28,26)
#89302E
(137,48,46)
#944442
(148,68,66)
#9F5856
(159,88,86)
#AA6C6A
(170,108,106)
#B5807E
(181,128,126)
#C09492
(192,148,146)
#CBA8A6
(203,168,166)
#D6BCBA
(214,188,186)
#E1D0CE
(225,208,206)
#ECE4E2
(236,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1C1A color. Also use rgb(126,28,26) instead hex code.

Text Font Color

.myTextColor { color: #7E1C1A; }

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

This text font color is #7E1C1A.


Background Color

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

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

This div background color is #7E1C1A.


Border color

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

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

This div border color is #7E1C1A.


Opacity

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

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

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

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

This text has shadow with #7E1C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1C1A on black background.


Color preview on white background

This text has color #7E1C1A on white background.



Black color preview on #7E1C1A background

This text has black color on #7E1C1A background.


White color preview on #7E1C1A background

This text has white color on #7E1C1A background.