COLOR #7E573C

HEX: #7E573C
RGB: (126,87,60)

Color info

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

RGB color model

#7E573C color RGB value is (126,87,60).

  • red value is 126;
  • green value is 87;
  • blue value is 60.
RGB:
(126,87,60)
(49%,34%,24%)

RGB channels and saturation

R 126 of 255 = 49%
G 87 of 255 = 34%
B 60 of 255 = 24%

126
87
60

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

Portions of RGB colors in percentages

R + G + B =
126 + 87 + 60 = 273 (100%)
R 126 of 273 ~ 46.15%
G 87 of 273 ~ 31.87%
B 60 of 273 ~ 21.98%

%46.15
%31.87
%21.98

CMYK color model

#7E573C color CMYK value is (0,31,52,51).

  • cyan value is 0.00%
  • magenta value is 30.95%
  • yellow value is 52.38%
  • key color value is 50.59%
CMYK:
(0,31,52,51)
C0M31Y52K51 
(0%,31%,52%,51%)
(0.00/0.31/0.52/0.51)	

CMYK percentages

%0
%30.95
%52.38
%50.59

Codes

Color #7E573C in popluar color models

7E573C
RGB1268760
HSL25°35.48%36.47%
HSB/HSV25°52.38%49.41%
CMYK0.00%30.95%52.38%
50.59%

Color #7E573C in popluar number systems.

HEX7E573C
Decimal1268760
Binary11111101010111111100
Octal17612774

Shades and tints

Shades of #7E573C

#7E573C
(126,87,60)
#735037
(115,80,55)
#684932
(104,73,50)
#5D422D
(93,66,45)
#523B28
(82,59,40)
#473423
(71,52,35)
#3C2D1E
(60,45,30)
#312619
(49,38,25)
#261F14
(38,31,20)
#1B180F
(27,24,15)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #7E573C

#7E573C
(126,87,60)
#89664D
(137,102,77)
#94755E
(148,117,94)
#9F846F
(159,132,111)
#AA9380
(170,147,128)
#B5A291
(181,162,145)
#C0B1A2
(192,177,162)
#CBC0B3
(203,192,179)
#D6CFC4
(214,207,196)
#E1DED5
(225,222,213)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E573C; }

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

This text font color is #7E573C.


Background Color

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

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

This div background color is #7E573C.


Border color

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

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

This div border color is #7E573C.


Opacity

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

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

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

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

This text has shadow with #7E573C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E573C on black background.


Color preview on white background

This text has color #7E573C on white background.



Black color preview on #7E573C background

This text has black color on #7E573C background.


White color preview on #7E573C background

This text has white color on #7E573C background.