COLOR #7E573F

HEX: #7E573F RGB: (126,87,63)

Color info

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

RGB color model

#7E573F color RGB value is (126,87,63).

RGB: (126,87,63) (49%, 34%, 25%)

RGB channels and saturation

R 126 of 255 = 49%
G 87 of 255 = 34%
B 63 of 255 = 25%

126
87
63

R + G + B ~ 36%. #7E573F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 87 + 63 = 276 (100%)
R 126 of 276 ~ 45.65%
G 87 of 276 ~ 31.52%
B 63 of 276 ~ 22.83'%

%45.65
%31.52
%22.83

CMYK color model

#7E573F color CMYK value is (0,31,50,51).

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

CMYK: (0,31,50,51)
C0M31Y50K51 (0%, 31%, 50%, 51%)
(0.00 / 0.31 / 0.50 / 0.51)

CMYK percentages

%0
%30.95
%50
%50.59

Codes

Color #7E573F in popluar color models

7E 57 3F
RGB 126 87 63
HSL 23° 33.33% 37.06%
HSB/HSV 23° 50.00% 49.41%
CMYK 0.00% 30.95% 50.00%
50.59%

Color #7E573F in popluar number systems.

HEX 7E 57 3F
Decimal 126 87 63
Binary 1111110 1010111 111111
Octal 176 127 77

Shades and tints

Shades of #7E573F

#7E573F
(126,87,63)
#73503A
(115,80,58)
#684935
(104,73,53)
#5D4230
(93,66,48)
#523B2B
(82,59,43)
#473426
(71,52,38)
#3C2D21
(60,45,33)
#31261C
(49,38,28)
#261F17
(38,31,23)
#1B1812
(27,24,18)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #7E573F

#7E573F
(126,87,63)
#896650
(137,102,80)
#947561
(148,117,97)
#9F8472
(159,132,114)
#AA9383
(170,147,131)
#B5A294
(181,162,148)
#C0B1A5
(192,177,165)
#CBC0B6
(203,192,182)
#D6CFC7
(214,207,199)
#E1DED8
(225,222,216)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E573F; }

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

This text font color is #7E573F.

Background Color

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

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

This div background color is #7E573F.

Border color

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

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

This div border color is #7E573F.

Opacity

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

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

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

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

This text has shadow with #7E573F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E573F.

Preview

Color preview on black background

This text has color #7E573F on black background.


Color preview on white background

This text has color #7E573F on white background.


Black color preview on #7E573F background

This text has black color on #7E573F background.


White color preview on #7E573F background

This text has white color on #7E573F background.


Related colors

Complementary color

Complementary color for #hex is #81A8C0.


I love getcolorcode.com

Triadic colors

1 #3F7E57 and #573F7E with #7E573F are triadic colors.

2 #3F577E and #577E3F with #7E573F are triadic colors.