COLOR #7D3C5B

HEX: #7D3C5B
RGB: (125,60,91)

Color info

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

RGB color model

#7D3C5B color RGB value is (125,60,91).

  • red value is 125;
  • green value is 60;
  • blue value is 91.
RGB:
(125,60,91)
(49%,24%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 60 of 255 = 24%
B 91 of 255 = 36%

125
60
91

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

Portions of RGB colors in percentages

R + G + B =
125 + 60 + 91 = 276 (100%)
R 125 of 276 ~ 45.29%
G 60 of 276 ~ 21.74%
B 91 of 276 ~ 32.97%

%45.29
%21.74
%32.97

CMYK color model

#7D3C5B color CMYK value is (0,52,27,51).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 27.20%
  • key color value is 50.98%
CMYK:
(0,52,27,51)
C0M52Y27K51 
(0%,52%,27%,51%)
(0.00/0.52/0.27/0.51)	

CMYK percentages

%0
%52
%27.2
%50.98

Codes

Color #7D3C5B in popluar color models

7D3C5B
RGB1256091
HSL331°35.14%36.27%
HSB/HSV331°52.00%49.02%
CMYK0.00%52.00%27.20%
50.98%

Color #7D3C5B in popluar number systems.

HEX7D3C5B
Decimal1256091
Binary11111011111001011011
Octal17574133

Shades and tints

Shades of #7D3C5B

#7D3C5B
(125,60,91)
#723753
(114,55,83)
#67324B
(103,50,75)
#5C2D43
(92,45,67)
#51283B
(81,40,59)
#462333
(70,35,51)
#3B1E2B
(59,30,43)
#301923
(48,25,35)
#25141B
(37,20,27)
#1A0F13
(26,15,19)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #7D3C5B

#7D3C5B
(125,60,91)
#884D69
(136,77,105)
#935E77
(147,94,119)
#9E6F85
(158,111,133)
#A98093
(169,128,147)
#B491A1
(180,145,161)
#BFA2AF
(191,162,175)
#CAB3BD
(202,179,189)
#D5C4CB
(213,196,203)
#E0D5D9
(224,213,217)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3C5B color. Also use rgb(125,60,91) instead hex code.

Text Font Color

.myTextColor { color: #7D3C5B; }

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

This text font color is #7D3C5B.


Background Color

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

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

This div background color is #7D3C5B.


Border color

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

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

This div border color is #7D3C5B.


Opacity

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

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

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

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

This text has shadow with #7D3C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3C5B on black background.


Color preview on white background

This text has color #7D3C5B on white background.



Black color preview on #7D3C5B background

This text has black color on #7D3C5B background.


White color preview on #7D3C5B background

This text has white color on #7D3C5B background.