COLOR #738C9C

HEX: #738C9C
RGB: (115,140,156)

Color info

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

RGB color model

#738C9C color RGB value is (115,140,156).

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

RGB channels and saturation

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

115
140
156

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

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 156 = 411 (100%)
R 115 of 411 ~ 27.98%
G 140 of 411 ~ 34.06%
B 156 of 411 ~ 37.96%

%27.98
%34.06
%37.96

CMYK color model

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

  • cyan value is 26.28%
  • magenta value is 10.26%
  • 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
%10.26
%0
%38.82

Codes

Color #738C9C in popluar color models

738C9C
RGB115140156
HSL203°17.15%53.14%
HSB/HSV203°26.28%61.18%
CMYK26.28%10.26%0.00%
38.82%

Color #738C9C in popluar number systems.

HEX738C9C
Decimal115140156
Binary11100111000110010011100
Octal163214234

Shades and tints

Shades of #738C9C

#738C9C
(115,140,156)
#69808E
(105,128,142)
#5F7480
(95,116,128)
#556872
(85,104,114)
#4B5C64
(75,92,100)
#415056
(65,80,86)
#374448
(55,68,72)
#2D383A
(45,56,58)
#232C2C
(35,44,44)
#19201E
(25,32,30)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #738C9C

#738C9C
(115,140,156)
#7F96A5
(127,150,165)
#8BA0AE
(139,160,174)
#97AAB7
(151,170,183)
#A3B4C0
(163,180,192)
#AFBEC9
(175,190,201)
#BBC8D2
(187,200,210)
#C7D2DB
(199,210,219)
#D3DCE4
(211,220,228)
#DFE6ED
(223,230,237)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738C9C; }

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

This text font color is #738C9C.


Background Color

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

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

This div background color is #738C9C.


Border color

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

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

This div border color is #738C9C.


Opacity

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

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

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

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

This text has shadow with #738C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738C9C on black background.


Color preview on white background

This text has color #738C9C on white background.



Black color preview on #738C9C background

This text has black color on #738C9C background.


White color preview on #738C9C background

This text has white color on #738C9C background.