COLOR #7E623F

HEX: #7E623F RGB: (126,98,63)

Color info

#7E623F contains mainly red and green colors. Web safe color of #7E623F is #666633 (or #663).

RGB color model

#7E623F color RGB value is (126,98,63).

RGB: (126,98,63) (49%, 38%, 25%)

RGB channels and saturation

R 126 of 255 = 49%
G 98 of 255 = 38%
B 63 of 255 = 25%

126
98
63

R + G + B ~ 37%. #7E623F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 98 + 63 = 287 (100%)
R 126 of 287 ~ 43.9%
G 98 of 287 ~ 34.15%
B 63 of 287 ~ 21.95'%

%43.9
%34.15
%21.95

CMYK color model

#7E623F color CMYK value is (0,22,50,51).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 50.00%
  • key color value is 50.59%

CMYK: (0,22,50,51)
C0M22Y50K51 (0%, 22%, 50%, 51%)
(0.00 / 0.22 / 0.50 / 0.51)

CMYK percentages

%0
%22.22
%50
%50.59

Codes

Color #7E623F in popluar color models

7E 62 3F
RGB 126 98 63
HSL 33° 33.33% 37.06%
HSB/HSV 33° 50.00% 49.41%
CMYK 0.00% 22.22% 50.00%
50.59%

Color #7E623F in popluar number systems.

HEX 7E 62 3F
Decimal 126 98 63
Binary 1111110 1100010 111111
Octal 176 142 77

Shades and tints

Shades of #7E623F

#7E623F
(126,98,63)
#735A3A
(115,90,58)
#685235
(104,82,53)
#5D4A30
(93,74,48)
#52422B
(82,66,43)
#473A26
(71,58,38)
#3C3221
(60,50,33)
#312A1C
(49,42,28)
#262217
(38,34,23)
#1B1A12
(27,26,18)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #7E623F

#7E623F
(126,98,63)
#897050
(137,112,80)
#947E61
(148,126,97)
#9F8C72
(159,140,114)
#AA9A83
(170,154,131)
#B5A894
(181,168,148)
#C0B6A5
(192,182,165)
#CBC4B6
(203,196,182)
#D6D2C7
(214,210,199)
#E1E0D8
(225,224,216)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E623F color. Also use rgb(126,98,63) instead hex code.

Text Font Color

.myTextColor { color: #7E623F; }

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

This text font color is #7E623F.

Background Color

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

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

This div background color is #7E623F.

Border color

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

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

This div border color is #7E623F.

Opacity

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

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

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

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

This text has shadow with #7E623F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E623F.

Preview

Color preview on black background

This text has color #7E623F on black background.


Color preview on white background

This text has color #7E623F on white background.


Black color preview on #7E623F background

This text has black color on #7E623F background.


White color preview on #7E623F background

This text has white color on #7E623F background.


Related colors

Complementary color

Complementary color for #hex is #819DC0.


I love getcolorcode.com

Triadic colors

1 #3F7E62 and #623F7E with #7E623F are triadic colors.

2 #3F627E and #627E3F with #7E623F are triadic colors.