COLOR #738687

HEX: #738687
RGB: (115,134,135)

Color info

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

RGB color model

#738687 color RGB value is (115,134,135).

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

RGB channels and saturation

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

115
134
135

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

Portions of RGB colors in percentages

R + G + B =
115 + 134 + 135 = 384 (100%)
R 115 of 384 ~ 29.95%
G 134 of 384 ~ 34.9%
B 135 of 384 ~ 35.16%

%29.95
%34.9
%35.16

CMYK color model

#738687 color CMYK value is (15,1,0,47).

  • cyan value is 14.81%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(15,1,0,47)
C15M1Y0K47 
(15%,1%,0%,47%)
(0.15/0.01/0.00/0.47)	

CMYK percentages

%14.81
%0.74
%0
%47.06

Codes

Color #738687 in popluar color models

738687
RGB115134135
HSL183°8.00%49.02%
HSB/HSV183°14.81%52.94%
CMYK14.81%0.74%0.00%
47.06%

Color #738687 in popluar number systems.

HEX738687
Decimal115134135
Binary11100111000011010000111
Octal163206207

Shades and tints

Shades of #738687

#738687
(115,134,135)
#697A7B
(105,122,123)
#5F6E6F
(95,110,111)
#556263
(85,98,99)
#4B5657
(75,86,87)
#414A4B
(65,74,75)
#373E3F
(55,62,63)
#2D3233
(45,50,51)
#232627
(35,38,39)
#191A1B
(25,26,27)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #738687

#738687
(115,134,135)
#7F9191
(127,145,145)
#8B9C9B
(139,156,155)
#97A7A5
(151,167,165)
#A3B2AF
(163,178,175)
#AFBDB9
(175,189,185)
#BBC8C3
(187,200,195)
#C7D3CD
(199,211,205)
#D3DED7
(211,222,215)
#DFE9E1
(223,233,225)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738687; }

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

This text font color is #738687.


Background Color

.myBgColor { background-color: #738687; }

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

This div background color is #738687.


Border color

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

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

This div border color is #738687.


Opacity

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

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

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

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

This text has shadow with #738687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738687 on black background.


Color preview on white background

This text has color #738687 on white background.



Black color preview on #738687 background

This text has black color on #738687 background.


White color preview on #738687 background

This text has white color on #738687 background.