COLOR #73758B

HEX: #73758B
RGB: (115,117,139)

Color info

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

RGB color model

#73758B color RGB value is (115,117,139).

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

RGB channels and saturation

R 115 of 255 = 45%
G 117 of 255 = 46%
B 139 of 255 = 55%

115
117
139

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

Portions of RGB colors in percentages

R + G + B =
115 + 117 + 139 = 371 (100%)
R 115 of 371 ~ 31%
G 117 of 371 ~ 31.54%
B 139 of 371 ~ 37.47%

%31
%31.54
%37.47

CMYK color model

#73758B color CMYK value is (17,16,0,45).

  • cyan value is 17.27%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,16,0,45)
C17M16Y0K45 
(17%,16%,0%,45%)
(0.17/0.16/0.00/0.45)	

CMYK percentages

%17.27
%15.83
%0
%45.49

Codes

Color #73758B in popluar color models

73758B
RGB115117139
HSL235°9.45%49.80%
HSB/HSV235°17.27%54.51%
CMYK17.27%15.83%0.00%
45.49%

Color #73758B in popluar number systems.

HEX73758B
Decimal115117139
Binary1110011111010110001011
Octal163165213

Shades and tints

Shades of #73758B

#73758B
(115,117,139)
#696B7F
(105,107,127)
#5F6173
(95,97,115)
#555767
(85,87,103)
#4B4D5B
(75,77,91)
#41434F
(65,67,79)
#373943
(55,57,67)
#2D2F37
(45,47,55)
#23252B
(35,37,43)
#191B1F
(25,27,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #73758B

#73758B
(115,117,139)
#7F8195
(127,129,149)
#8B8D9F
(139,141,159)
#9799A9
(151,153,169)
#A3A5B3
(163,165,179)
#AFB1BD
(175,177,189)
#BBBDC7
(187,189,199)
#C7C9D1
(199,201,209)
#D3D5DB
(211,213,219)
#DFE1E5
(223,225,229)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73758B; }

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

This text font color is #73758B.


Background Color

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

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

This div background color is #73758B.


Border color

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

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

This div border color is #73758B.


Opacity

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

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

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

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

This text has shadow with #73758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73758B on black background.


Color preview on white background

This text has color #73758B on white background.



Black color preview on #73758B background

This text has black color on #73758B background.


White color preview on #73758B background

This text has white color on #73758B background.