COLOR #7E431F

HEX: #7E431F
RGB: (126,67,31)

Color info

#7E431F contains mainly red and green colors. Web safe color of #7E431F is #663333 (or #633).

RGB color model

#7E431F color RGB value is (126,67,31).

  • red value is 126;
  • green value is 67;
  • blue value is 31.
RGB:
(126,67,31)
(49%,26%,12%)

RGB channels and saturation

R 126 of 255 = 49%
G 67 of 255 = 26%
B 31 of 255 = 12%

126
67
31

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

Portions of RGB colors in percentages

R + G + B =
126 + 67 + 31 = 224 (100%)
R 126 of 224 ~ 56.25%
G 67 of 224 ~ 29.91%
B 31 of 224 ~ 13.84%

%56.25
%29.91
%13.84

CMYK color model

#7E431F color CMYK value is (0,47,75,51).

  • cyan value is 0.00%
  • magenta value is 46.83%
  • yellow value is 75.40%
  • key color value is 50.59%
CMYK:
(0,47,75,51)
C0M47Y75K51 
(0%,47%,75%,51%)
(0.00/0.47/0.75/0.51)	

CMYK percentages

%0
%46.83
%75.4
%50.59

Codes

Color #7E431F in popluar color models

7E431F
RGB1266731
HSL23°60.51%30.78%
HSB/HSV23°75.40%49.41%
CMYK0.00%46.83%75.40%
50.59%

Color #7E431F in popluar number systems.

HEX7E431F
Decimal1266731
Binary1111110100001111111
Octal17610337

Shades and tints

Shades of #7E431F

#7E431F
(126,67,31)
#733D1D
(115,61,29)
#68371B
(104,55,27)
#5D3119
(93,49,25)
#522B17
(82,43,23)
#472515
(71,37,21)
#3C1F13
(60,31,19)
#311911
(49,25,17)
#26130F
(38,19,15)
#1B0D0D
(27,13,13)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #7E431F

#7E431F
(126,67,31)
#895433
(137,84,51)
#946547
(148,101,71)
#9F765B
(159,118,91)
#AA876F
(170,135,111)
#B59883
(181,152,131)
#C0A997
(192,169,151)
#CBBAAB
(203,186,171)
#D6CBBF
(214,203,191)
#E1DCD3
(225,220,211)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E431F color. Also use rgb(126,67,31) instead hex code.

Text Font Color

.myTextColor { color: #7E431F; }

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

This text font color is #7E431F.


Background Color

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

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

This div background color is #7E431F.


Border color

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

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

This div border color is #7E431F.


Opacity

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

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

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

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

This text has shadow with #7E431F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E431F on black background.


Color preview on white background

This text has color #7E431F on white background.



Black color preview on #7E431F background

This text has black color on #7E431F background.


White color preview on #7E431F background

This text has white color on #7E431F background.