COLOR #738DA7

HEX: #738DA7
RGB: (115,141,167)

Color info

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

RGB color model

#738DA7 color RGB value is (115,141,167).

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

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 167 of 255 = 65%

115
141
167

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 167 = 423 (100%)
R 115 of 423 ~ 27.19%
G 141 of 423 ~ 33.33%
B 167 of 423 ~ 39.48%

%27.19
%33.33
%39.48

CMYK color model

#738DA7 color CMYK value is (31,16,0,35).

  • cyan value is 31.14%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(31,16,0,35)
C31M16Y0K35 
(31%,16%,0%,35%)
(0.31/0.16/0.00/0.35)	

CMYK percentages

%31.14
%15.57
%0
%34.51

Codes

Color #738DA7 in popluar color models

738DA7
RGB115141167
HSL210°22.81%55.29%
HSB/HSV210°31.14%65.49%
CMYK31.14%15.57%0.00%
34.51%

Color #738DA7 in popluar number systems.

HEX738DA7
Decimal115141167
Binary11100111000110110100111
Octal163215247

Shades and tints

Shades of #738DA7

#738DA7
(115,141,167)
#698198
(105,129,152)
#5F7589
(95,117,137)
#55697A
(85,105,122)
#4B5D6B
(75,93,107)
#41515C
(65,81,92)
#37454D
(55,69,77)
#2D393E
(45,57,62)
#232D2F
(35,45,47)
#192120
(25,33,32)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #738DA7

#738DA7
(115,141,167)
#7F97AF
(127,151,175)
#8BA1B7
(139,161,183)
#97ABBF
(151,171,191)
#A3B5C7
(163,181,199)
#AFBFCF
(175,191,207)
#BBC9D7
(187,201,215)
#C7D3DF
(199,211,223)
#D3DDE7
(211,221,231)
#DFE7EF
(223,231,239)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738DA7; }

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

This text font color is #738DA7.


Background Color

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

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

This div background color is #738DA7.


Border color

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

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

This div border color is #738DA7.


Opacity

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

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

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

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

This text has shadow with #738DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738DA7 on black background.


Color preview on white background

This text has color #738DA7 on white background.



Black color preview on #738DA7 background

This text has black color on #738DA7 background.


White color preview on #738DA7 background

This text has white color on #738DA7 background.