COLOR #7D3D65

HEX: #7D3D65
RGB: (125,61,101)

Color info

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

RGB color model

#7D3D65 color RGB value is (125,61,101).

  • red value is 125;
  • green value is 61;
  • blue value is 101.
RGB:
(125,61,101)
(49%,24%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 61 of 255 = 24%
B 101 of 255 = 40%

125
61
101

R + G + B ~ 38%. #7D3D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 61 + 101 = 287 (100%)
R 125 of 287 ~ 43.55%
G 61 of 287 ~ 21.25%
B 101 of 287 ~ 35.19%

%43.55
%21.25
%35.19

CMYK color model

#7D3D65 color CMYK value is (0,51,19,51).

  • cyan value is 0.00%
  • magenta value is 51.20%
  • yellow value is 19.20%
  • key color value is 50.98%
CMYK:
(0,51,19,51)
C0M51Y19K51 
(0%,51%,19%,51%)
(0.00/0.51/0.19/0.51)	

CMYK percentages

%0
%51.2
%19.2
%50.98

Codes

Color #7D3D65 in popluar color models

7D3D65
RGB12561101
HSL323°34.41%36.47%
HSB/HSV323°51.20%49.02%
CMYK0.00%51.20%19.20%
50.98%

Color #7D3D65 in popluar number systems.

HEX7D3D65
Decimal12561101
Binary11111011111011100101
Octal17575145

Shades and tints

Shades of #7D3D65

#7D3D65
(125,61,101)
#72385C
(114,56,92)
#673353
(103,51,83)
#5C2E4A
(92,46,74)
#512941
(81,41,65)
#462438
(70,36,56)
#3B1F2F
(59,31,47)
#301A26
(48,26,38)
#25151D
(37,21,29)
#1A1014
(26,16,20)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #7D3D65

#7D3D65
(125,61,101)
#884E73
(136,78,115)
#935F81
(147,95,129)
#9E708F
(158,112,143)
#A9819D
(169,129,157)
#B492AB
(180,146,171)
#BFA3B9
(191,163,185)
#CAB4C7
(202,180,199)
#D5C5D5
(213,197,213)
#E0D6E3
(224,214,227)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3D65 color. Also use rgb(125,61,101) instead hex code.

Text Font Color

.myTextColor { color: #7D3D65; }

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

This text font color is #7D3D65.


Background Color

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

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

This div background color is #7D3D65.


Border color

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

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

This div border color is #7D3D65.


Opacity

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

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

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

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

This text has shadow with #7D3D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3D65 on black background.


Color preview on white background

This text has color #7D3D65 on white background.



Black color preview on #7D3D65 background

This text has black color on #7D3D65 background.


White color preview on #7D3D65 background

This text has white color on #7D3D65 background.