COLOR #7D3863

HEX: #7D3863
RGB: (125,56,99)

Color info

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

RGB color model

#7D3863 color RGB value is (125,56,99).

  • red value is 125;
  • green value is 56;
  • blue value is 99.
RGB:
(125,56,99)
(49%,22%,39%)

RGB channels and saturation

R 125 of 255 = 49%
G 56 of 255 = 22%
B 99 of 255 = 39%

125
56
99

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

Portions of RGB colors in percentages

R + G + B =
125 + 56 + 99 = 280 (100%)
R 125 of 280 ~ 44.64%
G 56 of 280 ~ 20%
B 99 of 280 ~ 35.36%

%44.64
%20
%35.36

CMYK color model

#7D3863 color CMYK value is (0,55,21,51).

  • cyan value is 0.00%
  • magenta value is 55.20%
  • yellow value is 20.80%
  • key color value is 50.98%
CMYK:
(0,55,21,51)
C0M55Y21K51 
(0%,55%,21%,51%)
(0.00/0.55/0.21/0.51)	

CMYK percentages

%0
%55.2
%20.8
%50.98

Codes

Color #7D3863 in popluar color models

7D3863
RGB1255699
HSL323°38.12%35.49%
HSB/HSV323°55.20%49.02%
CMYK0.00%55.20%20.80%
50.98%

Color #7D3863 in popluar number systems.

HEX7D3863
Decimal1255699
Binary11111011110001100011
Octal17570143

Shades and tints

Shades of #7D3863

#7D3863
(125,56,99)
#72335A
(114,51,90)
#672E51
(103,46,81)
#5C2948
(92,41,72)
#51243F
(81,36,63)
#461F36
(70,31,54)
#3B1A2D
(59,26,45)
#301524
(48,21,36)
#25101B
(37,16,27)
#1A0B12
(26,11,18)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #7D3863

#7D3863
(125,56,99)
#884A71
(136,74,113)
#935C7F
(147,92,127)
#9E6E8D
(158,110,141)
#A9809B
(169,128,155)
#B492A9
(180,146,169)
#BFA4B7
(191,164,183)
#CAB6C5
(202,182,197)
#D5C8D3
(213,200,211)
#E0DAE1
(224,218,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3863 color. Also use rgb(125,56,99) instead hex code.

Text Font Color

.myTextColor { color: #7D3863; }

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

This text font color is #7D3863.


Background Color

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

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

This div background color is #7D3863.


Border color

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

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

This div border color is #7D3863.


Opacity

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

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

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

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

This text has shadow with #7D3863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3863 on black background.


Color preview on white background

This text has color #7D3863 on white background.



Black color preview on #7D3863 background

This text has black color on #7D3863 background.


White color preview on #7D3863 background

This text has white color on #7D3863 background.