COLOR #7D367F

HEX: #7D367F
RGB: (125,54,127)

Color info

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

RGB color model

#7D367F color RGB value is (125,54,127).

  • red value is 125;
  • green value is 54;
  • blue value is 127.
RGB:
(125,54,127)
(49%,21%,50%)

RGB channels and saturation

R 125 of 255 = 49%
G 54 of 255 = 21%
B 127 of 255 = 50%

125
54
127

R + G + B ~ 40%. #7D367F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 54 + 127 = 306 (100%)
R 125 of 306 ~ 40.85%
G 54 of 306 ~ 17.65%
B 127 of 306 ~ 41.5%

%40.85
%17.65
%41.5

CMYK color model

#7D367F color CMYK value is (2,57,0,50).

  • cyan value is 1.57%
  • magenta value is 57.48%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,57,0,50)
C2M57Y0K50 
(2%,57%,0%,50%)
(0.02/0.57/0.00/0.50)	

CMYK percentages

%1.57
%57.48
%0
%50.2

Codes

Color #7D367F in popluar color models

7D367F
RGB12554127
HSL298°40.33%35.49%
HSB/HSV298°57.48%49.80%
CMYK1.57%57.48%0.00%
50.20%

Color #7D367F in popluar number systems.

HEX7D367F
Decimal12554127
Binary11111011101101111111
Octal17566177

Shades and tints

Shades of #7D367F

#7D367F
(125,54,127)
#723274
(114,50,116)
#672E69
(103,46,105)
#5C2A5E
(92,42,94)
#512653
(81,38,83)
#462248
(70,34,72)
#3B1E3D
(59,30,61)
#301A32
(48,26,50)
#251627
(37,22,39)
#1A121C
(26,18,28)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D367F

#7D367F
(125,54,127)
#88488A
(136,72,138)
#935A95
(147,90,149)
#9E6CA0
(158,108,160)
#A97EAB
(169,126,171)
#B490B6
(180,144,182)
#BFA2C1
(191,162,193)
#CAB4CC
(202,180,204)
#D5C6D7
(213,198,215)
#E0D8E2
(224,216,226)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D367F color. Also use rgb(125,54,127) instead hex code.

Text Font Color

.myTextColor { color: #7D367F; }

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

This text font color is #7D367F.


Background Color

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

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

This div background color is #7D367F.


Border color

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

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

This div border color is #7D367F.


Opacity

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

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

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

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

This text has shadow with #7D367F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D367F on black background.


Color preview on white background

This text has color #7D367F on white background.



Black color preview on #7D367F background

This text has black color on #7D367F background.


White color preview on #7D367F background

This text has white color on #7D367F background.