COLOR #738D9C

HEX: #738D9C
RGB: (115,141,156)

Color info

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

RGB color model

#738D9C color RGB value is (115,141,156).

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

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 156 of 255 = 61%

115
141
156

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 156 = 412 (100%)
R 115 of 412 ~ 27.91%
G 141 of 412 ~ 34.22%
B 156 of 412 ~ 37.86%

%27.91
%34.22
%37.86

CMYK color model

#738D9C color CMYK value is (26,10,0,39).

  • cyan value is 26.28%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(26,10,0,39)
C26M10Y0K39 
(26%,10%,0%,39%)
(0.26/0.10/0.00/0.39)	

CMYK percentages

%26.28
%9.62
%0
%38.82

Codes

Color #738D9C in popluar color models

738D9C
RGB115141156
HSL202°17.15%53.14%
HSB/HSV202°26.28%61.18%
CMYK26.28%9.62%0.00%
38.82%

Color #738D9C in popluar number systems.

HEX738D9C
Decimal115141156
Binary11100111000110110011100
Octal163215234

Shades and tints

Shades of #738D9C

#738D9C
(115,141,156)
#69818E
(105,129,142)
#5F7580
(95,117,128)
#556972
(85,105,114)
#4B5D64
(75,93,100)
#415156
(65,81,86)
#374548
(55,69,72)
#2D393A
(45,57,58)
#232D2C
(35,45,44)
#19211E
(25,33,30)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #738D9C

#738D9C
(115,141,156)
#7F97A5
(127,151,165)
#8BA1AE
(139,161,174)
#97ABB7
(151,171,183)
#A3B5C0
(163,181,192)
#AFBFC9
(175,191,201)
#BBC9D2
(187,201,210)
#C7D3DB
(199,211,219)
#D3DDE4
(211,221,228)
#DFE7ED
(223,231,237)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738D9C; }

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

This text font color is #738D9C.


Background Color

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

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

This div background color is #738D9C.


Border color

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

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

This div border color is #738D9C.


Opacity

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

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

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

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

This text has shadow with #738D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D9C on black background.


Color preview on white background

This text has color #738D9C on white background.



Black color preview on #738D9C background

This text has black color on #738D9C background.


White color preview on #738D9C background

This text has white color on #738D9C background.