COLOR #738C92

HEX: #738C92
RGB: (115,140,146)

Color info

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

RGB color model

#738C92 color RGB value is (115,140,146).

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

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 146 of 255 = 57%

115
140
146

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

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 146 = 401 (100%)
R 115 of 401 ~ 28.68%
G 140 of 401 ~ 34.91%
B 146 of 401 ~ 36.41%

%28.68
%34.91
%36.41

CMYK color model

#738C92 color CMYK value is (21,4,0,43).

  • cyan value is 21.23%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(21,4,0,43)
C21M4Y0K43 
(21%,4%,0%,43%)
(0.21/0.04/0.00/0.43)	

CMYK percentages

%21.23
%4.11
%0
%42.75

Codes

Color #738C92 in popluar color models

738C92
RGB115140146
HSL192°12.45%51.18%
HSB/HSV192°21.23%57.25%
CMYK21.23%4.11%0.00%
42.75%

Color #738C92 in popluar number systems.

HEX738C92
Decimal115140146
Binary11100111000110010010010
Octal163214222

Shades and tints

Shades of #738C92

#738C92
(115,140,146)
#698085
(105,128,133)
#5F7478
(95,116,120)
#55686B
(85,104,107)
#4B5C5E
(75,92,94)
#415051
(65,80,81)
#374444
(55,68,68)
#2D3837
(45,56,55)
#232C2A
(35,44,42)
#19201D
(25,32,29)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #738C92

#738C92
(115,140,146)
#7F969B
(127,150,155)
#8BA0A4
(139,160,164)
#97AAAD
(151,170,173)
#A3B4B6
(163,180,182)
#AFBEBF
(175,190,191)
#BBC8C8
(187,200,200)
#C7D2D1
(199,210,209)
#D3DCDA
(211,220,218)
#DFE6E3
(223,230,227)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738C92; }

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

This text font color is #738C92.


Background Color

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

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

This div background color is #738C92.


Border color

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

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

This div border color is #738C92.


Opacity

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

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

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

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

This text has shadow with #738C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738C92 on black background.


Color preview on white background

This text has color #738C92 on white background.



Black color preview on #738C92 background

This text has black color on #738C92 background.


White color preview on #738C92 background

This text has white color on #738C92 background.