COLOR #7E321B

HEX: #7E321B
RGB: (126,50,27)

Renk bilgisi

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

RGB renk modeli

#7E321B color RGB value is (126,50,27).

  • kırmız ton 126;
  • yeşil ton 50;
  • mavi ton 27.
RGB:
(126,50,27)
(49%,20%,11%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 50 of 255 = 20%
B 27 of 255 = 11%

126
50
27

R + G + B ~ 27%. #7E321B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 50 + 27 = 203 (100%)
R 126 of 203 ~ 62.07%
G 50 of 203 ~ 24.63%
B 27 of 203 ~ 13.3%

%62.07
%24.63
%13.3

CMYK RENK MODELİ

#7E321B rengi CMYK tonu (0,60,79,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.32%
  • sarı tonu 78.57%
  • ana renk tonu 50.59%
CMYK:
(0,60,79,51)
C0M60Y79K51 
(0%,60%,79%,51%)
(0.00/0.60/0.79/0.51)	

CMYK yüzdeleri

%0
%60.32
%78.57
%50.59

Codes

Color #7E321B in popluar color models

7E321B
RGB1265027
HSL14°64.71%30.00%
HSB/HSV14°78.57%49.41%
CMYK0.00%60.32%78.57%
50.59%

Color #7E321B in popluar number systems.

HEX7E321B
Decimal1265027
Binary111111011001011011
Octal1766233

Shades and tints

Shades of #7E321B

#7E321B
(126,50,27)
#732E19
(115,46,25)
#682A17
(104,42,23)
#5D2615
(93,38,21)
#522213
(82,34,19)
#471E11
(71,30,17)
#3C1A0F
(60,26,15)
#31160D
(49,22,13)
#26120B
(38,18,11)
#1B0E09
(27,14,9)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #7E321B

#7E321B
(126,50,27)
#89442F
(137,68,47)
#945643
(148,86,67)
#9F6857
(159,104,87)
#AA7A6B
(170,122,107)
#B58C7F
(181,140,127)
#C09E93
(192,158,147)
#CBB0A7
(203,176,167)
#D6C2BB
(214,194,187)
#E1D4CF
(225,212,207)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E321B color. Also use rgb(126,50,27) instead hex code.

Text Font Color

.myTextColor { color: #7E321B; }

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

This text font color is #7E321B.


Background Color

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

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

This div background color is #7E321B.


Border color

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

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

This div border color is #7E321B.


Opacity

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

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

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

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

This text has shadow with #7E321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E321B on black background.


Color preview on white background

This text has color #7E321B on white background.



Black color preview on #7E321B background

This text has black color on #7E321B background.


White color preview on #7E321B background

This text has white color on #7E321B background.