COLOR #738C9E

HEX: #738C9E
RGB: (115,140,158)

Color info

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

RGB color model

#738C9E color RGB value is (115,140,158).

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

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 158 of 255 = 62%

115
140
158

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

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 158 = 413 (100%)
R 115 of 413 ~ 27.85%
G 140 of 413 ~ 33.9%
B 158 of 413 ~ 38.26%

%27.85
%33.9
%38.26

CMYK color model

#738C9E color CMYK value is (27,11,0,38).

  • cyan value is 27.22%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,11,0,38)
C27M11Y0K38 
(27%,11%,0%,38%)
(0.27/0.11/0.00/0.38)	

CMYK percentages

%27.22
%11.39
%0
%38.04

Codes

Color #738C9E in popluar color models

738C9E
RGB115140158
HSL205°18.14%53.53%
HSB/HSV205°27.22%61.96%
CMYK27.22%11.39%0.00%
38.04%

Color #738C9E in popluar number systems.

HEX738C9E
Decimal115140158
Binary11100111000110010011110
Octal163214236

Shades and tints

Shades of #738C9E

#738C9E
(115,140,158)
#698090
(105,128,144)
#5F7482
(95,116,130)
#556874
(85,104,116)
#4B5C66
(75,92,102)
#415058
(65,80,88)
#37444A
(55,68,74)
#2D383C
(45,56,60)
#232C2E
(35,44,46)
#192020
(25,32,32)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #738C9E

#738C9E
(115,140,158)
#7F96A6
(127,150,166)
#8BA0AE
(139,160,174)
#97AAB6
(151,170,182)
#A3B4BE
(163,180,190)
#AFBEC6
(175,190,198)
#BBC8CE
(187,200,206)
#C7D2D6
(199,210,214)
#D3DCDE
(211,220,222)
#DFE6E6
(223,230,230)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738C9E; }

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

This text font color is #738C9E.


Background Color

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

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

This div background color is #738C9E.


Border color

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

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

This div border color is #738C9E.


Opacity

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

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

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

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

This text has shadow with #738C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738C9E on black background.


Color preview on white background

This text has color #738C9E on white background.



Black color preview on #738C9E background

This text has black color on #738C9E background.


White color preview on #738C9E background

This text has white color on #738C9E background.