COLOR #75497D

HEX: #75497D
RGB: (117,73,125)

Color info

#75497D contains red, green and blue colors in about the same proportion. Web safe color of #75497D is #663366 (or #636).

RGB color model

#75497D color RGB value is (117,73,125).

  • red value is 117;
  • green value is 73;
  • blue value is 125.
RGB:
(117,73,125)
(46%,29%,49%)

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 125 of 255 = 49%

117
73
125

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

Portions of RGB colors in percentages

R + G + B =
117 + 73 + 125 = 315 (100%)
R 117 of 315 ~ 37.14%
G 73 of 315 ~ 23.17%
B 125 of 315 ~ 39.68%

%37.14
%23.17
%39.68

CMYK color model

#75497D color CMYK value is (6,42,0,51).

  • cyan value is 6.40%
  • magenta value is 41.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,42,0,51)
C6M42Y0K51 
(6%,42%,0%,51%)
(0.06/0.42/0.00/0.51)	

CMYK percentages

%6.4
%41.6
%0
%50.98

Codes

Color #75497D in popluar color models

75497D
RGB11773125
HSL291°26.26%38.82%
HSB/HSV291°41.60%49.02%
CMYK6.40%41.60%0.00%
50.98%

Color #75497D in popluar number systems.

HEX75497D
Decimal11773125
Binary111010110010011111101
Octal165111175

Shades and tints

Shades of #75497D

#75497D
(117,73,125)
#6B4372
(107,67,114)
#613D67
(97,61,103)
#57375C
(87,55,92)
#4D3151
(77,49,81)
#432B46
(67,43,70)
#39253B
(57,37,59)
#2F1F30
(47,31,48)
#251925
(37,25,37)
#1B131A
(27,19,26)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #75497D

#75497D
(117,73,125)
#815988
(129,89,136)
#8D6993
(141,105,147)
#99799E
(153,121,158)
#A589A9
(165,137,169)
#B199B4
(177,153,180)
#BDA9BF
(189,169,191)
#C9B9CA
(201,185,202)
#D5C9D5
(213,201,213)
#E1D9E0
(225,217,224)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75497D color. Also use rgb(117,73,125) instead hex code.

Text Font Color

.myTextColor { color: #75497D; }

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

This text font color is #75497D.


Background Color

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

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

This div background color is #75497D.


Border color

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

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

This div border color is #75497D.


Opacity

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

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

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

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

This text has shadow with #75497D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75497D on black background.


Color preview on white background

This text has color #75497D on white background.



Black color preview on #75497D background

This text has black color on #75497D background.


White color preview on #75497D background

This text has white color on #75497D background.