COLOR #738686

HEX: #738686 RGB: (115,134,134)

Color info

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

RGB color model

#738686 color RGB value is (115,134,134).

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

RGB channels and saturation

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

115
134
134

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

Portions of RGB colors in percentages

R + G + B = 115 + 134 + 134 = 383 (100%)
R 115 of 383 ~ 30.03%
G 134 of 383 ~ 34.99%
B 134 of 383 ~ 34.99'%

%30.03
%34.99
%34.99

CMYK color model

#738686 color CMYK value is (14,0,0,47).

  • cyan value is 14.18%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (14,0,0,47)
C14M0Y0K47 (14%, 0%, 0%, 47%)
(0.14 / 0.00 / 0.00 / 0.47)

CMYK percentages

%14.18
%0
%0
%47.45

Codes

Color #738686 in popluar color models

73 86 86
RGB 115 134 134
HSL 180° 7.63% 48.82%
HSB/HSV 180° 14.18% 52.55%
CMYK 14.18% 0.00% 0.00%
47.45%

Color #738686 in popluar number systems.

HEX 73 86 86
Decimal 115 134 134
Binary 1110011 10000110 10000110
Octal 163 206 206

Shades and tints

Shades of #738686

#738686
(115,134,134)
#697A7A
(105,122,122)
#5F6E6E
(95,110,110)
#556262
(85,98,98)
#4B5656
(75,86,86)
#414A4A
(65,74,74)
#373E3E
(55,62,62)
#2D3232
(45,50,50)
#232626
(35,38,38)
#191A1A
(25,26,26)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #738686

#738686
(115,134,134)
#7F9191
(127,145,145)
#8B9C9C
(139,156,156)
#97A7A7
(151,167,167)
#A3B2B2
(163,178,178)
#AFBDBD
(175,189,189)
#BBC8C8
(187,200,200)
#C7D3D3
(199,211,211)
#D3DEDE
(211,222,222)
#DFE9E9
(223,233,233)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738686; }

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

This text font color is #738686.

Background Color

.myBgColor { background-color: #738686; }

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

This div background color is #738686.

Border color

.myBorderColor { border: 1px solid #738686; }

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

This div border color is #738686.

Opacity

.myOpacity80 { color: #738686; opacity: 0.8; }

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

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

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

This text has shadow with #738686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738686.

Preview

Color preview on black background

This text has color #738686 on black background.


Color preview on white background

This text has color #738686 on white background.


Black color preview on #738686 background

This text has black color on #738686 background.


White color preview on #738686 background

This text has white color on #738686 background.


Related colors

Complementary color

Complementary color for #hex is #8C7979.


I love getcolorcode.com