COLOR #738397

HEX: #738397
RGB: (115,131,151)

Color info

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

RGB color model

#738397 color RGB value is (115,131,151).

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

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 151 of 255 = 59%

115
131
151

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 151 = 397 (100%)
R 115 of 397 ~ 28.97%
G 131 of 397 ~ 33%
B 151 of 397 ~ 38.04%

%28.97
%33
%38.04

CMYK color model

#738397 color CMYK value is (24,13,0,41).

  • cyan value is 23.84%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(24,13,0,41)
C24M13Y0K41 
(24%,13%,0%,41%)
(0.24/0.13/0.00/0.41)	

CMYK percentages

%23.84
%13.25
%0
%40.78

Codes

Color #738397 in popluar color models

738397
RGB115131151
HSL213°14.75%52.16%
HSB/HSV213°23.84%59.22%
CMYK23.84%13.25%0.00%
40.78%

Color #738397 in popluar number systems.

HEX738397
Decimal115131151
Binary11100111000001110010111
Octal163203227

Shades and tints

Shades of #738397

#738397
(115,131,151)
#69788A
(105,120,138)
#5F6D7D
(95,109,125)
#556270
(85,98,112)
#4B5763
(75,87,99)
#414C56
(65,76,86)
#374149
(55,65,73)
#2D363C
(45,54,60)
#232B2F
(35,43,47)
#192022
(25,32,34)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #738397

#738397
(115,131,151)
#7F8EA0
(127,142,160)
#8B99A9
(139,153,169)
#97A4B2
(151,164,178)
#A3AFBB
(163,175,187)
#AFBAC4
(175,186,196)
#BBC5CD
(187,197,205)
#C7D0D6
(199,208,214)
#D3DBDF
(211,219,223)
#DFE6E8
(223,230,232)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738397; }

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

This text font color is #738397.


Background Color

.myBgColor { background-color: #738397; }

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

This div background color is #738397.


Border color

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

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

This div border color is #738397.


Opacity

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

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

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

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

This text has shadow with #738397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738397 on black background.


Color preview on white background

This text has color #738397 on white background.



Black color preview on #738397 background

This text has black color on #738397 background.


White color preview on #738397 background

This text has white color on #738397 background.