COLOR #7E493C

HEX: #7E493C RGB: (126,73,60)

Color info

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

RGB color model

#7E493C color RGB value is (126,73,60).

RGB: (126,73,60) (49%, 29%, 24%)

RGB channels and saturation

R 126 of 255 = 49%
G 73 of 255 = 29%
B 60 of 255 = 24%

126
73
60

R + G + B ~ 34%. #7E493C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 73 + 60 = 259 (100%)
R 126 of 259 ~ 48.65%
G 73 of 259 ~ 28.19%
B 60 of 259 ~ 23.17'%

%48.65
%28.19
%23.17

CMYK color model

#7E493C color CMYK value is (0,42,52,51).

  • cyan value is 0.00%
  • magenta value is 42.06%
  • yellow value is 52.38%
  • key color value is 50.59%

CMYK: (0,42,52,51)
C0M42Y52K51 (0%, 42%, 52%, 51%)
(0.00 / 0.42 / 0.52 / 0.51)

CMYK percentages

%0
%42.06
%52.38
%50.59

Codes

Color #7E493C in popluar color models

7E 49 3C
RGB 126 73 60
HSL 12° 35.48% 36.47%
HSB/HSV 12° 52.38% 49.41%
CMYK 0.00% 42.06% 52.38%
50.59%

Color #7E493C in popluar number systems.

HEX 7E 49 3C
Decimal 126 73 60
Binary 1111110 1001001 111100
Octal 176 111 74

Shades and tints

Shades of #7E493C

#7E493C
(126,73,60)
#734337
(115,67,55)
#683D32
(104,61,50)
#5D372D
(93,55,45)
#523128
(82,49,40)
#472B23
(71,43,35)
#3C251E
(60,37,30)
#311F19
(49,31,25)
#261914
(38,25,20)
#1B130F
(27,19,15)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #7E493C

#7E493C
(126,73,60)
#89594D
(137,89,77)
#94695E
(148,105,94)
#9F796F
(159,121,111)
#AA8980
(170,137,128)
#B59991
(181,153,145)
#C0A9A2
(192,169,162)
#CBB9B3
(203,185,179)
#D6C9C4
(214,201,196)
#E1D9D5
(225,217,213)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E493C; }

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

This text font color is #7E493C.

Background Color

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

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

This div background color is #7E493C.

Border color

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

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

This div border color is #7E493C.

Opacity

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

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

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

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

This text has shadow with #7E493C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E493C.

Preview

Color preview on black background

This text has color #7E493C on black background.


Color preview on white background

This text has color #7E493C on white background.


Black color preview on #7E493C background

This text has black color on #7E493C background.


White color preview on #7E493C background

This text has white color on #7E493C background.


Related colors

Complementary color

Complementary color for #hex is #81B6C3.


I love getcolorcode.com

Triadic colors

1 #3C7E49 and #493C7E with #7E493C are triadic colors.

2 #3C497E and #497E3C with #7E493C are triadic colors.