COLOR #7D304C

HEX: #7D304C
RGB: (125,48,76)

Color info

#7D304C contains mainly red and blue colors. Web safe color of #7D304C is #663333 (or #633).

RGB color model

#7D304C color RGB value is (125,48,76).

  • red value is 125;
  • green value is 48;
  • blue value is 76.
RGB:
(125,48,76)
(49%,19%,30%)

RGB channels and saturation

R 125 of 255 = 49%
G 48 of 255 = 19%
B 76 of 255 = 30%

125
48
76

R + G + B ~ 33%. #7D304C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 48 + 76 = 249 (100%)
R 125 of 249 ~ 50.2%
G 48 of 249 ~ 19.28%
B 76 of 249 ~ 30.52%

%50.2
%19.28
%30.52

CMYK color model

#7D304C color CMYK value is (0,62,39,51).

  • cyan value is 0.00%
  • magenta value is 61.60%
  • yellow value is 39.20%
  • key color value is 50.98%
CMYK:
(0,62,39,51)
C0M62Y39K51 
(0%,62%,39%,51%)
(0.00/0.62/0.39/0.51)	

CMYK percentages

%0
%61.6
%39.2
%50.98

Codes

Color #7D304C in popluar color models

7D304C
RGB1254876
HSL338°44.51%33.92%
HSB/HSV338°61.60%49.02%
CMYK0.00%61.60%39.20%
50.98%

Color #7D304C in popluar number systems.

HEX7D304C
Decimal1254876
Binary11111011100001001100
Octal17560114

Shades and tints

Shades of #7D304C

#7D304C
(125,48,76)
#722C46
(114,44,70)
#672840
(103,40,64)
#5C243A
(92,36,58)
#512034
(81,32,52)
#461C2E
(70,28,46)
#3B1828
(59,24,40)
#301422
(48,20,34)
#25101C
(37,16,28)
#1A0C16
(26,12,22)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #7D304C

#7D304C
(125,48,76)
#88425C
(136,66,92)
#93546C
(147,84,108)
#9E667C
(158,102,124)
#A9788C
(169,120,140)
#B48A9C
(180,138,156)
#BF9CAC
(191,156,172)
#CAAEBC
(202,174,188)
#D5C0CC
(213,192,204)
#E0D2DC
(224,210,220)
#EBE4EC
(235,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D304C color. Also use rgb(125,48,76) instead hex code.

Text Font Color

.myTextColor { color: #7D304C; }

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

This text font color is #7D304C.


Background Color

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

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

This div background color is #7D304C.


Border color

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

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

This div border color is #7D304C.


Opacity

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

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

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

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

This text has shadow with #7D304C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D304C on black background.


Color preview on white background

This text has color #7D304C on white background.



Black color preview on #7D304C background

This text has black color on #7D304C background.


White color preview on #7D304C background

This text has white color on #7D304C background.