COLOR #73868E

HEX: #73868E
RGB: (115,134,142)

Color info

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

RGB color model

#73868E color RGB value is (115,134,142).

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

RGB channels and saturation

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

115
134
142

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

Portions of RGB colors in percentages

R + G + B =
115 + 134 + 142 = 391 (100%)
R 115 of 391 ~ 29.41%
G 134 of 391 ~ 34.27%
B 142 of 391 ~ 36.32%

%29.41
%34.27
%36.32

CMYK color model

#73868E color CMYK value is (19,6,0,44).

  • cyan value is 19.01%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(19,6,0,44)
C19M6Y0K44 
(19%,6%,0%,44%)
(0.19/0.06/0.00/0.44)	

CMYK percentages

%19.01
%5.63
%0
%44.31

Codes

Color #73868E in popluar color models

73868E
RGB115134142
HSL198°10.67%50.39%
HSB/HSV198°19.01%55.69%
CMYK19.01%5.63%0.00%
44.31%

Color #73868E in popluar number systems.

HEX73868E
Decimal115134142
Binary11100111000011010001110
Octal163206216

Shades and tints

Shades of #73868E

#73868E
(115,134,142)
#697A82
(105,122,130)
#5F6E76
(95,110,118)
#55626A
(85,98,106)
#4B565E
(75,86,94)
#414A52
(65,74,82)
#373E46
(55,62,70)
#2D323A
(45,50,58)
#23262E
(35,38,46)
#191A22
(25,26,34)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #73868E

#73868E
(115,134,142)
#7F9198
(127,145,152)
#8B9CA2
(139,156,162)
#97A7AC
(151,167,172)
#A3B2B6
(163,178,182)
#AFBDC0
(175,189,192)
#BBC8CA
(187,200,202)
#C7D3D4
(199,211,212)
#D3DEDE
(211,222,222)
#DFE9E8
(223,233,232)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73868E; }

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

This text font color is #73868E.


Background Color

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

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

This div background color is #73868E.


Border color

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

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

This div border color is #73868E.


Opacity

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

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

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

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

This text has shadow with #73868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73868E on black background.


Color preview on white background

This text has color #73868E on white background.



Black color preview on #73868E background

This text has black color on #73868E background.


White color preview on #73868E background

This text has white color on #73868E background.