COLOR #737D86

HEX: #737D86
RGB: (115,125,134)

Color info

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

RGB color model

#737D86 color RGB value is (115,125,134).

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

RGB channels and saturation

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

115
125
134

R + G + B ~ 49%. #737D86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 125 + 134 = 374 (100%)
R 115 of 374 ~ 30.75%
G 125 of 374 ~ 33.42%
B 134 of 374 ~ 35.83%

%30.75
%33.42
%35.83

CMYK color model

#737D86 color CMYK value is (14,7,0,47).

  • cyan value is 14.18%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(14,7,0,47)
C14M7Y0K47 
(14%,7%,0%,47%)
(0.14/0.07/0.00/0.47)	

CMYK percentages

%14.18
%6.72
%0
%47.45

Codes

Color #737D86 in popluar color models

737D86
RGB115125134
HSL208°7.63%48.82%
HSB/HSV208°14.18%52.55%
CMYK14.18%6.72%0.00%
47.45%

Color #737D86 in popluar number systems.

HEX737D86
Decimal115125134
Binary1110011111110110000110
Octal163175206

Shades and tints

Shades of #737D86

#737D86
(115,125,134)
#69727A
(105,114,122)
#5F676E
(95,103,110)
#555C62
(85,92,98)
#4B5156
(75,81,86)
#41464A
(65,70,74)
#373B3E
(55,59,62)
#2D3032
(45,48,50)
#232526
(35,37,38)
#191A1A
(25,26,26)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #737D86

#737D86
(115,125,134)
#7F8891
(127,136,145)
#8B939C
(139,147,156)
#979EA7
(151,158,167)
#A3A9B2
(163,169,178)
#AFB4BD
(175,180,189)
#BBBFC8
(187,191,200)
#C7CAD3
(199,202,211)
#D3D5DE
(211,213,222)
#DFE0E9
(223,224,233)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737D86; }

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

This text font color is #737D86.


Background Color

.myBgColor { background-color: #737D86; }

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

This div background color is #737D86.


Border color

.myBorderColor { border: 1px solid #737D86; }

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

This div border color is #737D86.


Opacity

.myOpacity80 { color: #737D86; opacity: 0.8; }

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

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

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

This text has shadow with #737D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D86 on black background.


Color preview on white background

This text has color #737D86 on white background.



Black color preview on #737D86 background

This text has black color on #737D86 background.


White color preview on #737D86 background

This text has white color on #737D86 background.