COLOR #7E631A

HEX: #7E631A RGB: (126,99,26)

Color info

#7E631A contains mainly red and green colors. Web safe color of #7E631A is #666600 (or #660).

RGB color model

#7E631A color RGB value is (126,99,26).

RGB: (126,99,26) (49%, 39%, 10%)

RGB channels and saturation

R 126 of 255 = 49%
G 99 of 255 = 39%
B 26 of 255 = 10%

126
99
26

R + G + B ~ 33%. #7E631A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 99 + 26 = 251 (100%)
R 126 of 251 ~ 50.2%
G 99 of 251 ~ 39.44%
B 26 of 251 ~ 10.36'%

%50.2
%39.44

CMYK color model

#7E631A color CMYK value is (0,21,79,51).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 79.37%
  • key color value is 50.59%

CMYK: (0,21,79,51)
C0M21Y79K51 (0%, 21%, 79%, 51%)
(0.00 / 0.21 / 0.79 / 0.51)

CMYK percentages

%0
%21.43
%79.37
%50.59

Codes

Color #7E631A in popluar color models

7E 63 1A
RGB 126 99 26
HSL 44° 65.79% 29.80%
HSB/HSV 44° 79.37% 49.41%
CMYK 0.00% 21.43% 79.37%
50.59%

Color #7E631A in popluar number systems.

HEX 7E 63 1A
Decimal 126 99 26
Binary 1111110 1100011 11010
Octal 176 143 32

Shades and tints

Shades of #7E631A

#7E631A
(126,99,26)
#735A18
(115,90,24)
#685116
(104,81,22)
#5D4814
(93,72,20)
#523F12
(82,63,18)
#473610
(71,54,16)
#3C2D0E
(60,45,14)
#31240C
(49,36,12)
#261B0A
(38,27,10)
#1B1208
(27,18,8)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #7E631A

#7E631A
(126,99,26)
#89712E
(137,113,46)
#947F42
(148,127,66)
#9F8D56
(159,141,86)
#AA9B6A
(170,155,106)
#B5A97E
(181,169,126)
#C0B792
(192,183,146)
#CBC5A6
(203,197,166)
#D6D3BA
(214,211,186)
#E1E1CE
(225,225,206)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E631A color. Also use rgb(126,99,26) instead hex code.

Text Font Color

.myTextColor { color: #7E631A; }

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

This text font color is #7E631A.

Background Color

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

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

This div background color is #7E631A.

Border color

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

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

This div border color is #7E631A.

Opacity

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

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

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

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

This text has shadow with #7E631A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E631A.

Preview

Color preview on black background

This text has color #7E631A on black background.


Color preview on white background

This text has color #7E631A on white background.


Black color preview on #7E631A background

This text has black color on #7E631A background.


White color preview on #7E631A background

This text has white color on #7E631A background.


Related colors

Complementary color

Complementary color for #hex is #819CE5.


I love getcolorcode.com

Triadic colors

1 #1A7E63 and #631A7E with #7E631A are triadic colors.

2 #1A637E and #637E1A with #7E631A are triadic colors.