COLOR #7D386B

HEX: #7D386B
RGB: (125,56,107)

Color info

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

RGB color model

#7D386B color RGB value is (125,56,107).

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

RGB channels and saturation

R 125 of 255 = 49%
G 56 of 255 = 22%
B 107 of 255 = 42%

125
56
107

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

Portions of RGB colors in percentages

R + G + B =
125 + 56 + 107 = 288 (100%)
R 125 of 288 ~ 43.4%
G 56 of 288 ~ 19.44%
B 107 of 288 ~ 37.15%

%43.4
%19.44
%37.15

CMYK color model

#7D386B color CMYK value is (0,55,14,51).

  • cyan value is 0.00%
  • magenta value is 55.20%
  • yellow value is 14.40%
  • key color value is 50.98%
CMYK:
(0,55,14,51)
C0M55Y14K51 
(0%,55%,14%,51%)
(0.00/0.55/0.14/0.51)	

CMYK percentages

%0
%55.2
%14.4
%50.98

Codes

Color #7D386B in popluar color models

7D386B
RGB12556107
HSL316°38.12%35.49%
HSB/HSV316°55.20%49.02%
CMYK0.00%55.20%14.40%
50.98%

Color #7D386B in popluar number systems.

HEX7D386B
Decimal12556107
Binary11111011110001101011
Octal17570153

Shades and tints

Shades of #7D386B

#7D386B
(125,56,107)
#723362
(114,51,98)
#672E59
(103,46,89)
#5C2950
(92,41,80)
#512447
(81,36,71)
#461F3E
(70,31,62)
#3B1A35
(59,26,53)
#30152C
(48,21,44)
#251023
(37,16,35)
#1A0B1A
(26,11,26)
#0F0611
(15,6,17)
#000000
(0,0,0)

Tints of #7D386B

#7D386B
(125,56,107)
#884A78
(136,74,120)
#935C85
(147,92,133)
#9E6E92
(158,110,146)
#A9809F
(169,128,159)
#B492AC
(180,146,172)
#BFA4B9
(191,164,185)
#CAB6C6
(202,182,198)
#D5C8D3
(213,200,211)
#E0DAE0
(224,218,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D386B; }

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

This text font color is #7D386B.


Background Color

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

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

This div background color is #7D386B.


Border color

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

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

This div border color is #7D386B.


Opacity

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

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

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

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

This text has shadow with #7D386B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D386B on black background.


Color preview on white background

This text has color #7D386B on white background.



Black color preview on #7D386B background

This text has black color on #7D386B background.


White color preview on #7D386B background

This text has white color on #7D386B background.