COLOR #7D325D

HEX: #7D325D RGB: (125,50,93)

Color info

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

RGB color model

#7D325D color RGB value is (125,50,93).

RGB: (125,50,93) (49%, 20%, 36%)

RGB channels and saturation

R 125 of 255 = 49%
G 50 of 255 = 20%
B 93 of 255 = 36%

125
50
93

R + G + B ~ 35%. #7D325D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 50 + 93 = 268 (100%)
R 125 of 268 ~ 46.64%
G 50 of 268 ~ 18.66%
B 93 of 268 ~ 34.7'%

%46.64
%18.66
%34.7

CMYK color model

#7D325D color CMYK value is (0,60,26,51).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 25.60%
  • key color value is 50.98%

CMYK: (0,60,26,51)
C0M60Y26K51 (0%, 60%, 26%, 51%)
(0.00 / 0.60 / 0.26 / 0.51)

CMYK percentages

%0
%60
%25.6
%50.98

Codes

Color #7D325D in popluar color models

7D 32 5D
RGB 125 50 93
HSL 326° 42.86% 34.31%
HSB/HSV 326° 60.00% 49.02%
CMYK 0.00% 60.00% 25.60%
50.98%

Color #7D325D in popluar number systems.

HEX 7D 32 5D
Decimal 125 50 93
Binary 1111101 110010 1011101
Octal 175 62 135

Shades and tints

Shades of #7D325D

#7D325D
(125,50,93)
#722E55
(114,46,85)
#672A4D
(103,42,77)
#5C2645
(92,38,69)
#51223D
(81,34,61)
#461E35
(70,30,53)
#3B1A2D
(59,26,45)
#301625
(48,22,37)
#25121D
(37,18,29)
#1A0E15
(26,14,21)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #7D325D

#7D325D
(125,50,93)
#88446B
(136,68,107)
#935679
(147,86,121)
#9E6887
(158,104,135)
#A97A95
(169,122,149)
#B48CA3
(180,140,163)
#BF9EB1
(191,158,177)
#CAB0BF
(202,176,191)
#D5C2CD
(213,194,205)
#E0D4DB
(224,212,219)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D325D color. Also use rgb(125,50,93) instead hex code.

Text Font Color

.myTextColor { color: #7D325D; }

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

This text font color is #7D325D.

Background Color

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

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

This div background color is #7D325D.

Border color

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

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

This div border color is #7D325D.

Opacity

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

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

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

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

This text has shadow with #7D325D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D325D.

Preview

Color preview on black background

This text has color #7D325D on black background.


Color preview on white background

This text has color #7D325D on white background.


Black color preview on #7D325D background

This text has black color on #7D325D background.


White color preview on #7D325D background

This text has white color on #7D325D background.


Related colors

Complementary color

Complementary color for #hex is #82CDA2.


I love getcolorcode.com

Triadic colors

1 #5D7D32 and #325D7D with #7D325D are triadic colors.

2 #5D327D and #327D5D with #7D325D are triadic colors.