COLOR #7D2A63

HEX: #7D2A63
RGB: (125,42,99)

Color info

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

RGB color model

#7D2A63 color RGB value is (125,42,99).

  • red value is 125;
  • green value is 42;
  • blue value is 99.
RGB:
(125,42,99)
(49%,16%,39%)

RGB channels and saturation

R 125 of 255 = 49%
G 42 of 255 = 16%
B 99 of 255 = 39%

125
42
99

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

Portions of RGB colors in percentages

R + G + B =
125 + 42 + 99 = 266 (100%)
R 125 of 266 ~ 46.99%
G 42 of 266 ~ 15.79%
B 99 of 266 ~ 37.22%

%46.99
%15.79
%37.22

CMYK color model

#7D2A63 color CMYK value is (0,66,21,51).

  • cyan value is 0.00%
  • magenta value is 66.40%
  • yellow value is 20.80%
  • key color value is 50.98%
CMYK:
(0,66,21,51)
C0M66Y21K51 
(0%,66%,21%,51%)
(0.00/0.66/0.21/0.51)	

CMYK percentages

%0
%66.4
%20.8
%50.98

Codes

Color #7D2A63 in popluar color models

7D2A63
RGB1254299
HSL319°49.70%32.75%
HSB/HSV319°66.40%49.02%
CMYK0.00%66.40%20.80%
50.98%

Color #7D2A63 in popluar number systems.

HEX7D2A63
Decimal1254299
Binary11111011010101100011
Octal17552143

Shades and tints

Shades of #7D2A63

#7D2A63
(125,42,99)
#72275A
(114,39,90)
#672451
(103,36,81)
#5C2148
(92,33,72)
#511E3F
(81,30,63)
#461B36
(70,27,54)
#3B182D
(59,24,45)
#301524
(48,21,36)
#25121B
(37,18,27)
#1A0F12
(26,15,18)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #7D2A63

#7D2A63
(125,42,99)
#883D71
(136,61,113)
#93507F
(147,80,127)
#9E638D
(158,99,141)
#A9769B
(169,118,155)
#B489A9
(180,137,169)
#BF9CB7
(191,156,183)
#CAAFC5
(202,175,197)
#D5C2D3
(213,194,211)
#E0D5E1
(224,213,225)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2A63 color. Also use rgb(125,42,99) instead hex code.

Text Font Color

.myTextColor { color: #7D2A63; }

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

This text font color is #7D2A63.


Background Color

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

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

This div background color is #7D2A63.


Border color

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

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

This div border color is #7D2A63.


Opacity

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

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

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

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

This text has shadow with #7D2A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2A63 on black background.


Color preview on white background

This text has color #7D2A63 on white background.



Black color preview on #7D2A63 background

This text has black color on #7D2A63 background.


White color preview on #7D2A63 background

This text has white color on #7D2A63 background.