COLOR #738C86

HEX: #738C86
RGB: (115,140,134)

Color info

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

RGB color model

#738C86 color RGB value is (115,140,134).

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

RGB channels and saturation

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

115
140
134

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

Portions of RGB colors in percentages

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

%29.56
%35.99
%34.45

CMYK color model

#738C86 color CMYK value is (18,0,4,45).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 45.10%
CMYK:
(18,0,4,45)
C18M0Y4K45 
(18%,0%,4%,45%)
(0.18/0.00/0.04/0.45)	

CMYK percentages

%17.86
%0
%4.29
%45.1

Codes

Color #738C86 in popluar color models

738C86
RGB115140134
HSL166°9.80%50.00%
HSB/HSV166°17.86%54.90%
CMYK17.86%0.00%4.29%
45.10%

Color #738C86 in popluar number systems.

HEX738C86
Decimal115140134
Binary11100111000110010000110
Octal163214206

Shades and tints

Shades of #738C86

#738C86
(115,140,134)
#69807A
(105,128,122)
#5F746E
(95,116,110)
#556862
(85,104,98)
#4B5C56
(75,92,86)
#41504A
(65,80,74)
#37443E
(55,68,62)
#2D3832
(45,56,50)
#232C26
(35,44,38)
#19201A
(25,32,26)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #738C86

#738C86
(115,140,134)
#7F9691
(127,150,145)
#8BA09C
(139,160,156)
#97AAA7
(151,170,167)
#A3B4B2
(163,180,178)
#AFBEBD
(175,190,189)
#BBC8C8
(187,200,200)
#C7D2D3
(199,210,211)
#D3DCDE
(211,220,222)
#DFE6E9
(223,230,233)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738C86; }

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

This text font color is #738C86.


Background Color

.myBgColor { background-color: #738C86; }

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

This div background color is #738C86.


Border color

.myBorderColor { border: 1px solid #738C86; }

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

This div border color is #738C86.


Opacity

.myOpacity80 { color: #738C86; opacity: 0.8; }

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

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

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

This text has shadow with #738C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738C86 on black background.


Color preview on white background

This text has color #738C86 on white background.



Black color preview on #738C86 background

This text has black color on #738C86 background.


White color preview on #738C86 background

This text has white color on #738C86 background.