COLOR #75497B

HEX: #75497B
RGB: (117,73,123)

Color info

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

RGB color model

#75497B color RGB value is (117,73,123).

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

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 123 of 255 = 48%

117
73
123

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

Portions of RGB colors in percentages

R + G + B =
117 + 73 + 123 = 313 (100%)
R 117 of 313 ~ 37.38%
G 73 of 313 ~ 23.32%
B 123 of 313 ~ 39.3%

%37.38
%23.32
%39.3

CMYK color model

#75497B color CMYK value is (5,41,0,52).

  • cyan value is 4.88%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(5,41,0,52)
C5M41Y0K52 
(5%,41%,0%,52%)
(0.05/0.41/0.00/0.52)	

CMYK percentages

%4.88
%40.65
%0
%51.76

Codes

Color #75497B in popluar color models

75497B
RGB11773123
HSL293°25.51%38.43%
HSB/HSV293°40.65%48.24%
CMYK4.88%40.65%0.00%
51.76%

Color #75497B in popluar number systems.

HEX75497B
Decimal11773123
Binary111010110010011111011
Octal165111173

Shades and tints

Shades of #75497B

#75497B
(117,73,123)
#6B4370
(107,67,112)
#613D65
(97,61,101)
#57375A
(87,55,90)
#4D314F
(77,49,79)
#432B44
(67,43,68)
#392539
(57,37,57)
#2F1F2E
(47,31,46)
#251923
(37,25,35)
#1B1318
(27,19,24)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #75497B

#75497B
(117,73,123)
#815987
(129,89,135)
#8D6993
(141,105,147)
#99799F
(153,121,159)
#A589AB
(165,137,171)
#B199B7
(177,153,183)
#BDA9C3
(189,169,195)
#C9B9CF
(201,185,207)
#D5C9DB
(213,201,219)
#E1D9E7
(225,217,231)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75497B; }

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

This text font color is #75497B.


Background Color

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

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

This div background color is #75497B.


Border color

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

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

This div border color is #75497B.


Opacity

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

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

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

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

This text has shadow with #75497B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75497B on black background.


Color preview on white background

This text has color #75497B on white background.



Black color preview on #75497B background

This text has black color on #75497B background.


White color preview on #75497B background

This text has white color on #75497B background.