COLOR #73868F

HEX: #73868F
RGB: (115,134,143)

Color info

#73868F contains red, green and blue colors in about the same proportion. Web safe color of #73868F is #669999 (or #699).

RGB color model

#73868F color RGB value is (115,134,143).

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

RGB channels and saturation

R 115 of 255 = 45%
G 134 of 255 = 53%
B 143 of 255 = 56%

115
134
143

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

Portions of RGB colors in percentages

R + G + B =
115 + 134 + 143 = 392 (100%)
R 115 of 392 ~ 29.34%
G 134 of 392 ~ 34.18%
B 143 of 392 ~ 36.48%

%29.34
%34.18
%36.48

CMYK color model

#73868F color CMYK value is (20,6,0,44).

  • cyan value is 19.58%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(20,6,0,44)
C20M6Y0K44 
(20%,6%,0%,44%)
(0.20/0.06/0.00/0.44)	

CMYK percentages

%19.58
%6.29
%0
%43.92

Codes

Color #73868F in popluar color models

73868F
RGB115134143
HSL199°11.11%50.59%
HSB/HSV199°19.58%56.08%
CMYK19.58%6.29%0.00%
43.92%

Color #73868F in popluar number systems.

HEX73868F
Decimal115134143
Binary11100111000011010001111
Octal163206217

Shades and tints

Shades of #73868F

#73868F
(115,134,143)
#697A82
(105,122,130)
#5F6E75
(95,110,117)
#556268
(85,98,104)
#4B565B
(75,86,91)
#414A4E
(65,74,78)
#373E41
(55,62,65)
#2D3234
(45,50,52)
#232627
(35,38,39)
#191A1A
(25,26,26)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #73868F

#73868F
(115,134,143)
#7F9199
(127,145,153)
#8B9CA3
(139,156,163)
#97A7AD
(151,167,173)
#A3B2B7
(163,178,183)
#AFBDC1
(175,189,193)
#BBC8CB
(187,200,203)
#C7D3D5
(199,211,213)
#D3DEDF
(211,222,223)
#DFE9E9
(223,233,233)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73868F; }

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

This text font color is #73868F.


Background Color

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

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

This div background color is #73868F.


Border color

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

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

This div border color is #73868F.


Opacity

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

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

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

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

This text has shadow with #73868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73868F on black background.


Color preview on white background

This text has color #73868F on white background.



Black color preview on #73868F background

This text has black color on #73868F background.


White color preview on #73868F background

This text has white color on #73868F background.