COLOR #737686

HEX: #737686
RGB: (115,118,134)

Color info

#737686 contains red, green and blue colors in about the same proportion. Web safe color of #737686 is #666699 (or #669).

RGB color model

#737686 color RGB value is (115,118,134).

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

RGB channels and saturation

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

115
118
134

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

Portions of RGB colors in percentages

R + G + B =
115 + 118 + 134 = 367 (100%)
R 115 of 367 ~ 31.34%
G 118 of 367 ~ 32.15%
B 134 of 367 ~ 36.51%

%31.34
%32.15
%36.51

CMYK color model

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

  • cyan value is 14.18%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(14,12,0,47)
C14M12Y0K47 
(14%,12%,0%,47%)
(0.14/0.12/0.00/0.47)	

CMYK percentages

%14.18
%11.94
%0
%47.45

Codes

Color #737686 in popluar color models

737686
RGB115118134
HSL231°7.63%48.82%
HSB/HSV231°14.18%52.55%
CMYK14.18%11.94%0.00%
47.45%

Color #737686 in popluar number systems.

HEX737686
Decimal115118134
Binary1110011111011010000110
Octal163166206

Shades and tints

Shades of #737686

#737686
(115,118,134)
#696C7A
(105,108,122)
#5F626E
(95,98,110)
#555862
(85,88,98)
#4B4E56
(75,78,86)
#41444A
(65,68,74)
#373A3E
(55,58,62)
#2D3032
(45,48,50)
#232626
(35,38,38)
#191C1A
(25,28,26)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #737686

#737686
(115,118,134)
#7F8291
(127,130,145)
#8B8E9C
(139,142,156)
#979AA7
(151,154,167)
#A3A6B2
(163,166,178)
#AFB2BD
(175,178,189)
#BBBEC8
(187,190,200)
#C7CAD3
(199,202,211)
#D3D6DE
(211,214,222)
#DFE2E9
(223,226,233)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737686; }

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

This text font color is #737686.


Background Color

.myBgColor { background-color: #737686; }

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

This div background color is #737686.


Border color

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

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

This div border color is #737686.


Opacity

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

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

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

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

This text has shadow with #737686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737686 on black background.


Color preview on white background

This text has color #737686 on white background.



Black color preview on #737686 background

This text has black color on #737686 background.


White color preview on #737686 background

This text has white color on #737686 background.