COLOR #737394

HEX: #737394 RGB: (115,115,148)

Color info

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

RGB color model

#737394 color RGB value is (115,115,148).

RGB: (115,115,148) (45%, 45%, 58%)

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 148 of 255 = 58%

115
115
148

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

Portions of RGB colors in percentages

R + G + B = 115 + 115 + 148 = 378 (100%)
R 115 of 378 ~ 30.42%
G 115 of 378 ~ 30.42%
B 148 of 378 ~ 39.15'%

%30.42
%30.42
%39.15

CMYK color model

#737394 color CMYK value is (22,22,0,42).

  • cyan value is 22.30%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (22,22,0,42) C22M22Y0K42 (22%,22%,0%,42%) (0.22/0.22/0.00/0.42) 

CMYK percentages

%22.3
%22.3
%0
%41.96

Codes

Color #737394 in popluar color models

73 73 94
RGB 115 115 148
HSL 240° 13.36% 51.57%
HSB/HSV 240° 22.30% 58.04%
CMYK 22.30% 22.30% 0.00%
41.96%

Color #737394 in popluar number systems.

HEX 73 73 94
Decimal 115 115 148
Binary 1110011 1110011 10010100
Octal 163 163 224

Shades and tints

Shades of #737394

#737394
(115,115,148)
#696987
(105,105,135)
#5F5F7A
(95,95,122)
#55556D
(85,85,109)
#4B4B60
(75,75,96)
#414153
(65,65,83)
#373746
(55,55,70)
#2D2D39
(45,45,57)
#23232C
(35,35,44)
#19191F
(25,25,31)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #737394

#737394
(115,115,148)
#7F7F9D
(127,127,157)
#8B8BA6
(139,139,166)
#9797AF
(151,151,175)
#A3A3B8
(163,163,184)
#AFAFC1
(175,175,193)
#BBBBCA
(187,187,202)
#C7C7D3
(199,199,211)
#D3D3DC
(211,211,220)
#DFDFE5
(223,223,229)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737394; }

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

This text font color is #737394.

Background Color

.myBgColor { background-color: #737394; }

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

This div background color is #737394.

Border color

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

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

This div border color is #737394.

Opacity

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

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

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

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

This text has shadow with #737394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737394.

Preview

Color preview on black background

This text has color #737394 on black background.


Color preview on white background

This text has color #737394 on white background.


Black color preview on #737394 background

This text has black color on #737394 background.


White color preview on #737394 background

This text has white color on #737394 background.


Related colors

Complementary color

Complementary color for #hex is #8C8C6B.


I love getcolorcode.com