COLOR #7D396A

HEX: #7D396A
RGB: (125,57,106)

Color info

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

RGB color model

#7D396A color RGB value is (125,57,106).

  • red value is 125;
  • green value is 57;
  • blue value is 106.
RGB:
(125,57,106)
(49%,22%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 57 of 255 = 22%
B 106 of 255 = 42%

125
57
106

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

Portions of RGB colors in percentages

R + G + B =
125 + 57 + 106 = 288 (100%)
R 125 of 288 ~ 43.4%
G 57 of 288 ~ 19.79%
B 106 of 288 ~ 36.81%

%43.4
%19.79
%36.81

CMYK color model

#7D396A color CMYK value is (0,54,15,51).

  • cyan value is 0.00%
  • magenta value is 54.40%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(0,54,15,51)
C0M54Y15K51 
(0%,54%,15%,51%)
(0.00/0.54/0.15/0.51)	

CMYK percentages

%0
%54.4
%15.2
%50.98

Codes

Color #7D396A in popluar color models

7D396A
RGB12557106
HSL317°37.36%35.69%
HSB/HSV317°54.40%49.02%
CMYK0.00%54.40%15.20%
50.98%

Color #7D396A in popluar number systems.

HEX7D396A
Decimal12557106
Binary11111011110011101010
Octal17571152

Shades and tints

Shades of #7D396A

#7D396A
(125,57,106)
#723461
(114,52,97)
#672F58
(103,47,88)
#5C2A4F
(92,42,79)
#512546
(81,37,70)
#46203D
(70,32,61)
#3B1B34
(59,27,52)
#30162B
(48,22,43)
#251122
(37,17,34)
#1A0C19
(26,12,25)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #7D396A

#7D396A
(125,57,106)
#884B77
(136,75,119)
#935D84
(147,93,132)
#9E6F91
(158,111,145)
#A9819E
(169,129,158)
#B493AB
(180,147,171)
#BFA5B8
(191,165,184)
#CAB7C5
(202,183,197)
#D5C9D2
(213,201,210)
#E0DBDF
(224,219,223)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D396A color. Also use rgb(125,57,106) instead hex code.

Text Font Color

.myTextColor { color: #7D396A; }

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

This text font color is #7D396A.


Background Color

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

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

This div background color is #7D396A.


Border color

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

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

This div border color is #7D396A.


Opacity

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

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

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

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

This text has shadow with #7D396A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D396A on black background.


Color preview on white background

This text has color #7D396A on white background.



Black color preview on #7D396A background

This text has black color on #7D396A background.


White color preview on #7D396A background

This text has white color on #7D396A background.