COLOR #737D98

HEX: #737D98
RGB: (115,125,152)

Color info

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

RGB color model

#737D98 color RGB value is (115,125,152).

  • red value is 115;
  • green value is 125;
  • blue value is 152.
RGB:
(115,125,152)
(45%,49%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 125 of 255 = 49%
B 152 of 255 = 60%

115
125
152

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

Portions of RGB colors in percentages

R + G + B =
115 + 125 + 152 = 392 (100%)
R 115 of 392 ~ 29.34%
G 125 of 392 ~ 31.89%
B 152 of 392 ~ 38.78%

%29.34
%31.89
%38.78

CMYK color model

#737D98 color CMYK value is (24,18,0,40).

  • cyan value is 24.34%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(24,18,0,40)
C24M18Y0K40 
(24%,18%,0%,40%)
(0.24/0.18/0.00/0.40)	

CMYK percentages

%24.34
%17.76
%0
%40.39

Codes

Color #737D98 in popluar color models

737D98
RGB115125152
HSL224°15.23%52.35%
HSB/HSV224°24.34%59.61%
CMYK24.34%17.76%0.00%
40.39%

Color #737D98 in popluar number systems.

HEX737D98
Decimal115125152
Binary1110011111110110011000
Octal163175230

Shades and tints

Shades of #737D98

#737D98
(115,125,152)
#69728B
(105,114,139)
#5F677E
(95,103,126)
#555C71
(85,92,113)
#4B5164
(75,81,100)
#414657
(65,70,87)
#373B4A
(55,59,74)
#2D303D
(45,48,61)
#232530
(35,37,48)
#191A23
(25,26,35)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #737D98

#737D98
(115,125,152)
#7F88A1
(127,136,161)
#8B93AA
(139,147,170)
#979EB3
(151,158,179)
#A3A9BC
(163,169,188)
#AFB4C5
(175,180,197)
#BBBFCE
(187,191,206)
#C7CAD7
(199,202,215)
#D3D5E0
(211,213,224)
#DFE0E9
(223,224,233)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737D98; }

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

This text font color is #737D98.


Background Color

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

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

This div background color is #737D98.


Border color

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

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

This div border color is #737D98.


Opacity

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

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

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

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

This text has shadow with #737D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D98 on black background.


Color preview on white background

This text has color #737D98 on white background.



Black color preview on #737D98 background

This text has black color on #737D98 background.


White color preview on #737D98 background

This text has white color on #737D98 background.