COLOR #738E96

HEX: #738E96 RGB: (115,142,150)

Color info

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

RGB color model

#738E96 color RGB value is (115,142,150).

RGB: (115,142,150) (45%, 56%, 59%)

RGB channels and saturation

R 115 of 255 = 45%
G 142 of 255 = 56%
B 150 of 255 = 59%

115
142
150

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

Portions of RGB colors in percentages

R + G + B = 115 + 142 + 150 = 407 (100%)
R 115 of 407 ~ 28.26%
G 142 of 407 ~ 34.89%
B 150 of 407 ~ 36.86'%

%28.26
%34.89
%36.86

CMYK color model

#738E96 color CMYK value is (23,5,0,41).

  • cyan value is 23.33%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (23,5,0,41)
C23M5Y0K41 (23%, 5%, 0%, 41%)
(0.23 / 0.05 / 0.00 / 0.41)

CMYK percentages

%23.33
%5.33
%0
%41.18

Codes

Color #738E96 in popluar color models

73 8E 96
RGB 115 142 150
HSL 194° 14.29% 51.96%
HSB/HSV 194° 23.33% 58.82%
CMYK 23.33% 5.33% 0.00%
41.18%

Color #738E96 in popluar number systems.

HEX 73 8E 96
Decimal 115 142 150
Binary 1110011 10001110 10010110
Octal 163 216 226

Shades and tints

Shades of #738E96

#738E96
(115,142,150)
#698289
(105,130,137)
#5F767C
(95,118,124)
#556A6F
(85,106,111)
#4B5E62
(75,94,98)
#415255
(65,82,85)
#374648
(55,70,72)
#2D3A3B
(45,58,59)
#232E2E
(35,46,46)
#192221
(25,34,33)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #738E96

#738E96
(115,142,150)
#7F989F
(127,152,159)
#8BA2A8
(139,162,168)
#97ACB1
(151,172,177)
#A3B6BA
(163,182,186)
#AFC0C3
(175,192,195)
#BBCACC
(187,202,204)
#C7D4D5
(199,212,213)
#D3DEDE
(211,222,222)
#DFE8E7
(223,232,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738E96 color. Also use rgb(115,142,150) instead hex code.

Text Font Color

.myTextColor { color: #738E96; }

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

This text font color is #738E96.

Background Color

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

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

This div background color is #738E96.

Border color

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

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

This div border color is #738E96.

Opacity

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

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

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

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

This text has shadow with #738E96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738E96.

Preview

Color preview on black background

This text has color #738E96 on black background.


Color preview on white background

This text has color #738E96 on white background.


Black color preview on #738E96 background

This text has black color on #738E96 background.


White color preview on #738E96 background

This text has white color on #738E96 background.


Related colors

Complementary color

Complementary color for #hex is #8C7169.


I love getcolorcode.com

Triadic colors

1 #96738E and #8E9673 with #738E96 are triadic colors.

2 #968E73 and #8E7396 with #738E96 are triadic colors.