COLOR #7D314E

HEX: #7D314E RGB: (125,49,78)

Color info

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

RGB color model

#7D314E color RGB value is (125,49,78).

RGB: (125,49,78) (49%, 19%, 31%)

RGB channels and saturation

R 125 of 255 = 49%
G 49 of 255 = 19%
B 78 of 255 = 31%

125
49
78

R + G + B ~ 33%. #7D314E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 49 + 78 = 252 (100%)
R 125 of 252 ~ 49.6%
G 49 of 252 ~ 19.44%
B 78 of 252 ~ 30.95'%

%49.6
%19.44
%30.95

CMYK color model

#7D314E color CMYK value is (0,61,38,51).

  • cyan value is 0.00%
  • magenta value is 60.80%
  • yellow value is 37.60%
  • key color value is 50.98%

CMYK: (0,61,38,51)
C0M61Y38K51 (0%, 61%, 38%, 51%)
(0.00 / 0.61 / 0.38 / 0.51)

CMYK percentages

%0
%60.8
%37.6
%50.98

Codes

Color #7D314E in popluar color models

7D 31 4E
RGB 125 49 78
HSL 337° 43.68% 34.12%
HSB/HSV 337° 60.80% 49.02%
CMYK 0.00% 60.80% 37.60%
50.98%

Color #7D314E in popluar number systems.

HEX 7D 31 4E
Decimal 125 49 78
Binary 1111101 110001 1001110
Octal 175 61 116

Shades and tints

Shades of #7D314E

#7D314E
(125,49,78)
#722D47
(114,45,71)
#672940
(103,41,64)
#5C2539
(92,37,57)
#512132
(81,33,50)
#461D2B
(70,29,43)
#3B1924
(59,25,36)
#30151D
(48,21,29)
#251116
(37,17,22)
#1A0D0F
(26,13,15)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #7D314E

#7D314E
(125,49,78)
#88435E
(136,67,94)
#93556E
(147,85,110)
#9E677E
(158,103,126)
#A9798E
(169,121,142)
#B48B9E
(180,139,158)
#BF9DAE
(191,157,174)
#CAAFBE
(202,175,190)
#D5C1CE
(213,193,206)
#E0D3DE
(224,211,222)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D314E color. Also use rgb(125,49,78) instead hex code.

Text Font Color

.myTextColor { color: #7D314E; }

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

This text font color is #7D314E.

Background Color

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

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

This div background color is #7D314E.

Border color

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

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

This div border color is #7D314E.

Opacity

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

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

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

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

This text has shadow with #7D314E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D314E.

Preview

Color preview on black background

This text has color #7D314E on black background.


Color preview on white background

This text has color #7D314E on white background.


Black color preview on #7D314E background

This text has black color on #7D314E background.


White color preview on #7D314E background

This text has white color on #7D314E background.


Related colors

Complementary color

Complementary color for #hex is #82CEB1.


I love getcolorcode.com

Triadic colors

1 #4E7D31 and #314E7D with #7D314E are triadic colors.

2 #4E317D and #317D4E with #7D314E are triadic colors.