COLOR #737E9B

HEX: #737E9B
RGB: (115,126,155)

Color info

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

RGB color model

#737E9B color RGB value is (115,126,155).

  • red value is 115;
  • green value is 126;
  • blue value is 155.
RGB:
(115,126,155)
(45%,49%,61%)

RGB channels and saturation

R 115 of 255 = 45%
G 126 of 255 = 49%
B 155 of 255 = 61%

115
126
155

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

Portions of RGB colors in percentages

R + G + B =
115 + 126 + 155 = 396 (100%)
R 115 of 396 ~ 29.04%
G 126 of 396 ~ 31.82%
B 155 of 396 ~ 39.14%

%29.04
%31.82
%39.14

CMYK color model

#737E9B color CMYK value is (26,19,0,39).

  • cyan value is 25.81%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,19,0,39)
C26M19Y0K39 
(26%,19%,0%,39%)
(0.26/0.19/0.00/0.39)	

CMYK percentages

%25.81
%18.71
%0
%39.22

Codes

Color #737E9B in popluar color models

737E9B
RGB115126155
HSL224°16.67%52.94%
HSB/HSV224°25.81%60.78%
CMYK25.81%18.71%0.00%
39.22%

Color #737E9B in popluar number systems.

HEX737E9B
Decimal115126155
Binary1110011111111010011011
Octal163176233

Shades and tints

Shades of #737E9B

#737E9B
(115,126,155)
#69738D
(105,115,141)
#5F687F
(95,104,127)
#555D71
(85,93,113)
#4B5263
(75,82,99)
#414755
(65,71,85)
#373C47
(55,60,71)
#2D3139
(45,49,57)
#23262B
(35,38,43)
#191B1D
(25,27,29)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #737E9B

#737E9B
(115,126,155)
#7F89A4
(127,137,164)
#8B94AD
(139,148,173)
#979FB6
(151,159,182)
#A3AABF
(163,170,191)
#AFB5C8
(175,181,200)
#BBC0D1
(187,192,209)
#C7CBDA
(199,203,218)
#D3D6E3
(211,214,227)
#DFE1EC
(223,225,236)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737E9B color. Also use rgb(115,126,155) instead hex code.

Text Font Color

.myTextColor { color: #737E9B; }

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

This text font color is #737E9B.


Background Color

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

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

This div background color is #737E9B.


Border color

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

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

This div border color is #737E9B.


Opacity

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

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

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

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

This text has shadow with #737E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E9B on black background.


Color preview on white background

This text has color #737E9B on white background.



Black color preview on #737E9B background

This text has black color on #737E9B background.


White color preview on #737E9B background

This text has white color on #737E9B background.