COLOR #7D3A6E

HEX: #7D3A6E
RGB: (125,58,110)

Color info

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

RGB color model

#7D3A6E color RGB value is (125,58,110).

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

RGB channels and saturation

R 125 of 255 = 49%
G 58 of 255 = 23%
B 110 of 255 = 43%

125
58
110

R + G + B ~ 38%. #7D3A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 58 + 110 = 293 (100%)
R 125 of 293 ~ 42.66%
G 58 of 293 ~ 19.8%
B 110 of 293 ~ 37.54%

%42.66
%19.8
%37.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.60%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(0,54,12,51)
C0M54Y12K51 
(0%,54%,12%,51%)
(0.00/0.54/0.12/0.51)	

CMYK percentages

%0
%53.6
%12
%50.98

Codes

Color #7D3A6E in popluar color models

7D3A6E
RGB12558110
HSL313°36.61%35.88%
HSB/HSV313°53.60%49.02%
CMYK0.00%53.60%12.00%
50.98%

Color #7D3A6E in popluar number systems.

HEX7D3A6E
Decimal12558110
Binary11111011110101101110
Octal17572156

Shades and tints

Shades of #7D3A6E

#7D3A6E
(125,58,110)
#723564
(114,53,100)
#67305A
(103,48,90)
#5C2B50
(92,43,80)
#512646
(81,38,70)
#46213C
(70,33,60)
#3B1C32
(59,28,50)
#301728
(48,23,40)
#25121E
(37,18,30)
#1A0D14
(26,13,20)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #7D3A6E

#7D3A6E
(125,58,110)
#884B7B
(136,75,123)
#935C88
(147,92,136)
#9E6D95
(158,109,149)
#A97EA2
(169,126,162)
#B48FAF
(180,143,175)
#BFA0BC
(191,160,188)
#CAB1C9
(202,177,201)
#D5C2D6
(213,194,214)
#E0D3E3
(224,211,227)
#EBE4F0
(235,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3A6E; }

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

This text font color is #7D3A6E.


Background Color

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

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

This div background color is #7D3A6E.


Border color

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

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

This div border color is #7D3A6E.


Opacity

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

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

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

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

This text has shadow with #7D3A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3A6E on black background.


Color preview on white background

This text has color #7D3A6E on white background.



Black color preview on #7D3A6E background

This text has black color on #7D3A6E background.


White color preview on #7D3A6E background

This text has white color on #7D3A6E background.