COLOR #738992

HEX: #738992
RGB: (115,137,146)

Color info

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

RGB color model

#738992 color RGB value is (115,137,146).

  • red value is 115;
  • green value is 137;
  • blue value is 146.
RGB:
(115,137,146)
(45%,54%,57%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 146 of 255 = 57%

115
137
146

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

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 146 = 398 (100%)
R 115 of 398 ~ 28.89%
G 137 of 398 ~ 34.42%
B 146 of 398 ~ 36.68%

%28.89
%34.42
%36.68

CMYK color model

#738992 color CMYK value is (21,6,0,43).

  • cyan value is 21.23%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(21,6,0,43)
C21M6Y0K43 
(21%,6%,0%,43%)
(0.21/0.06/0.00/0.43)	

CMYK percentages

%21.23
%6.16
%0
%42.75

Codes

Color #738992 in popluar color models

738992
RGB115137146
HSL197°12.45%51.18%
HSB/HSV197°21.23%57.25%
CMYK21.23%6.16%0.00%
42.75%

Color #738992 in popluar number systems.

HEX738992
Decimal115137146
Binary11100111000100110010010
Octal163211222

Shades and tints

Shades of #738992

#738992
(115,137,146)
#697D85
(105,125,133)
#5F7178
(95,113,120)
#55656B
(85,101,107)
#4B595E
(75,89,94)
#414D51
(65,77,81)
#374144
(55,65,68)
#2D3537
(45,53,55)
#23292A
(35,41,42)
#191D1D
(25,29,29)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #738992

#738992
(115,137,146)
#7F939B
(127,147,155)
#8B9DA4
(139,157,164)
#97A7AD
(151,167,173)
#A3B1B6
(163,177,182)
#AFBBBF
(175,187,191)
#BBC5C8
(187,197,200)
#C7CFD1
(199,207,209)
#D3D9DA
(211,217,218)
#DFE3E3
(223,227,227)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738992 color. Also use rgb(115,137,146) instead hex code.

Text Font Color

.myTextColor { color: #738992; }

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

This text font color is #738992.


Background Color

.myBgColor { background-color: #738992; }

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

This div background color is #738992.


Border color

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

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

This div border color is #738992.


Opacity

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

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

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

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

This text has shadow with #738992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738992 on black background.


Color preview on white background

This text has color #738992 on white background.



Black color preview on #738992 background

This text has black color on #738992 background.


White color preview on #738992 background

This text has white color on #738992 background.