COLOR #738B9D

HEX: #738B9D
RGB: (115,139,157)

Color info

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

RGB color model

#738B9D color RGB value is (115,139,157).

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

RGB channels and saturation

R 115 of 255 = 45%
G 139 of 255 = 55%
B 157 of 255 = 62%

115
139
157

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

Portions of RGB colors in percentages

R + G + B =
115 + 139 + 157 = 411 (100%)
R 115 of 411 ~ 27.98%
G 139 of 411 ~ 33.82%
B 157 of 411 ~ 38.2%

%27.98
%33.82
%38.2

CMYK color model

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

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

CMYK percentages

%26.75
%11.46
%0
%38.43

Codes

Color #738B9D in popluar color models

738B9D
RGB115139157
HSL206°17.65%53.33%
HSB/HSV206°26.75%61.57%
CMYK26.75%11.46%0.00%
38.43%

Color #738B9D in popluar number systems.

HEX738B9D
Decimal115139157
Binary11100111000101110011101
Octal163213235

Shades and tints

Shades of #738B9D

#738B9D
(115,139,157)
#697F8F
(105,127,143)
#5F7381
(95,115,129)
#556773
(85,103,115)
#4B5B65
(75,91,101)
#414F57
(65,79,87)
#374349
(55,67,73)
#2D373B
(45,55,59)
#232B2D
(35,43,45)
#191F1F
(25,31,31)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #738B9D

#738B9D
(115,139,157)
#7F95A5
(127,149,165)
#8B9FAD
(139,159,173)
#97A9B5
(151,169,181)
#A3B3BD
(163,179,189)
#AFBDC5
(175,189,197)
#BBC7CD
(187,199,205)
#C7D1D5
(199,209,213)
#D3DBDD
(211,219,221)
#DFE5E5
(223,229,229)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738B9D color. Also use rgb(115,139,157) instead hex code.

Text Font Color

.myTextColor { color: #738B9D; }

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

This text font color is #738B9D.


Background Color

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

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

This div background color is #738B9D.


Border color

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

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

This div border color is #738B9D.


Opacity

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

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

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

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

This text has shadow with #738B9D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #738B9D on black background.


Color preview on white background

This text has color #738B9D on white background.



Black color preview on #738B9D background

This text has black color on #738B9D background.


White color preview on #738B9D background

This text has white color on #738B9D background.