COLOR #737392

HEX: #737392 RGB: (115,115,146)

Color info

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

RGB color model

#737392 color RGB value is (115,115,146).

RGB: (115,115,146) (45%, 45%, 57%)

RGB channels and saturation

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

115
115
146

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

Portions of RGB colors in percentages

R + G + B = 115 + 115 + 146 = 376 (100%)
R 115 of 376 ~ 30.59%
G 115 of 376 ~ 30.59%
B 146 of 376 ~ 38.83'%

%30.59
%30.59
%38.83

CMYK color model

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

  • cyan value is 21.23%
  • magenta value is 21.23%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (21,21,0,43)
C21M21Y0K43 (21%, 21%, 0%, 43%)
(0.21 / 0.21 / 0.00 / 0.43)

CMYK percentages

%21.23
%21.23
%0
%42.75

Codes

Color #737392 in popluar color models

73 73 92
RGB 115 115 146
HSL 240° 12.45% 51.18%
HSB/HSV 240° 21.23% 57.25%
CMYK 21.23% 21.23% 0.00%
42.75%

Color #737392 in popluar number systems.

HEX 73 73 92
Decimal 115 115 146
Binary 1110011 1110011 10010010
Octal 163 163 222

Shades and tints

Shades of #737392

#737392
(115,115,146)
#696985
(105,105,133)
#5F5F78
(95,95,120)
#55556B
(85,85,107)
#4B4B5E
(75,75,94)
#414151
(65,65,81)
#373744
(55,55,68)
#2D2D37
(45,45,55)
#23232A
(35,35,42)
#19191D
(25,25,29)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #737392

#737392
(115,115,146)
#7F7F9B
(127,127,155)
#8B8BA4
(139,139,164)
#9797AD
(151,151,173)
#A3A3B6
(163,163,182)
#AFAFBF
(175,175,191)
#BBBBC8
(187,187,200)
#C7C7D1
(199,199,209)
#D3D3DA
(211,211,218)
#DFDFE3
(223,223,227)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737392; }

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

This text font color is #737392.

Background Color

.myBgColor { background-color: #737392; }

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

This div background color is #737392.

Border color

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

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

This div border color is #737392.

Opacity

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

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

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

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

This text has shadow with #737392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737392.

Preview

Color preview on black background

This text has color #737392 on black background.


Color preview on white background

This text has color #737392 on white background.


Black color preview on #737392 background

This text has black color on #737392 background.


White color preview on #737392 background

This text has white color on #737392 background.


Related colors

Complementary color

Complementary color for #hex is #8C8C6D.


I love getcolorcode.com