COLOR #73758F

HEX: #73758F
RGB: (115,117,143)

Color info

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

RGB color model

#73758F color RGB value is (115,117,143).

  • red value is 115;
  • green value is 117;
  • blue value is 143.
RGB:
(115,117,143)
(45%,46%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 143 of 255 = 56%

115
117
143

R + G + B ~ 49%. #73758F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 143 = 375 (100%)
R 115 of 375 ~ 30.67%
G 117 of 375 ~ 31.2%
B 143 of 375 ~ 38.13%

%30.67
%31.2
%38.13

CMYK color model

#73758F color CMYK value is (20,18,0,44).

  • cyan value is 19.58%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(20,18,0,44)
C20M18Y0K44 
(20%,18%,0%,44%)
(0.20/0.18/0.00/0.44)	

CMYK percentages

%19.58
%18.18
%0
%43.92

Codes

Color #73758F in popluar color models

73758F
RGB115117143
HSL236°11.11%50.59%
HSB/HSV236°19.58%56.08%
CMYK19.58%18.18%0.00%
43.92%

Color #73758F in popluar number systems.

HEX73758F
Decimal115117143
Binary1110011111010110001111
Octal163165217

Shades and tints

Shades of #73758F

#73758F
(115,117,143)
#696B82
(105,107,130)
#5F6175
(95,97,117)
#555768
(85,87,104)
#4B4D5B
(75,77,91)
#41434E
(65,67,78)
#373941
(55,57,65)
#2D2F34
(45,47,52)
#232527
(35,37,39)
#191B1A
(25,27,26)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #73758F

#73758F
(115,117,143)
#7F8199
(127,129,153)
#8B8DA3
(139,141,163)
#9799AD
(151,153,173)
#A3A5B7
(163,165,183)
#AFB1C1
(175,177,193)
#BBBDCB
(187,189,203)
#C7C9D5
(199,201,213)
#D3D5DF
(211,213,223)
#DFE1E9
(223,225,233)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73758F color. Also use rgb(115,117,143) instead hex code.

Text Font Color

.myTextColor { color: #73758F; }

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

This text font color is #73758F.


Background Color

.myBgColor { background-color: #73758F; }

<div style="background-color:#73758F">Inner text</div>

This div background color is #73758F.


Border color

.myBorderColor { border: 1px solid #73758F; }

<div style="border:3px solid #73758F">Div</div>

This div border color is #73758F.


Opacity

.myOpacity80 { color: #73758F; opacity: 0.8; }

<p style="color:#73758F;opacity:0.8;">80%</p>

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

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

This text has shadow with #73758F color.

.textShadow {text-shadow: 3px 3px 1px #73758F, 3px 3px 1px red;}

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

This text has shadow with #73758F primary color and red secondary color.


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

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

This text has shadow with #73758F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73758F on black background.


Color preview on white background

This text has color #73758F on white background.



Black color preview on #73758F background

This text has black color on #73758F background.


White color preview on #73758F background

This text has white color on #73758F background.