COLOR #737F90

HEX: #737F90
RGB: (115,127,144)

Color info

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

RGB color model

#737F90 color RGB value is (115,127,144).

  • red value is 115;
  • green value is 127;
  • blue value is 144.
RGB:
(115,127,144)
(45%,50%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 127 of 255 = 50%
B 144 of 255 = 56%

115
127
144

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

Portions of RGB colors in percentages

R + G + B =
115 + 127 + 144 = 386 (100%)
R 115 of 386 ~ 29.79%
G 127 of 386 ~ 32.9%
B 144 of 386 ~ 37.31%

%29.79
%32.9
%37.31

CMYK color model

#737F90 color CMYK value is (20,12,0,44).

  • cyan value is 20.14%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(20,12,0,44)
C20M12Y0K44 
(20%,12%,0%,44%)
(0.20/0.12/0.00/0.44)	

CMYK percentages

%20.14
%11.81
%0
%43.53

Codes

Color #737F90 in popluar color models

737F90
RGB115127144
HSL215°11.55%50.78%
HSB/HSV215°20.14%56.47%
CMYK20.14%11.81%0.00%
43.53%

Color #737F90 in popluar number systems.

HEX737F90
Decimal115127144
Binary1110011111111110010000
Octal163177220

Shades and tints

Shades of #737F90

#737F90
(115,127,144)
#697483
(105,116,131)
#5F6976
(95,105,118)
#555E69
(85,94,105)
#4B535C
(75,83,92)
#41484F
(65,72,79)
#373D42
(55,61,66)
#2D3235
(45,50,53)
#232728
(35,39,40)
#191C1B
(25,28,27)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #737F90

#737F90
(115,127,144)
#7F8A9A
(127,138,154)
#8B95A4
(139,149,164)
#97A0AE
(151,160,174)
#A3ABB8
(163,171,184)
#AFB6C2
(175,182,194)
#BBC1CC
(187,193,204)
#C7CCD6
(199,204,214)
#D3D7E0
(211,215,224)
#DFE2EA
(223,226,234)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737F90 color. Also use rgb(115,127,144) instead hex code.

Text Font Color

.myTextColor { color: #737F90; }

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

This text font color is #737F90.


Background Color

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

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

This div background color is #737F90.


Border color

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

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

This div border color is #737F90.


Opacity

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

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

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

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

This text has shadow with #737F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737F90 on black background.


Color preview on white background

This text has color #737F90 on white background.



Black color preview on #737F90 background

This text has black color on #737F90 background.


White color preview on #737F90 background

This text has white color on #737F90 background.