COLOR #737D9E

HEX: #737D9E
RGB: (115,125,158)

Color info

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

RGB color model

#737D9E color RGB value is (115,125,158).

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

RGB channels and saturation

R 115 of 255 = 45%
G 125 of 255 = 49%
B 158 of 255 = 62%

115
125
158

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

Portions of RGB colors in percentages

R + G + B =
115 + 125 + 158 = 398 (100%)
R 115 of 398 ~ 28.89%
G 125 of 398 ~ 31.41%
B 158 of 398 ~ 39.7%

%28.89
%31.41
%39.7

CMYK color model

#737D9E color CMYK value is (27,21,0,38).

  • cyan value is 27.22%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,21,0,38)
C27M21Y0K38 
(27%,21%,0%,38%)
(0.27/0.21/0.00/0.38)	

CMYK percentages

%27.22
%20.89
%0
%38.04

Codes

Color #737D9E in popluar color models

737D9E
RGB115125158
HSL226°18.14%53.53%
HSB/HSV226°27.22%61.96%
CMYK27.22%20.89%0.00%
38.04%

Color #737D9E in popluar number systems.

HEX737D9E
Decimal115125158
Binary1110011111110110011110
Octal163175236

Shades and tints

Shades of #737D9E

#737D9E
(115,125,158)
#697290
(105,114,144)
#5F6782
(95,103,130)
#555C74
(85,92,116)
#4B5166
(75,81,102)
#414658
(65,70,88)
#373B4A
(55,59,74)
#2D303C
(45,48,60)
#23252E
(35,37,46)
#191A20
(25,26,32)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #737D9E

#737D9E
(115,125,158)
#7F88A6
(127,136,166)
#8B93AE
(139,147,174)
#979EB6
(151,158,182)
#A3A9BE
(163,169,190)
#AFB4C6
(175,180,198)
#BBBFCE
(187,191,206)
#C7CAD6
(199,202,214)
#D3D5DE
(211,213,222)
#DFE0E6
(223,224,230)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737D9E; }

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

This text font color is #737D9E.


Background Color

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

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

This div background color is #737D9E.


Border color

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

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

This div border color is #737D9E.


Opacity

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

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

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

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

This text has shadow with #737D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D9E on black background.


Color preview on white background

This text has color #737D9E on white background.



Black color preview on #737D9E background

This text has black color on #737D9E background.


White color preview on #737D9E background

This text has white color on #737D9E background.