COLOR #7D538D

HEX: #7D538D
RGB: (125,83,141)

Color info

#7D538D contains red, green and blue colors in about the same proportion. Web safe color of #7D538D is #666699 (or #669).

RGB color model

#7D538D color RGB value is (125,83,141).

  • red value is 125;
  • green value is 83;
  • blue value is 141.
RGB:
(125,83,141)
(49%,33%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 83 of 255 = 33%
B 141 of 255 = 55%

125
83
141

R + G + B ~ 46%. #7D538D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 83 + 141 = 349 (100%)
R 125 of 349 ~ 35.82%
G 83 of 349 ~ 23.78%
B 141 of 349 ~ 40.4%

%35.82
%23.78
%40.4

CMYK color model

#7D538D color CMYK value is (11,41,0,45).

  • cyan value is 11.35%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(11,41,0,45)
C11M41Y0K45 
(11%,41%,0%,45%)
(0.11/0.41/0.00/0.45)	

CMYK percentages

%11.35
%41.13
%0
%44.71

Codes

Color #7D538D in popluar color models

7D538D
RGB12583141
HSL283°25.89%43.92%
HSB/HSV283°41.13%55.29%
CMYK11.35%41.13%0.00%
44.71%

Color #7D538D in popluar number systems.

HEX7D538D
Decimal12583141
Binary1111101101001110001101
Octal175123215

Shades and tints

Shades of #7D538D

#7D538D
(125,83,141)
#724C81
(114,76,129)
#674575
(103,69,117)
#5C3E69
(92,62,105)
#51375D
(81,55,93)
#463051
(70,48,81)
#3B2945
(59,41,69)
#302239
(48,34,57)
#251B2D
(37,27,45)
#1A1421
(26,20,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #7D538D

#7D538D
(125,83,141)
#886297
(136,98,151)
#9371A1
(147,113,161)
#9E80AB
(158,128,171)
#A98FB5
(169,143,181)
#B49EBF
(180,158,191)
#BFADC9
(191,173,201)
#CABCD3
(202,188,211)
#D5CBDD
(213,203,221)
#E0DAE7
(224,218,231)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D538D color. Also use rgb(125,83,141) instead hex code.

Text Font Color

.myTextColor { color: #7D538D; }

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

This text font color is #7D538D.


Background Color

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

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

This div background color is #7D538D.


Border color

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

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

This div border color is #7D538D.


Opacity

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

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

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

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

This text has shadow with #7D538D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D538D on black background.


Color preview on white background

This text has color #7D538D on white background.



Black color preview on #7D538D background

This text has black color on #7D538D background.


White color preview on #7D538D background

This text has white color on #7D538D background.