COLOR #738495

HEX: #738495
RGB: (115,132,149)

Color info

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

RGB color model

#738495 color RGB value is (115,132,149).

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

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 149 of 255 = 58%

115
132
149

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 149 = 396 (100%)
R 115 of 396 ~ 29.04%
G 132 of 396 ~ 33.33%
B 149 of 396 ~ 37.63%

%29.04
%33.33
%37.63

CMYK color model

#738495 color CMYK value is (23,11,0,42).

  • cyan value is 22.82%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(23,11,0,42)
C23M11Y0K42 
(23%,11%,0%,42%)
(0.23/0.11/0.00/0.42)	

CMYK percentages

%22.82
%11.41
%0
%41.57

Codes

Color #738495 in popluar color models

738495
RGB115132149
HSL210°13.82%51.76%
HSB/HSV210°22.82%58.43%
CMYK22.82%11.41%0.00%
41.57%

Color #738495 in popluar number systems.

HEX738495
Decimal115132149
Binary11100111000010010010101
Octal163204225

Shades and tints

Shades of #738495

#738495
(115,132,149)
#697888
(105,120,136)
#5F6C7B
(95,108,123)
#55606E
(85,96,110)
#4B5461
(75,84,97)
#414854
(65,72,84)
#373C47
(55,60,71)
#2D303A
(45,48,58)
#23242D
(35,36,45)
#191820
(25,24,32)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #738495

#738495
(115,132,149)
#7F8F9E
(127,143,158)
#8B9AA7
(139,154,167)
#97A5B0
(151,165,176)
#A3B0B9
(163,176,185)
#AFBBC2
(175,187,194)
#BBC6CB
(187,198,203)
#C7D1D4
(199,209,212)
#D3DCDD
(211,220,221)
#DFE7E6
(223,231,230)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738495; }

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

This text font color is #738495.


Background Color

.myBgColor { background-color: #738495; }

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

This div background color is #738495.


Border color

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

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

This div border color is #738495.


Opacity

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

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

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

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

This text has shadow with #738495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738495 on black background.


Color preview on white background

This text has color #738495 on white background.



Black color preview on #738495 background

This text has black color on #738495 background.


White color preview on #738495 background

This text has white color on #738495 background.