COLOR #7D2B6F

HEX: #7D2B6F
RGB: (125,43,111)

Color info

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

RGB color model

#7D2B6F color RGB value is (125,43,111).

  • red value is 125;
  • green value is 43;
  • blue value is 111.
RGB:
(125,43,111)
(49%,17%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 43 of 255 = 17%
B 111 of 255 = 44%

125
43
111

R + G + B ~ 37%. #7D2B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 43 + 111 = 279 (100%)
R 125 of 279 ~ 44.8%
G 43 of 279 ~ 15.41%
B 111 of 279 ~ 39.78%

%44.8
%15.41
%39.78

CMYK color model

#7D2B6F color CMYK value is (0,66,11,51).

  • cyan value is 0.00%
  • magenta value is 65.60%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(0,66,11,51)
C0M66Y11K51 
(0%,66%,11%,51%)
(0.00/0.66/0.11/0.51)	

CMYK percentages

%0
%65.6
%11.2
%50.98

Codes

Color #7D2B6F in popluar color models

7D2B6F
RGB12543111
HSL310°48.81%32.94%
HSB/HSV310°65.60%49.02%
CMYK0.00%65.60%11.20%
50.98%

Color #7D2B6F in popluar number systems.

HEX7D2B6F
Decimal12543111
Binary11111011010111101111
Octal17553157

Shades and tints

Shades of #7D2B6F

#7D2B6F
(125,43,111)
#722865
(114,40,101)
#67255B
(103,37,91)
#5C2251
(92,34,81)
#511F47
(81,31,71)
#461C3D
(70,28,61)
#3B1933
(59,25,51)
#301629
(48,22,41)
#25131F
(37,19,31)
#1A1015
(26,16,21)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #7D2B6F

#7D2B6F
(125,43,111)
#883E7C
(136,62,124)
#935189
(147,81,137)
#9E6496
(158,100,150)
#A977A3
(169,119,163)
#B48AB0
(180,138,176)
#BF9DBD
(191,157,189)
#CAB0CA
(202,176,202)
#D5C3D7
(213,195,215)
#E0D6E4
(224,214,228)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2B6F color. Also use rgb(125,43,111) instead hex code.

Text Font Color

.myTextColor { color: #7D2B6F; }

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

This text font color is #7D2B6F.


Background Color

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

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

This div background color is #7D2B6F.


Border color

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

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

This div border color is #7D2B6F.


Opacity

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

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

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

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

This text has shadow with #7D2B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2B6F on black background.


Color preview on white background

This text has color #7D2B6F on white background.



Black color preview on #7D2B6F background

This text has black color on #7D2B6F background.


White color preview on #7D2B6F background

This text has white color on #7D2B6F background.