COLOR #7E3726

HEX: #7E3726
RGB: (126,55,38)

Renk bilgisi

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

RGB renk modeli

#7E3726 color RGB value is (126,55,38).

  • kırmız ton 126;
  • yeşil ton 55;
  • mavi ton 38.
RGB:
(126,55,38)
(49%,22%,15%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 55 of 255 = 22%
B 38 of 255 = 15%

126
55
38

R + G + B ~ 29%. #7E3726 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 55 + 38 = 219 (100%)
R 126 of 219 ~ 57.53%
G 55 of 219 ~ 25.11%
B 38 of 219 ~ 17.35%

%57.53
%25.11
%17.35

CMYK RENK MODELİ

#7E3726 rengi CMYK tonu (0,56,70,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.35%
  • sarı tonu 69.84%
  • ana renk tonu 50.59%
CMYK:
(0,56,70,51)
C0M56Y70K51 
(0%,56%,70%,51%)
(0.00/0.56/0.70/0.51)	

CMYK yüzdeleri

%0
%56.35
%69.84
%50.59

Codes

Color #7E3726 in popluar color models

7E3726
RGB1265538
HSL12°53.66%32.16%
HSB/HSV12°69.84%49.41%
CMYK0.00%56.35%69.84%
50.59%

Color #7E3726 in popluar number systems.

HEX7E3726
Decimal1265538
Binary1111110110111100110
Octal1766746

Shades and tints

Shades of #7E3726

#7E3726
(126,55,38)
#733223
(115,50,35)
#682D20
(104,45,32)
#5D281D
(93,40,29)
#52231A
(82,35,26)
#471E17
(71,30,23)
#3C1914
(60,25,20)
#311411
(49,20,17)
#260F0E
(38,15,14)
#1B0A0B
(27,10,11)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #7E3726

#7E3726
(126,55,38)
#894939
(137,73,57)
#945B4C
(148,91,76)
#9F6D5F
(159,109,95)
#AA7F72
(170,127,114)
#B59185
(181,145,133)
#C0A398
(192,163,152)
#CBB5AB
(203,181,171)
#D6C7BE
(214,199,190)
#E1D9D1
(225,217,209)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3726 color. Also use rgb(126,55,38) instead hex code.

Text Font Color

.myTextColor { color: #7E3726; }

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

This text font color is #7E3726.


Background Color

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

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

This div background color is #7E3726.


Border color

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

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

This div border color is #7E3726.


Opacity

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

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

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

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

This text has shadow with #7E3726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3726 on black background.


Color preview on white background

This text has color #7E3726 on white background.



Black color preview on #7E3726 background

This text has black color on #7E3726 background.


White color preview on #7E3726 background

This text has white color on #7E3726 background.