COLOR #737192

HEX: #737192
RGB: (115,113,146)

Color info

#737192 contains red, green and blue colors in about the same proportion. Web safe color of #737192 is #666699 (or #669).

RGB color model

#737192 color RGB value is (115,113,146).

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

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 146 of 255 = 57%

115
113
146

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

Portions of RGB colors in percentages

R + G + B =
115 + 113 + 146 = 374 (100%)
R 115 of 374 ~ 30.75%
G 113 of 374 ~ 30.21%
B 146 of 374 ~ 39.04%

%30.75
%30.21
%39.04

CMYK color model

#737192 color CMYK value is (21,23,0,43).

  • cyan value is 21.23%
  • magenta value is 22.60%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(21,23,0,43)
C21M23Y0K43 
(21%,23%,0%,43%)
(0.21/0.23/0.00/0.43)	

CMYK percentages

%21.23
%22.6
%0
%42.75

Codes

Color #737192 in popluar color models

737192
RGB115113146
HSL244°13.15%50.78%
HSB/HSV244°22.60%57.25%
CMYK21.23%22.60%0.00%
42.75%

Color #737192 in popluar number systems.

HEX737192
Decimal115113146
Binary1110011111000110010010
Octal163161222

Shades and tints

Shades of #737192

#737192
(115,113,146)
#696785
(105,103,133)
#5F5D78
(95,93,120)
#55536B
(85,83,107)
#4B495E
(75,73,94)
#413F51
(65,63,81)
#373544
(55,53,68)
#2D2B37
(45,43,55)
#23212A
(35,33,42)
#19171D
(25,23,29)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #737192

#737192
(115,113,146)
#7F7D9B
(127,125,155)
#8B89A4
(139,137,164)
#9795AD
(151,149,173)
#A3A1B6
(163,161,182)
#AFADBF
(175,173,191)
#BBB9C8
(187,185,200)
#C7C5D1
(199,197,209)
#D3D1DA
(211,209,218)
#DFDDE3
(223,221,227)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737192; }

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

This text font color is #737192.


Background Color

.myBgColor { background-color: #737192; }

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

This div background color is #737192.


Border color

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

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

This div border color is #737192.


Opacity

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

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

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

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

This text has shadow with #737192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737192 on black background.


Color preview on white background

This text has color #737192 on white background.



Black color preview on #737192 background

This text has black color on #737192 background.


White color preview on #737192 background

This text has white color on #737192 background.