COLOR #7E413A

HEX: #7E413A RGB: (126,65,58)

Color info

#7E413A contains mainly red color. Web safe color of #7E413A is #663333 (or #633).

RGB color model

#7E413A color RGB value is (126,65,58).

RGB: (126,65,58) (49%, 25%, 23%)

RGB channels and saturation

R 126 of 255 = 49%
G 65 of 255 = 25%
B 58 of 255 = 23%

126
65
58

R + G + B ~ 32%. #7E413A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 65 + 58 = 249 (100%)
R 126 of 249 ~ 50.6%
G 65 of 249 ~ 26.1%
B 58 of 249 ~ 23.29'%

%50.6
%26.1
%23.29

CMYK color model

#7E413A color CMYK value is (0,48,54,51).

  • cyan value is 0.00%
  • magenta value is 48.41%
  • yellow value is 53.97%
  • key color value is 50.59%

CMYK: (0,48,54,51)
C0M48Y54K51 (0%, 48%, 54%, 51%)
(0.00 / 0.48 / 0.54 / 0.51)

CMYK percentages

%0
%48.41
%53.97
%50.59

Codes

Color #7E413A in popluar color models

7E 41 3A
RGB 126 65 58
HSL 36.96% 36.08%
HSB/HSV 53.97% 49.41%
CMYK 0.00% 48.41% 53.97%
50.59%

Color #7E413A in popluar number systems.

HEX 7E 41 3A
Decimal 126 65 58
Binary 1111110 1000001 111010
Octal 176 101 72

Shades and tints

Shades of #7E413A

#7E413A
(126,65,58)
#733C35
(115,60,53)
#683730
(104,55,48)
#5D322B
(93,50,43)
#522D26
(82,45,38)
#472821
(71,40,33)
#3C231C
(60,35,28)
#311E17
(49,30,23)
#261912
(38,25,18)
#1B140D
(27,20,13)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #7E413A

#7E413A
(126,65,58)
#89524B
(137,82,75)
#94635C
(148,99,92)
#9F746D
(159,116,109)
#AA857E
(170,133,126)
#B5968F
(181,150,143)
#C0A7A0
(192,167,160)
#CBB8B1
(203,184,177)
#D6C9C2
(214,201,194)
#E1DAD3
(225,218,211)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E413A color. Also use rgb(126,65,58) instead hex code.

Text Font Color

.myTextColor { color: #7E413A; }

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

This text font color is #7E413A.

Background Color

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

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

This div background color is #7E413A.

Border color

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

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

This div border color is #7E413A.

Opacity

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

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

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

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

This text has shadow with #7E413A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E413A.

Preview

Color preview on black background

This text has color #7E413A on black background.


Color preview on white background

This text has color #7E413A on white background.


Black color preview on #7E413A background

This text has black color on #7E413A background.


White color preview on #7E413A background

This text has white color on #7E413A background.


Related colors

Complementary color

Complementary color for #hex is #81BEC5.


I love getcolorcode.com

Triadic colors

1 #3A7E41 and #413A7E with #7E413A are triadic colors.

2 #3A417E and #417E3A with #7E413A are triadic colors.