COLOR #7E4626

HEX: #7E4626
RGB: (126,70,38)

Renk bilgisi

#7E4626 contains mainly red and green colors. #7E4626 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#7E4626 color RGB value is (126,70,38).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 70 of 255 = 27%
B 38 of 255 = 15%

126
70
38

R + G + B ~ 30%. #7E4626 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 70 + 38 = 234 (100%)
R 126 of 234 ~ 53.85%
G 70 of 234 ~ 29.91%
B 38 of 234 ~ 16.24%

%53.85
%29.91
%16.24

CMYK RENK MODELİ

#7E4626 rengi CMYK tonu (0,44,70,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.44%
  • sarı tonu 69.84%
  • ana renk tonu 50.59%
CMYK:
(0,44,70,51)
C0M44Y70K51 
(0%,44%,70%,51%)
(0.00/0.44/0.70/0.51)	

CMYK yüzdeleri

%0
%44.44
%69.84
%50.59

Codes

Color #7E4626 in popluar color models

7E4626
RGB1267038
HSL22°53.66%32.16%
HSB/HSV22°69.84%49.41%
CMYK0.00%44.44%69.84%
50.59%

Color #7E4626 in popluar number systems.

HEX7E4626
Decimal1267038
Binary11111101000110100110
Octal17610646

Shades and tints

Shades of #7E4626

#7E4626
(126,70,38)
#734023
(115,64,35)
#683A20
(104,58,32)
#5D341D
(93,52,29)
#522E1A
(82,46,26)
#472817
(71,40,23)
#3C2214
(60,34,20)
#311C11
(49,28,17)
#26160E
(38,22,14)
#1B100B
(27,16,11)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #7E4626

#7E4626
(126,70,38)
#895639
(137,86,57)
#94664C
(148,102,76)
#9F765F
(159,118,95)
#AA8672
(170,134,114)
#B59685
(181,150,133)
#C0A698
(192,166,152)
#CBB6AB
(203,182,171)
#D6C6BE
(214,198,190)
#E1D6D1
(225,214,209)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E4626; }

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

This text font color is #7E4626.


Background Color

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

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

This div background color is #7E4626.


Border color

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

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

This div border color is #7E4626.


Opacity

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

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

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

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

This text has shadow with #7E4626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4626 on black background.


Color preview on white background

This text has color #7E4626 on white background.



Black color preview on #7E4626 background

This text has black color on #7E4626 background.


White color preview on #7E4626 background

This text has white color on #7E4626 background.