COLOR #7D2B5A

HEX: #7D2B5A
RGB: (125,43,90)

Color info

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

RGB color model

#7D2B5A color RGB value is (125,43,90).

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

RGB channels and saturation

R 125 of 255 = 49%
G 43 of 255 = 17%
B 90 of 255 = 35%

125
43
90

R + G + B ~ 34%. #7D2B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 43 + 90 = 258 (100%)
R 125 of 258 ~ 48.45%
G 43 of 258 ~ 16.67%
B 90 of 258 ~ 34.88%

%48.45
%16.67
%34.88

CMYK color model

#7D2B5A color CMYK value is (0,66,28,51).

  • cyan value is 0.00%
  • magenta value is 65.60%
  • yellow value is 28.00%
  • key color value is 50.98%
CMYK:
(0,66,28,51)
C0M66Y28K51 
(0%,66%,28%,51%)
(0.00/0.66/0.28/0.51)	

CMYK percentages

%0
%65.6
%28
%50.98

Codes

Color #7D2B5A in popluar color models

7D2B5A
RGB1254390
HSL326°48.81%32.94%
HSB/HSV326°65.60%49.02%
CMYK0.00%65.60%28.00%
50.98%

Color #7D2B5A in popluar number systems.

HEX7D2B5A
Decimal1254390
Binary11111011010111011010
Octal17553132

Shades and tints

Shades of #7D2B5A

#7D2B5A
(125,43,90)
#722852
(114,40,82)
#67254A
(103,37,74)
#5C2242
(92,34,66)
#511F3A
(81,31,58)
#461C32
(70,28,50)
#3B192A
(59,25,42)
#301622
(48,22,34)
#25131A
(37,19,26)
#1A1012
(26,16,18)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #7D2B5A

#7D2B5A
(125,43,90)
#883E69
(136,62,105)
#935178
(147,81,120)
#9E6487
(158,100,135)
#A97796
(169,119,150)
#B48AA5
(180,138,165)
#BF9DB4
(191,157,180)
#CAB0C3
(202,176,195)
#D5C3D2
(213,195,210)
#E0D6E1
(224,214,225)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D2B5A; }

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

This text font color is #7D2B5A.


Background Color

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

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

This div background color is #7D2B5A.


Border color

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

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

This div border color is #7D2B5A.


Opacity

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

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

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

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

This text has shadow with #7D2B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2B5A on black background.


Color preview on white background

This text has color #7D2B5A on white background.



Black color preview on #7D2B5A background

This text has black color on #7D2B5A background.


White color preview on #7D2B5A background

This text has white color on #7D2B5A background.