COLOR #7E3B4C

HEX: #7E3B4C RGB: (126,59,76)

Color info

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

RGB color model

#7E3B4C color RGB value is (126,59,76).

RGB: (126,59,76) (49%, 23%, 30%)

RGB channels and saturation

R 126 of 255 = 49%
G 59 of 255 = 23%
B 76 of 255 = 30%

126
59
76

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

Portions of RGB colors in percentages

R + G + B = 126 + 59 + 76 = 261 (100%)
R 126 of 261 ~ 48.28%
G 59 of 261 ~ 22.61%
B 76 of 261 ~ 29.12'%

%48.28
%22.61
%29.12

CMYK color model

#7E3B4C color CMYK value is (0,53,40,51).

  • cyan value is 0.00%
  • magenta value is 53.17%
  • yellow value is 39.68%
  • key color value is 50.59%
CMYK: (0,53,40,51) C0M53Y40K51 (0%,53%,40%,51%) (0.00/0.53/0.40/0.51) 

CMYK percentages

%0
%53.17
%39.68
%50.59

Codes

Color #7E3B4C in popluar color models

7E 3B 4C
RGB 126 59 76
HSL 345° 36.22% 36.27%
HSB/HSV 345° 53.17% 49.41%
CMYK 0.00% 53.17% 39.68%
50.59%

Color #7E3B4C in popluar number systems.

HEX 7E 3B 4C
Decimal 126 59 76
Binary 1111110 111011 1001100
Octal 176 73 114

Shades and tints

Shades of #7E3B4C

#7E3B4C
(126,59,76)
#733646
(115,54,70)
#683140
(104,49,64)
#5D2C3A
(93,44,58)
#522734
(82,39,52)
#47222E
(71,34,46)
#3C1D28
(60,29,40)
#311822
(49,24,34)
#26131C
(38,19,28)
#1B0E16
(27,14,22)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #7E3B4C

#7E3B4C
(126,59,76)
#894C5C
(137,76,92)
#945D6C
(148,93,108)
#9F6E7C
(159,110,124)
#AA7F8C
(170,127,140)
#B5909C
(181,144,156)
#C0A1AC
(192,161,172)
#CBB2BC
(203,178,188)
#D6C3CC
(214,195,204)
#E1D4DC
(225,212,220)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3B4C color. Also use rgb(126,59,76) instead hex code.

Text Font Color

.myTextColor { color: #7E3B4C; }

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

This text font color is #7E3B4C.

Background Color

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

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

This div background color is #7E3B4C.

Border color

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

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

This div border color is #7E3B4C.

Opacity

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

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

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

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

This text has shadow with #7E3B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3B4C.

Preview

Color preview on black background

This text has color #7E3B4C on black background.


Color preview on white background

This text has color #7E3B4C on white background.


Black color preview on #7E3B4C background

This text has black color on #7E3B4C background.


White color preview on #7E3B4C background

This text has white color on #7E3B4C background.


Related colors

Complementary color

Complementary color for #hex is #81C4B3.


I love getcolorcode.com

Triadic colors

1 #4C7E3B and #3B4C7E with #7E3B4C are triadic colors.

2 #4C3B7E and #3B7E4C with #7E3B4C are triadic colors.