COLOR #75538D

HEX: #75538D
RGB: (117,83,141)

Color info

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

RGB color model

#75538D color RGB value is (117,83,141).

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

RGB channels and saturation

R 117 of 255 = 46%
G 83 of 255 = 33%
B 141 of 255 = 55%

117
83
141

R + G + B ~ 45%. #75538D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 83 + 141 = 341 (100%)
R 117 of 341 ~ 34.31%
G 83 of 341 ~ 24.34%
B 141 of 341 ~ 41.35%

%34.31
%24.34
%41.35

CMYK color model

#75538D color CMYK value is (17,41,0,45).

  • cyan value is 17.02%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(17,41,0,45)
C17M41Y0K45 
(17%,41%,0%,45%)
(0.17/0.41/0.00/0.45)	

CMYK percentages

%17.02
%41.13
%0
%44.71

Codes

Color #75538D in popluar color models

75538D
RGB11783141
HSL275°25.89%43.92%
HSB/HSV275°41.13%55.29%
CMYK17.02%41.13%0.00%
44.71%

Color #75538D in popluar number systems.

HEX75538D
Decimal11783141
Binary1110101101001110001101
Octal165123215

Shades and tints

Shades of #75538D

#75538D
(117,83,141)
#6B4C81
(107,76,129)
#614575
(97,69,117)
#573E69
(87,62,105)
#4D375D
(77,55,93)
#433051
(67,48,81)
#392945
(57,41,69)
#2F2239
(47,34,57)
#251B2D
(37,27,45)
#1B1421
(27,20,33)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #75538D

#75538D
(117,83,141)
#816297
(129,98,151)
#8D71A1
(141,113,161)
#9980AB
(153,128,171)
#A58FB5
(165,143,181)
#B19EBF
(177,158,191)
#BDADC9
(189,173,201)
#C9BCD3
(201,188,211)
#D5CBDD
(213,203,221)
#E1DAE7
(225,218,231)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75538D color. Also use rgb(117,83,141) instead hex code.

Text Font Color

.myTextColor { color: #75538D; }

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

This text font color is #75538D.


Background Color

.myBgColor { background-color: #75538D; }

<div style="background-color:#75538D">Inner text</div>

This div background color is #75538D.


Border color

.myBorderColor { border: 1px solid #75538D; }

<div style="border:3px solid #75538D">Div</div>

This div border color is #75538D.


Opacity

.myOpacity80 { color: #75538D; opacity: 0.8; }

<p style="color:#75538D;opacity:0.8;">80%</p>

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

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

This text has shadow with #75538D color.

.textShadow {text-shadow: 3px 3px 1px #75538D, 3px 3px 1px red;}

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

This text has shadow with #75538D primary color and red secondary color.


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

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

This text has shadow with #75538D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75538D on black background.


Color preview on white background

This text has color #75538D on white background.



Black color preview on #75538D background

This text has black color on #75538D background.


White color preview on #75538D background

This text has white color on #75538D background.