COLOR #738A97

HEX: #738A97
RGB: (115,138,151)

Color info

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

RGB color model

#738A97 color RGB value is (115,138,151).

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

RGB channels and saturation

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

115
138
151

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

Portions of RGB colors in percentages

R + G + B =
115 + 138 + 151 = 404 (100%)
R 115 of 404 ~ 28.47%
G 138 of 404 ~ 34.16%
B 151 of 404 ~ 37.38%

%28.47
%34.16
%37.38

CMYK color model

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

  • cyan value is 23.84%
  • magenta value is 8.61%
  • 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
%8.61
%0
%40.78

Codes

Color #738A97 in popluar color models

738A97
RGB115138151
HSL202°14.75%52.16%
HSB/HSV202°23.84%59.22%
CMYK23.84%8.61%0.00%
40.78%

Color #738A97 in popluar number systems.

HEX738A97
Decimal115138151
Binary11100111000101010010111
Octal163212227

Shades and tints

Shades of #738A97

#738A97
(115,138,151)
#697E8A
(105,126,138)
#5F727D
(95,114,125)
#556670
(85,102,112)
#4B5A63
(75,90,99)
#414E56
(65,78,86)
#374249
(55,66,73)
#2D363C
(45,54,60)
#232A2F
(35,42,47)
#191E22
(25,30,34)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #738A97

#738A97
(115,138,151)
#7F94A0
(127,148,160)
#8B9EA9
(139,158,169)
#97A8B2
(151,168,178)
#A3B2BB
(163,178,187)
#AFBCC4
(175,188,196)
#BBC6CD
(187,198,205)
#C7D0D6
(199,208,214)
#D3DADF
(211,218,223)
#DFE4E8
(223,228,232)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738A97; }

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

This text font color is #738A97.


Background Color

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

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

This div background color is #738A97.


Border color

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

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

This div border color is #738A97.


Opacity

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

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

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

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

This text has shadow with #738A97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738A97 on black background.


Color preview on white background

This text has color #738A97 on white background.



Black color preview on #738A97 background

This text has black color on #738A97 background.


White color preview on #738A97 background

This text has white color on #738A97 background.