COLOR #73868C

HEX: #73868C RGB: (115,134,140)

Color info

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

RGB color model

#73868C color RGB value is (115,134,140).

RGB: (115,134,140) (45%, 53%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 134 of 255 = 53%
B 140 of 255 = 55%

115
134
140

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

Portions of RGB colors in percentages

R + G + B = 115 + 134 + 140 = 389 (100%)
R 115 of 389 ~ 29.56%
G 134 of 389 ~ 34.45%
B 140 of 389 ~ 35.99'%

%29.56
%34.45
%35.99

CMYK color model

#73868C color CMYK value is (18,4,0,45).

  • cyan value is 17.86%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (18,4,0,45)
C18M4Y0K45 (18%, 4%, 0%, 45%)
(0.18 / 0.04 / 0.00 / 0.45)

CMYK percentages

%17.86
%4.29
%0
%45.1

Codes

Color #73868C in popluar color models

73 86 8C
RGB 115 134 140
HSL 194° 9.80% 50.00%
HSB/HSV 194° 17.86% 54.90%
CMYK 17.86% 4.29% 0.00%
45.10%

Color #73868C in popluar number systems.

HEX 73 86 8C
Decimal 115 134 140
Binary 1110011 10000110 10001100
Octal 163 206 214

Shades and tints

Shades of #73868C

#73868C
(115,134,140)
#697A80
(105,122,128)
#5F6E74
(95,110,116)
#556268
(85,98,104)
#4B565C
(75,86,92)
#414A50
(65,74,80)
#373E44
(55,62,68)
#2D3238
(45,50,56)
#23262C
(35,38,44)
#191A20
(25,26,32)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #73868C

#73868C
(115,134,140)
#7F9196
(127,145,150)
#8B9CA0
(139,156,160)
#97A7AA
(151,167,170)
#A3B2B4
(163,178,180)
#AFBDBE
(175,189,190)
#BBC8C8
(187,200,200)
#C7D3D2
(199,211,210)
#D3DEDC
(211,222,220)
#DFE9E6
(223,233,230)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73868C; }

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

This text font color is #73868C.

Background Color

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

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

This div background color is #73868C.

Border color

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

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

This div border color is #73868C.

Opacity

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

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

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

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

This text has shadow with #73868C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73868C.

Preview

Color preview on black background

This text has color #73868C on black background.


Color preview on white background

This text has color #73868C on white background.


Black color preview on #73868C background

This text has black color on #73868C background.


White color preview on #73868C background

This text has white color on #73868C background.


Related colors

Complementary color

Complementary color for #hex is #8C7973.


I love getcolorcode.com

Triadic colors

1 #8C7386 and #868C73 with #73868C are triadic colors.

2 #8C8673 and #86738C with #73868C are triadic colors.