COLOR #7D4484

HEX: #7D4484
RGB: (125,68,132)

Color info

#7D4484 contains mainly red and blue colors. Web safe color of #7D4484 is #663399 (or #639).

RGB color model

#7D4484 color RGB value is (125,68,132).

  • red value is 125;
  • green value is 68;
  • blue value is 132.
RGB:
(125,68,132)
(49%,27%,52%)

RGB channels and saturation

R 125 of 255 = 49%
G 68 of 255 = 27%
B 132 of 255 = 52%

125
68
132

R + G + B ~ 43%. #7D4484 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 68 + 132 = 325 (100%)
R 125 of 325 ~ 38.46%
G 68 of 325 ~ 20.92%
B 132 of 325 ~ 40.62%

%38.46
%20.92
%40.62

CMYK color model

#7D4484 color CMYK value is (5,48,0,48).

  • cyan value is 5.30%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(5,48,0,48)
C5M48Y0K48 
(5%,48%,0%,48%)
(0.05/0.48/0.00/0.48)	

CMYK percentages

%5.3
%48.48
%0
%48.24

Codes

Color #7D4484 in popluar color models

7D4484
RGB12568132
HSL293°32.00%39.22%
HSB/HSV293°48.48%51.76%
CMYK5.30%48.48%0.00%
48.24%

Color #7D4484 in popluar number systems.

HEX7D4484
Decimal12568132
Binary1111101100010010000100
Octal175104204

Shades and tints

Shades of #7D4484

#7D4484
(125,68,132)
#723E78
(114,62,120)
#67386C
(103,56,108)
#5C3260
(92,50,96)
#512C54
(81,44,84)
#462648
(70,38,72)
#3B203C
(59,32,60)
#301A30
(48,26,48)
#251424
(37,20,36)
#1A0E18
(26,14,24)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #7D4484

#7D4484
(125,68,132)
#88558F
(136,85,143)
#93669A
(147,102,154)
#9E77A5
(158,119,165)
#A988B0
(169,136,176)
#B499BB
(180,153,187)
#BFAAC6
(191,170,198)
#CABBD1
(202,187,209)
#D5CCDC
(213,204,220)
#E0DDE7
(224,221,231)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4484 color. Also use rgb(125,68,132) instead hex code.

Text Font Color

.myTextColor { color: #7D4484; }

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

This text font color is #7D4484.


Background Color

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

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

This div background color is #7D4484.


Border color

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

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

This div border color is #7D4484.


Opacity

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

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

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

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

This text has shadow with #7D4484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4484 on black background.


Color preview on white background

This text has color #7D4484 on white background.



Black color preview on #7D4484 background

This text has black color on #7D4484 background.


White color preview on #7D4484 background

This text has white color on #7D4484 background.