COLOR #7E410A

HEX: #7E410A
RGB: (126,65,10)

Color info

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

RGB color model

#7E410A color RGB value is (126,65,10).

  • red value is 126;
  • green value is 65;
  • blue value is 10.
RGB:
(126,65,10)
(49%,25%,4%)

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 10 of 255 = 4%

126
65
10

R + G + B ~ 26%. #7E410A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 65 + 10 = 201 (100%)
R 126 of 201 ~ 62.69%
G 65 of 201 ~ 32.34%
B 10 of 201 ~ 4.98%

%62.69
%32.34

CMYK color model

#7E410A color CMYK value is (0,48,92,51).

  • cyan value is 0.00%
  • magenta value is 48.41%
  • yellow value is 92.06%
  • key color value is 50.59%
CMYK:
(0,48,92,51)
C0M48Y92K51 
(0%,48%,92%,51%)
(0.00/0.48/0.92/0.51)	

CMYK percentages

%0
%48.41
%92.06
%50.59

Codes

Color #7E410A in popluar color models

7E410A
RGB1266510
HSL28°85.29%26.67%
HSB/HSV28°92.06%49.41%
CMYK0.00%48.41%92.06%
50.59%

Color #7E410A in popluar number systems.

HEX7E410A
Decimal1266510
Binary111111010000011010
Octal17610112

Shades and tints

Shades of #7E410A

#7E410A
(126,65,10)
#733C0A
(115,60,10)
#68370A
(104,55,10)
#5D320A
(93,50,10)
#522D0A
(82,45,10)
#47280A
(71,40,10)
#3C230A
(60,35,10)
#311E0A
(49,30,10)
#26190A
(38,25,10)
#1B140A
(27,20,10)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #7E410A

#7E410A
(126,65,10)
#895220
(137,82,32)
#946336
(148,99,54)
#9F744C
(159,116,76)
#AA8562
(170,133,98)
#B59678
(181,150,120)
#C0A78E
(192,167,142)
#CBB8A4
(203,184,164)
#D6C9BA
(214,201,186)
#E1DAD0
(225,218,208)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E410A color. Also use rgb(126,65,10) instead hex code.

Text Font Color

.myTextColor { color: #7E410A; }

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

This text font color is #7E410A.


Background Color

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

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

This div background color is #7E410A.


Border color

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

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

This div border color is #7E410A.


Opacity

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

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

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

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

This text has shadow with #7E410A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E410A on black background.


Color preview on white background

This text has color #7E410A on white background.



Black color preview on #7E410A background

This text has black color on #7E410A background.


White color preview on #7E410A background

This text has white color on #7E410A background.