COLOR #7E306E

HEX: #7E306E RGB: (126,48,110)

Color info

#7E306E contains mainly red and blue colors. Web safe color of #7E306E is #663366 (or #636).

RGB color model

#7E306E color RGB value is (126,48,110).

RGB: (126,48,110) (49%, 19%, 43%)

RGB channels and saturation

R 126 of 255 = 49%
G 48 of 255 = 19%
B 110 of 255 = 43%

126
48
110

R + G + B ~ 37%. #7E306E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 48 + 110 = 284 (100%)
R 126 of 284 ~ 44.37%
G 48 of 284 ~ 16.9%
B 110 of 284 ~ 38.73'%

%44.37
%16.9
%38.73

CMYK color model

#7E306E color CMYK value is (0,62,13,51).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 12.70%
  • key color value is 50.59%

CMYK: (0,62,13,51)
C0M62Y13K51 (0%, 62%, 13%, 51%)
(0.00 / 0.62 / 0.13 / 0.51)

CMYK percentages

%0
%61.9
%12.7
%50.59

Codes

Color #7E306E in popluar color models

7E 30 6E
RGB 126 48 110
HSL 312° 44.83% 34.12%
HSB/HSV 312° 61.90% 49.41%
CMYK 0.00% 61.90% 12.70%
50.59%

Color #7E306E in popluar number systems.

HEX 7E 30 6E
Decimal 126 48 110
Binary 1111110 110000 1101110
Octal 176 60 156

Shades and tints

Shades of #7E306E

#7E306E
(126,48,110)
#732C64
(115,44,100)
#68285A
(104,40,90)
#5D2450
(93,36,80)
#522046
(82,32,70)
#471C3C
(71,28,60)
#3C1832
(60,24,50)
#311428
(49,20,40)
#26101E
(38,16,30)
#1B0C14
(27,12,20)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #7E306E

#7E306E
(126,48,110)
#89427B
(137,66,123)
#945488
(148,84,136)
#9F6695
(159,102,149)
#AA78A2
(170,120,162)
#B58AAF
(181,138,175)
#C09CBC
(192,156,188)
#CBAEC9
(203,174,201)
#D6C0D6
(214,192,214)
#E1D2E3
(225,210,227)
#ECE4F0
(236,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E306E color. Also use rgb(126,48,110) instead hex code.

Text Font Color

.myTextColor { color: #7E306E; }

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

This text font color is #7E306E.

Background Color

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

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

This div background color is #7E306E.

Border color

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

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

This div border color is #7E306E.

Opacity

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

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

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

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

This text has shadow with #7E306E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E306E.

Preview

Color preview on black background

This text has color #7E306E on black background.


Color preview on white background

This text has color #7E306E on white background.


Black color preview on #7E306E background

This text has black color on #7E306E background.


White color preview on #7E306E background

This text has white color on #7E306E background.


Related colors

Complementary color

Complementary color for #hex is #81CF91.


I love getcolorcode.com

Triadic colors

1 #6E7E30 and #306E7E with #7E306E are triadic colors.

2 #6E307E and #307E6E with #7E306E are triadic colors.