COLOR #7D3E60

HEX: #7D3E60
RGB: (125,62,96)

Color info

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

RGB color model

#7D3E60 color RGB value is (125,62,96).

  • red value is 125;
  • green value is 62;
  • blue value is 96.
RGB:
(125,62,96)
(49%,24%,38%)

RGB channels and saturation

R 125 of 255 = 49%
G 62 of 255 = 24%
B 96 of 255 = 38%

125
62
96

R + G + B ~ 37%. #7D3E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 62 + 96 = 283 (100%)
R 125 of 283 ~ 44.17%
G 62 of 283 ~ 21.91%
B 96 of 283 ~ 33.92%

%44.17
%21.91
%33.92

CMYK color model

#7D3E60 color CMYK value is (0,50,23,51).

  • cyan value is 0.00%
  • magenta value is 50.40%
  • yellow value is 23.20%
  • key color value is 50.98%
CMYK:
(0,50,23,51)
C0M50Y23K51 
(0%,50%,23%,51%)
(0.00/0.50/0.23/0.51)	

CMYK percentages

%0
%50.4
%23.2
%50.98

Codes

Color #7D3E60 in popluar color models

7D3E60
RGB1256296
HSL328°33.69%36.67%
HSB/HSV328°50.40%49.02%
CMYK0.00%50.40%23.20%
50.98%

Color #7D3E60 in popluar number systems.

HEX7D3E60
Decimal1256296
Binary11111011111101100000
Octal17576140

Shades and tints

Shades of #7D3E60

#7D3E60
(125,62,96)
#723958
(114,57,88)
#673450
(103,52,80)
#5C2F48
(92,47,72)
#512A40
(81,42,64)
#462538
(70,37,56)
#3B2030
(59,32,48)
#301B28
(48,27,40)
#251620
(37,22,32)
#1A1118
(26,17,24)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #7D3E60

#7D3E60
(125,62,96)
#884F6E
(136,79,110)
#93607C
(147,96,124)
#9E718A
(158,113,138)
#A98298
(169,130,152)
#B493A6
(180,147,166)
#BFA4B4
(191,164,180)
#CAB5C2
(202,181,194)
#D5C6D0
(213,198,208)
#E0D7DE
(224,215,222)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3E60 color. Also use rgb(125,62,96) instead hex code.

Text Font Color

.myTextColor { color: #7D3E60; }

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

This text font color is #7D3E60.


Background Color

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

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

This div background color is #7D3E60.


Border color

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

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

This div border color is #7D3E60.


Opacity

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

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

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

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

This text has shadow with #7D3E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3E60 on black background.


Color preview on white background

This text has color #7D3E60 on white background.



Black color preview on #7D3E60 background

This text has black color on #7D3E60 background.


White color preview on #7D3E60 background

This text has white color on #7D3E60 background.