COLOR #7E3E3A

HEX: #7E3E3A RGB: (126,62,58)

Color info

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

RGB color model

#7E3E3A color RGB value is (126,62,58).

RGB: (126,62,58) (49%, 24%, 23%)

RGB channels and saturation

R 126 of 255 = 49%
G 62 of 255 = 24%
B 58 of 255 = 23%

126
62
58

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

Portions of RGB colors in percentages

R + G + B = 126 + 62 + 58 = 246 (100%)
R 126 of 246 ~ 51.22%
G 62 of 246 ~ 25.2%
B 58 of 246 ~ 23.58'%

%51.22
%25.2
%23.58

CMYK color model

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

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

CMYK: (0,51,54,51)
C0M51Y54K51 (0%, 51%, 54%, 51%)
(0.00 / 0.51 / 0.54 / 0.51)

CMYK percentages

%0
%50.79
%53.97
%50.59

Codes

Color #7E3E3A in popluar color models

7E 3E 3A
RGB 126 62 58
HSL 36.96% 36.08%
HSB/HSV 53.97% 49.41%
CMYK 0.00% 50.79% 53.97%
50.59%

Color #7E3E3A in popluar number systems.

HEX 7E 3E 3A
Decimal 126 62 58
Binary 1111110 111110 111010
Octal 176 76 72

Shades and tints

Shades of #7E3E3A

#7E3E3A
(126,62,58)
#733935
(115,57,53)
#683430
(104,52,48)
#5D2F2B
(93,47,43)
#522A26
(82,42,38)
#472521
(71,37,33)
#3C201C
(60,32,28)
#311B17
(49,27,23)
#261612
(38,22,18)
#1B110D
(27,17,13)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #7E3E3A

#7E3E3A
(126,62,58)
#894F4B
(137,79,75)
#94605C
(148,96,92)
#9F716D
(159,113,109)
#AA827E
(170,130,126)
#B5938F
(181,147,143)
#C0A4A0
(192,164,160)
#CBB5B1
(203,181,177)
#D6C6C2
(214,198,194)
#E1D7D3
(225,215,211)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E3E3A; }

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

This text font color is #7E3E3A.

Background Color

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

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

This div background color is #7E3E3A.

Border color

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

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

This div border color is #7E3E3A.

Opacity

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

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

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

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

This text has shadow with #7E3E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3E3A.

Preview

Color preview on black background

This text has color #7E3E3A on black background.


Color preview on white background

This text has color #7E3E3A on white background.


Black color preview on #7E3E3A background

This text has black color on #7E3E3A background.


White color preview on #7E3E3A background

This text has white color on #7E3E3A background.


Related colors

Complementary color

Complementary color for #hex is #81C1C5.


I love getcolorcode.com

Triadic colors

1 #3A7E3E and #3E3A7E with #7E3E3A are triadic colors.

2 #3A3E7E and #3E7E3A with #7E3E3A are triadic colors.