COLOR #73687B

HEX: #73687B
RGB: (115,104,123)

Color info

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

RGB color model

#73687B color RGB value is (115,104,123).

  • red value is 115;
  • green value is 104;
  • blue value is 123.
RGB:
(115,104,123)
(45%,41%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 123 of 255 = 48%

115
104
123

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

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 123 = 342 (100%)
R 115 of 342 ~ 33.63%
G 104 of 342 ~ 30.41%
B 123 of 342 ~ 35.96%

%33.63
%30.41
%35.96

CMYK color model

#73687B color CMYK value is (7,15,0,52).

  • cyan value is 6.50%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,15,0,52)
C7M15Y0K52 
(7%,15%,0%,52%)
(0.07/0.15/0.00/0.52)	

CMYK percentages

%6.5
%15.45
%0
%51.76

Codes

Color #73687B in popluar color models

73687B
RGB115104123
HSL275°8.37%44.51%
HSB/HSV275°15.45%48.24%
CMYK6.50%15.45%0.00%
51.76%

Color #73687B in popluar number systems.

HEX73687B
Decimal115104123
Binary111001111010001111011
Octal163150173

Shades and tints

Shades of #73687B

#73687B
(115,104,123)
#695F70
(105,95,112)
#5F5665
(95,86,101)
#554D5A
(85,77,90)
#4B444F
(75,68,79)
#413B44
(65,59,68)
#373239
(55,50,57)
#2D292E
(45,41,46)
#232023
(35,32,35)
#191718
(25,23,24)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #73687B

#73687B
(115,104,123)
#7F7587
(127,117,135)
#8B8293
(139,130,147)
#978F9F
(151,143,159)
#A39CAB
(163,156,171)
#AFA9B7
(175,169,183)
#BBB6C3
(187,182,195)
#C7C3CF
(199,195,207)
#D3D0DB
(211,208,219)
#DFDDE7
(223,221,231)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73687B color. Also use rgb(115,104,123) instead hex code.

Text Font Color

.myTextColor { color: #73687B; }

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

This text font color is #73687B.


Background Color

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

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

This div background color is #73687B.


Border color

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

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

This div border color is #73687B.


Opacity

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

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

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

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

This text has shadow with #73687B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73687B on black background.


Color preview on white background

This text has color #73687B on white background.



Black color preview on #73687B background

This text has black color on #73687B background.


White color preview on #73687B background

This text has white color on #73687B background.