COLOR #738496

HEX: #738496
RGB: (115,132,150)

Color info

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

RGB color model

#738496 color RGB value is (115,132,150).

  • red value is 115;
  • green value is 132;
  • blue value is 150.
RGB:
(115,132,150)
(45%,52%,59%)

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 150 of 255 = 59%

115
132
150

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 150 = 397 (100%)
R 115 of 397 ~ 28.97%
G 132 of 397 ~ 33.25%
B 150 of 397 ~ 37.78%

%28.97
%33.25
%37.78

CMYK color model

#738496 color CMYK value is (23,12,0,41).

  • cyan value is 23.33%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(23,12,0,41)
C23M12Y0K41 
(23%,12%,0%,41%)
(0.23/0.12/0.00/0.41)	

CMYK percentages

%23.33
%12
%0
%41.18

Codes

Color #738496 in popluar color models

738496
RGB115132150
HSL211°14.29%51.96%
HSB/HSV211°23.33%58.82%
CMYK23.33%12.00%0.00%
41.18%

Color #738496 in popluar number systems.

HEX738496
Decimal115132150
Binary11100111000010010010110
Octal163204226

Shades and tints

Shades of #738496

#738496
(115,132,150)
#697889
(105,120,137)
#5F6C7C
(95,108,124)
#55606F
(85,96,111)
#4B5462
(75,84,98)
#414855
(65,72,85)
#373C48
(55,60,72)
#2D303B
(45,48,59)
#23242E
(35,36,46)
#191821
(25,24,33)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #738496

#738496
(115,132,150)
#7F8F9F
(127,143,159)
#8B9AA8
(139,154,168)
#97A5B1
(151,165,177)
#A3B0BA
(163,176,186)
#AFBBC3
(175,187,195)
#BBC6CC
(187,198,204)
#C7D1D5
(199,209,213)
#D3DCDE
(211,220,222)
#DFE7E7
(223,231,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738496; }

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

This text font color is #738496.


Background Color

.myBgColor { background-color: #738496; }

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

This div background color is #738496.


Border color

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

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

This div border color is #738496.


Opacity

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

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

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

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

This text has shadow with #738496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738496 on black background.


Color preview on white background

This text has color #738496 on white background.



Black color preview on #738496 background

This text has black color on #738496 background.


White color preview on #738496 background

This text has white color on #738496 background.