COLOR #7E260E

HEX: #7E260E
RGB: (126,38,14)

Color info

#7E260E contains mainly red color. Web safe color of #7E260E is #663300 (or #630).

RGB color model

#7E260E color RGB value is (126,38,14).

  • red value is 126;
  • green value is 38;
  • blue value is 14.
RGB:
(126,38,14)
(49%,15%,5%)

RGB channels and saturation

R 126 of 255 = 49%
G 38 of 255 = 15%
B 14 of 255 = 5%

126
38
14

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

Portions of RGB colors in percentages

R + G + B =
126 + 38 + 14 = 178 (100%)
R 126 of 178 ~ 70.79%
G 38 of 178 ~ 21.35%
B 14 of 178 ~ 7.87%

%70.79
%21.35

CMYK color model

#7E260E color CMYK value is (0,70,89,51).

  • cyan value is 0.00%
  • magenta value is 69.84%
  • yellow value is 88.89%
  • key color value is 50.59%
CMYK:
(0,70,89,51)
C0M70Y89K51 
(0%,70%,89%,51%)
(0.00/0.70/0.89/0.51)	

CMYK percentages

%0
%69.84
%88.89
%50.59

Codes

Color #7E260E in popluar color models

7E260E
RGB1263814
HSL13°80.00%27.45%
HSB/HSV13°88.89%49.41%
CMYK0.00%69.84%88.89%
50.59%

Color #7E260E in popluar number systems.

HEX7E260E
Decimal1263814
Binary11111101001101110
Octal1764616

Shades and tints

Shades of #7E260E

#7E260E
(126,38,14)
#73230D
(115,35,13)
#68200C
(104,32,12)
#5D1D0B
(93,29,11)
#521A0A
(82,26,10)
#471709
(71,23,9)
#3C1408
(60,20,8)
#311107
(49,17,7)
#260E06
(38,14,6)
#1B0B05
(27,11,5)
#100804
(16,8,4)
#000000
(0,0,0)

Tints of #7E260E

#7E260E
(126,38,14)
#893923
(137,57,35)
#944C38
(148,76,56)
#9F5F4D
(159,95,77)
#AA7262
(170,114,98)
#B58577
(181,133,119)
#C0988C
(192,152,140)
#CBABA1
(203,171,161)
#D6BEB6
(214,190,182)
#E1D1CB
(225,209,203)
#ECE4E0
(236,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E260E; }

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

This text font color is #7E260E.


Background Color

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

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

This div background color is #7E260E.


Border color

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

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

This div border color is #7E260E.


Opacity

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

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

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

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

This text has shadow with #7E260E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E260E on black background.


Color preview on white background

This text has color #7E260E on white background.



Black color preview on #7E260E background

This text has black color on #7E260E background.


White color preview on #7E260E background

This text has white color on #7E260E background.