COLOR #737E93

HEX: #737E93
RGB: (115,126,147)

Color info

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

RGB color model

#737E93 color RGB value is (115,126,147).

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

RGB channels and saturation

R 115 of 255 = 45%
G 126 of 255 = 49%
B 147 of 255 = 58%

115
126
147

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

Portions of RGB colors in percentages

R + G + B =
115 + 126 + 147 = 388 (100%)
R 115 of 388 ~ 29.64%
G 126 of 388 ~ 32.47%
B 147 of 388 ~ 37.89%

%29.64
%32.47
%37.89

CMYK color model

#737E93 color CMYK value is (22,14,0,42).

  • cyan value is 21.77%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(22,14,0,42)
C22M14Y0K42 
(22%,14%,0%,42%)
(0.22/0.14/0.00/0.42)	

CMYK percentages

%21.77
%14.29
%0
%42.35

Codes

Color #737E93 in popluar color models

737E93
RGB115126147
HSL219°12.90%51.37%
HSB/HSV219°21.77%57.65%
CMYK21.77%14.29%0.00%
42.35%

Color #737E93 in popluar number systems.

HEX737E93
Decimal115126147
Binary1110011111111010010011
Octal163176223

Shades and tints

Shades of #737E93

#737E93
(115,126,147)
#697386
(105,115,134)
#5F6879
(95,104,121)
#555D6C
(85,93,108)
#4B525F
(75,82,95)
#414752
(65,71,82)
#373C45
(55,60,69)
#2D3138
(45,49,56)
#23262B
(35,38,43)
#191B1E
(25,27,30)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #737E93

#737E93
(115,126,147)
#7F899C
(127,137,156)
#8B94A5
(139,148,165)
#979FAE
(151,159,174)
#A3AAB7
(163,170,183)
#AFB5C0
(175,181,192)
#BBC0C9
(187,192,201)
#C7CBD2
(199,203,210)
#D3D6DB
(211,214,219)
#DFE1E4
(223,225,228)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737E93; }

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

This text font color is #737E93.


Background Color

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

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

This div background color is #737E93.


Border color

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

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

This div border color is #737E93.


Opacity

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

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

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

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

This text has shadow with #737E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E93 on black background.


Color preview on white background

This text has color #737E93 on white background.



Black color preview on #737E93 background

This text has black color on #737E93 background.


White color preview on #737E93 background

This text has white color on #737E93 background.