COLOR #7D2971

HEX: #7D2971
RGB: (125,41,113)

Color info

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

RGB color model

#7D2971 color RGB value is (125,41,113).

  • red value is 125;
  • green value is 41;
  • blue value is 113.
RGB:
(125,41,113)
(49%,16%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 41 of 255 = 16%
B 113 of 255 = 44%

125
41
113

R + G + B ~ 36%. #7D2971 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 41 + 113 = 279 (100%)
R 125 of 279 ~ 44.8%
G 41 of 279 ~ 14.7%
B 113 of 279 ~ 40.5%

%44.8
%14.7
%40.5

CMYK color model

#7D2971 color CMYK value is (0,67,10,51).

  • cyan value is 0.00%
  • magenta value is 67.20%
  • yellow value is 9.60%
  • key color value is 50.98%
CMYK:
(0,67,10,51)
C0M67Y10K51 
(0%,67%,10%,51%)
(0.00/0.67/0.10/0.51)	

CMYK percentages

%0
%67.2
%9.6
%50.98

Codes

Color #7D2971 in popluar color models

7D2971
RGB12541113
HSL309°50.60%32.55%
HSB/HSV309°67.20%49.02%
CMYK0.00%67.20%9.60%
50.98%

Color #7D2971 in popluar number systems.

HEX7D2971
Decimal12541113
Binary11111011010011110001
Octal17551161

Shades and tints

Shades of #7D2971

#7D2971
(125,41,113)
#722667
(114,38,103)
#67235D
(103,35,93)
#5C2053
(92,32,83)
#511D49
(81,29,73)
#461A3F
(70,26,63)
#3B1735
(59,23,53)
#30142B
(48,20,43)
#251121
(37,17,33)
#1A0E17
(26,14,23)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #7D2971

#7D2971
(125,41,113)
#883C7D
(136,60,125)
#934F89
(147,79,137)
#9E6295
(158,98,149)
#A975A1
(169,117,161)
#B488AD
(180,136,173)
#BF9BB9
(191,155,185)
#CAAEC5
(202,174,197)
#D5C1D1
(213,193,209)
#E0D4DD
(224,212,221)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2971 color. Also use rgb(125,41,113) instead hex code.

Text Font Color

.myTextColor { color: #7D2971; }

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

This text font color is #7D2971.


Background Color

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

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

This div background color is #7D2971.


Border color

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

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

This div border color is #7D2971.


Opacity

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

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

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

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

This text has shadow with #7D2971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2971 on black background.


Color preview on white background

This text has color #7D2971 on white background.



Black color preview on #7D2971 background

This text has black color on #7D2971 background.


White color preview on #7D2971 background

This text has white color on #7D2971 background.