COLOR #73617C

HEX: #73617C
RGB: (115,97,124)

Color info

#73617C contains red, green and blue colors in about the same proportion. Web safe color of #73617C is #666666 (or #666).

RGB color model

#73617C color RGB value is (115,97,124).

  • red value is 115;
  • green value is 97;
  • blue value is 124.
RGB:
(115,97,124)
(45%,38%,49%)

RGB channels and saturation

R 115 of 255 = 45%
G 97 of 255 = 38%
B 124 of 255 = 49%

115
97
124

R + G + B ~ 44%. #73617C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 97 + 124 = 336 (100%)
R 115 of 336 ~ 34.23%
G 97 of 336 ~ 28.87%
B 124 of 336 ~ 36.9%

%34.23
%28.87
%36.9

CMYK color model

#73617C color CMYK value is (7,22,0,51).

  • cyan value is 7.26%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(7,22,0,51)
C7M22Y0K51 
(7%,22%,0%,51%)
(0.07/0.22/0.00/0.51)	

CMYK percentages

%7.26
%21.77
%0
%51.37

Codes

Color #73617C in popluar color models

73617C
RGB11597124
HSL280°12.22%43.33%
HSB/HSV280°21.77%48.63%
CMYK7.26%21.77%0.00%
51.37%

Color #73617C in popluar number systems.

HEX73617C
Decimal11597124
Binary111001111000011111100
Octal163141174

Shades and tints

Shades of #73617C

#73617C
(115,97,124)
#695971
(105,89,113)
#5F5166
(95,81,102)
#55495B
(85,73,91)
#4B4150
(75,65,80)
#413945
(65,57,69)
#37313A
(55,49,58)
#2D292F
(45,41,47)
#232124
(35,33,36)
#191919
(25,25,25)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #73617C

#73617C
(115,97,124)
#7F6F87
(127,111,135)
#8B7D92
(139,125,146)
#978B9D
(151,139,157)
#A399A8
(163,153,168)
#AFA7B3
(175,167,179)
#BBB5BE
(187,181,190)
#C7C3C9
(199,195,201)
#D3D1D4
(211,209,212)
#DFDFDF
(223,223,223)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73617C color. Also use rgb(115,97,124) instead hex code.

Text Font Color

.myTextColor { color: #73617C; }

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

This text font color is #73617C.


Background Color

.myBgColor { background-color: #73617C; }

<div style="background-color:#73617C">Inner text</div>

This div background color is #73617C.


Border color

.myBorderColor { border: 1px solid #73617C; }

<div style="border:3px solid #73617C">Div</div>

This div border color is #73617C.


Opacity

.myOpacity80 { color: #73617C; opacity: 0.8; }

<p style="color:#73617C;opacity:0.8;">80%</p>

Text with #73617C 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 #73617C;}

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

This text has shadow with #73617C color.

.textShadow {text-shadow: 3px 3px 1px #73617C, 3px 3px 1px red;}

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

This text has shadow with #73617C primary color and red secondary color.


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

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

This text has shadow with #73617C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73617C on black background.


Color preview on white background

This text has color #73617C on white background.



Black color preview on #73617C background

This text has black color on #73617C background.


White color preview on #73617C background

This text has white color on #73617C background.