COLOR #737B98

HEX: #737B98 RGB: (115,123,152)

Color info

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

RGB color model

#737B98 color RGB value is (115,123,152).

RGB: (115,123,152) (45%, 48%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 123 of 255 = 48%
B 152 of 255 = 60%

115
123
152

R + G + B ~ 51%. #737B98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 123 + 152 = 390 (100%)
R 115 of 390 ~ 29.49%
G 123 of 390 ~ 31.54%
B 152 of 390 ~ 38.97'%

%29.49
%31.54
%38.97

CMYK color model

#737B98 color CMYK value is (24,19,0,40).

  • cyan value is 24.34%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (24,19,0,40)
C24M19Y0K40 (24%, 19%, 0%, 40%)
(0.24 / 0.19 / 0.00 / 0.40)

CMYK percentages

%24.34
%19.08
%0
%40.39

Codes

Color #737B98 in popluar color models

73 7B 98
RGB 115 123 152
HSL 227° 15.23% 52.35%
HSB/HSV 227° 24.34% 59.61%
CMYK 24.34% 19.08% 0.00%
40.39%

Color #737B98 in popluar number systems.

HEX 73 7B 98
Decimal 115 123 152
Binary 1110011 1111011 10011000
Octal 163 173 230

Shades and tints

Shades of #737B98

#737B98
(115,123,152)
#69708B
(105,112,139)
#5F657E
(95,101,126)
#555A71
(85,90,113)
#4B4F64
(75,79,100)
#414457
(65,68,87)
#37394A
(55,57,74)
#2D2E3D
(45,46,61)
#232330
(35,35,48)
#191823
(25,24,35)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #737B98

#737B98
(115,123,152)
#7F87A1
(127,135,161)
#8B93AA
(139,147,170)
#979FB3
(151,159,179)
#A3ABBC
(163,171,188)
#AFB7C5
(175,183,197)
#BBC3CE
(187,195,206)
#C7CFD7
(199,207,215)
#D3DBE0
(211,219,224)
#DFE7E9
(223,231,233)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737B98 color. Also use rgb(115,123,152) instead hex code.

Text Font Color

.myTextColor { color: #737B98; }

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

This text font color is #737B98.

Background Color

.myBgColor { background-color: #737B98; }

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

This div background color is #737B98.

Border color

.myBorderColor { border: 1px solid #737B98; }

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

This div border color is #737B98.

Opacity

.myOpacity80 { color: #737B98; opacity: 0.8; }

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

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

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

This text has shadow with #737B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737B98.

Preview

Color preview on black background

This text has color #737B98 on black background.


Color preview on white background

This text has color #737B98 on white background.


Black color preview on #737B98 background

This text has black color on #737B98 background.


White color preview on #737B98 background

This text has white color on #737B98 background.


Related colors

Complementary color

Complementary color for #hex is #8C8467.


I love getcolorcode.com

Triadic colors

1 #98737B and #7B9873 with #737B98 are triadic colors.

2 #987B73 and #7B7398 with #737B98 are triadic colors.