COLOR #738D97

HEX: #738D97
RGB: (115,141,151)

Color info

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

RGB color model

#738D97 color RGB value is (115,141,151).

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

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 151 of 255 = 59%

115
141
151

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 151 = 407 (100%)
R 115 of 407 ~ 28.26%
G 141 of 407 ~ 34.64%
B 151 of 407 ~ 37.1%

%28.26
%34.64
%37.1

CMYK color model

#738D97 color CMYK value is (24,7,0,41).

  • cyan value is 23.84%
  • magenta value is 6.62%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(24,7,0,41)
C24M7Y0K41 
(24%,7%,0%,41%)
(0.24/0.07/0.00/0.41)	

CMYK percentages

%23.84
%6.62
%0
%40.78

Codes

Color #738D97 in popluar color models

738D97
RGB115141151
HSL197°14.75%52.16%
HSB/HSV197°23.84%59.22%
CMYK23.84%6.62%0.00%
40.78%

Color #738D97 in popluar number systems.

HEX738D97
Decimal115141151
Binary11100111000110110010111
Octal163215227

Shades and tints

Shades of #738D97

#738D97
(115,141,151)
#69818A
(105,129,138)
#5F757D
(95,117,125)
#556970
(85,105,112)
#4B5D63
(75,93,99)
#415156
(65,81,86)
#374549
(55,69,73)
#2D393C
(45,57,60)
#232D2F
(35,45,47)
#192122
(25,33,34)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #738D97

#738D97
(115,141,151)
#7F97A0
(127,151,160)
#8BA1A9
(139,161,169)
#97ABB2
(151,171,178)
#A3B5BB
(163,181,187)
#AFBFC4
(175,191,196)
#BBC9CD
(187,201,205)
#C7D3D6
(199,211,214)
#D3DDDF
(211,221,223)
#DFE7E8
(223,231,232)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738D97; }

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

This text font color is #738D97.


Background Color

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

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

This div background color is #738D97.


Border color

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

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

This div border color is #738D97.


Opacity

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

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

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

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

This text has shadow with #738D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D97 on black background.


Color preview on white background

This text has color #738D97 on white background.



Black color preview on #738D97 background

This text has black color on #738D97 background.


White color preview on #738D97 background

This text has white color on #738D97 background.