COLOR #7D385E

HEX: #7D385E
RGB: (125,56,94)

Color info

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

RGB color model

#7D385E color RGB value is (125,56,94).

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

RGB channels and saturation

R 125 of 255 = 49%
G 56 of 255 = 22%
B 94 of 255 = 37%

125
56
94

R + G + B ~ 36%. #7D385E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 56 + 94 = 275 (100%)
R 125 of 275 ~ 45.45%
G 56 of 275 ~ 20.36%
B 94 of 275 ~ 34.18%

%45.45
%20.36
%34.18

CMYK color model

#7D385E color CMYK value is (0,55,25,51).

  • cyan value is 0.00%
  • magenta value is 55.20%
  • yellow value is 24.80%
  • key color value is 50.98%
CMYK:
(0,55,25,51)
C0M55Y25K51 
(0%,55%,25%,51%)
(0.00/0.55/0.25/0.51)	

CMYK percentages

%0
%55.2
%24.8
%50.98

Codes

Color #7D385E in popluar color models

7D385E
RGB1255694
HSL327°38.12%35.49%
HSB/HSV327°55.20%49.02%
CMYK0.00%55.20%24.80%
50.98%

Color #7D385E in popluar number systems.

HEX7D385E
Decimal1255694
Binary11111011110001011110
Octal17570136

Shades and tints

Shades of #7D385E

#7D385E
(125,56,94)
#723356
(114,51,86)
#672E4E
(103,46,78)
#5C2946
(92,41,70)
#51243E
(81,36,62)
#461F36
(70,31,54)
#3B1A2E
(59,26,46)
#301526
(48,21,38)
#25101E
(37,16,30)
#1A0B16
(26,11,22)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #7D385E

#7D385E
(125,56,94)
#884A6C
(136,74,108)
#935C7A
(147,92,122)
#9E6E88
(158,110,136)
#A98096
(169,128,150)
#B492A4
(180,146,164)
#BFA4B2
(191,164,178)
#CAB6C0
(202,182,192)
#D5C8CE
(213,200,206)
#E0DADC
(224,218,220)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D385E; }

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

This text font color is #7D385E.


Background Color

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

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

This div background color is #7D385E.


Border color

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

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

This div border color is #7D385E.


Opacity

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

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

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

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

This text has shadow with #7D385E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D385E on black background.


Color preview on white background

This text has color #7D385E on white background.



Black color preview on #7D385E background

This text has black color on #7D385E background.


White color preview on #7D385E background

This text has white color on #7D385E background.