COLOR #7D246E

HEX: #7D246E
RGB: (125,36,110)

Color info

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

RGB color model

#7D246E color RGB value is (125,36,110).

  • red value is 125;
  • green value is 36;
  • blue value is 110.
RGB:
(125,36,110)
(49%,14%,43%)

RGB channels and saturation

R 125 of 255 = 49%
G 36 of 255 = 14%
B 110 of 255 = 43%

125
36
110

R + G + B ~ 35%. #7D246E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 36 + 110 = 271 (100%)
R 125 of 271 ~ 46.13%
G 36 of 271 ~ 13.28%
B 110 of 271 ~ 40.59%

%46.13
%13.28
%40.59

CMYK color model

#7D246E color CMYK value is (0,71,12,51).

  • cyan value is 0.00%
  • magenta value is 71.20%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(0,71,12,51)
C0M71Y12K51 
(0%,71%,12%,51%)
(0.00/0.71/0.12/0.51)	

CMYK percentages

%0
%71.2
%12
%50.98

Codes

Color #7D246E in popluar color models

7D246E
RGB12536110
HSL310°55.28%31.57%
HSB/HSV310°71.20%49.02%
CMYK0.00%71.20%12.00%
50.98%

Color #7D246E in popluar number systems.

HEX7D246E
Decimal12536110
Binary11111011001001101110
Octal17544156

Shades and tints

Shades of #7D246E

#7D246E
(125,36,110)
#722164
(114,33,100)
#671E5A
(103,30,90)
#5C1B50
(92,27,80)
#511846
(81,24,70)
#46153C
(70,21,60)
#3B1232
(59,18,50)
#300F28
(48,15,40)
#250C1E
(37,12,30)
#1A0914
(26,9,20)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #7D246E

#7D246E
(125,36,110)
#88377B
(136,55,123)
#934A88
(147,74,136)
#9E5D95
(158,93,149)
#A970A2
(169,112,162)
#B483AF
(180,131,175)
#BF96BC
(191,150,188)
#CAA9C9
(202,169,201)
#D5BCD6
(213,188,214)
#E0CFE3
(224,207,227)
#EBE2F0
(235,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D246E color. Also use rgb(125,36,110) instead hex code.

Text Font Color

.myTextColor { color: #7D246E; }

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

This text font color is #7D246E.


Background Color

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

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

This div background color is #7D246E.


Border color

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

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

This div border color is #7D246E.


Opacity

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

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

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

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

This text has shadow with #7D246E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D246E on black background.


Color preview on white background

This text has color #7D246E on white background.



Black color preview on #7D246E background

This text has black color on #7D246E background.


White color preview on #7D246E background

This text has white color on #7D246E background.