COLOR #7D2E67

HEX: #7D2E67
RGB: (125,46,103)

Color info

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

RGB color model

#7D2E67 color RGB value is (125,46,103).

  • red value is 125;
  • green value is 46;
  • blue value is 103.
RGB:
(125,46,103)
(49%,18%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 46 of 255 = 18%
B 103 of 255 = 40%

125
46
103

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

Portions of RGB colors in percentages

R + G + B =
125 + 46 + 103 = 274 (100%)
R 125 of 274 ~ 45.62%
G 46 of 274 ~ 16.79%
B 103 of 274 ~ 37.59%

%45.62
%16.79
%37.59

CMYK color model

#7D2E67 color CMYK value is (0,63,18,51).

  • cyan value is 0.00%
  • magenta value is 63.20%
  • yellow value is 17.60%
  • key color value is 50.98%
CMYK:
(0,63,18,51)
C0M63Y18K51 
(0%,63%,18%,51%)
(0.00/0.63/0.18/0.51)	

CMYK percentages

%0
%63.2
%17.6
%50.98

Codes

Color #7D2E67 in popluar color models

7D2E67
RGB12546103
HSL317°46.20%33.53%
HSB/HSV317°63.20%49.02%
CMYK0.00%63.20%17.60%
50.98%

Color #7D2E67 in popluar number systems.

HEX7D2E67
Decimal12546103
Binary11111011011101100111
Octal17556147

Shades and tints

Shades of #7D2E67

#7D2E67
(125,46,103)
#722A5E
(114,42,94)
#672655
(103,38,85)
#5C224C
(92,34,76)
#511E43
(81,30,67)
#461A3A
(70,26,58)
#3B1631
(59,22,49)
#301228
(48,18,40)
#250E1F
(37,14,31)
#1A0A16
(26,10,22)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #7D2E67

#7D2E67
(125,46,103)
#884174
(136,65,116)
#935481
(147,84,129)
#9E678E
(158,103,142)
#A97A9B
(169,122,155)
#B48DA8
(180,141,168)
#BFA0B5
(191,160,181)
#CAB3C2
(202,179,194)
#D5C6CF
(213,198,207)
#E0D9DC
(224,217,220)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D2E67 color. Also use rgb(125,46,103) instead hex code.

Text Font Color

.myTextColor { color: #7D2E67; }

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

This text font color is #7D2E67.


Background Color

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

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

This div background color is #7D2E67.


Border color

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

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

This div border color is #7D2E67.


Opacity

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

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

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

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

This text has shadow with #7D2E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D2E67 on black background.


Color preview on white background

This text has color #7D2E67 on white background.



Black color preview on #7D2E67 background

This text has black color on #7D2E67 background.


White color preview on #7D2E67 background

This text has white color on #7D2E67 background.