COLOR #738997

HEX: #738997
RGB: (115,137,151)

Color info

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

RGB color model

#738997 color RGB value is (115,137,151).

  • red value is 115;
  • green value is 137;
  • blue value is 151.
RGB:
(115,137,151)
(45%,54%,59%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 151 of 255 = 59%

115
137
151

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

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 151 = 403 (100%)
R 115 of 403 ~ 28.54%
G 137 of 403 ~ 34%
B 151 of 403 ~ 37.47%

%28.54
%34
%37.47

CMYK color model

#738997 color CMYK value is (24,9,0,41).

  • cyan value is 23.84%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(24,9,0,41)
C24M9Y0K41 
(24%,9%,0%,41%)
(0.24/0.09/0.00/0.41)	

CMYK percentages

%23.84
%9.27
%0
%40.78

Codes

Color #738997 in popluar color models

738997
RGB115137151
HSL203°14.75%52.16%
HSB/HSV203°23.84%59.22%
CMYK23.84%9.27%0.00%
40.78%

Color #738997 in popluar number systems.

HEX738997
Decimal115137151
Binary11100111000100110010111
Octal163211227

Shades and tints

Shades of #738997

#738997
(115,137,151)
#697D8A
(105,125,138)
#5F717D
(95,113,125)
#556570
(85,101,112)
#4B5963
(75,89,99)
#414D56
(65,77,86)
#374149
(55,65,73)
#2D353C
(45,53,60)
#23292F
(35,41,47)
#191D22
(25,29,34)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #738997

#738997
(115,137,151)
#7F93A0
(127,147,160)
#8B9DA9
(139,157,169)
#97A7B2
(151,167,178)
#A3B1BB
(163,177,187)
#AFBBC4
(175,187,196)
#BBC5CD
(187,197,205)
#C7CFD6
(199,207,214)
#D3D9DF
(211,217,223)
#DFE3E8
(223,227,232)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738997 color. Also use rgb(115,137,151) instead hex code.

Text Font Color

.myTextColor { color: #738997; }

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

This text font color is #738997.


Background Color

.myBgColor { background-color: #738997; }

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

This div background color is #738997.


Border color

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

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

This div border color is #738997.


Opacity

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

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

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

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

This text has shadow with #738997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738997 on black background.


Color preview on white background

This text has color #738997 on white background.



Black color preview on #738997 background

This text has black color on #738997 background.


White color preview on #738997 background

This text has white color on #738997 background.