COLOR #737C93

HEX: #737C93
RGB: (115,124,147)

Color info

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

RGB color model

#737C93 color RGB value is (115,124,147).

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

RGB channels and saturation

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

115
124
147

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

Portions of RGB colors in percentages

R + G + B =
115 + 124 + 147 = 386 (100%)
R 115 of 386 ~ 29.79%
G 124 of 386 ~ 32.12%
B 147 of 386 ~ 38.08%

%29.79
%32.12
%38.08

CMYK color model

#737C93 color CMYK value is (22,16,0,42).

  • cyan value is 21.77%
  • magenta value is 15.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(22,16,0,42)
C22M16Y0K42 
(22%,16%,0%,42%)
(0.22/0.16/0.00/0.42)	

CMYK percentages

%21.77
%15.65
%0
%42.35

Codes

Color #737C93 in popluar color models

737C93
RGB115124147
HSL223°12.90%51.37%
HSB/HSV223°21.77%57.65%
CMYK21.77%15.65%0.00%
42.35%

Color #737C93 in popluar number systems.

HEX737C93
Decimal115124147
Binary1110011111110010010011
Octal163174223

Shades and tints

Shades of #737C93

#737C93
(115,124,147)
#697186
(105,113,134)
#5F6679
(95,102,121)
#555B6C
(85,91,108)
#4B505F
(75,80,95)
#414552
(65,69,82)
#373A45
(55,58,69)
#2D2F38
(45,47,56)
#23242B
(35,36,43)
#19191E
(25,25,30)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #737C93

#737C93
(115,124,147)
#7F879C
(127,135,156)
#8B92A5
(139,146,165)
#979DAE
(151,157,174)
#A3A8B7
(163,168,183)
#AFB3C0
(175,179,192)
#BBBEC9
(187,190,201)
#C7C9D2
(199,201,210)
#D3D4DB
(211,212,219)
#DFDFE4
(223,223,228)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737C93; }

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

This text font color is #737C93.


Background Color

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

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

This div background color is #737C93.


Border color

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

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

This div border color is #737C93.


Opacity

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

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

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

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

This text has shadow with #737C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737C93 on black background.


Color preview on white background

This text has color #737C93 on white background.



Black color preview on #737C93 background

This text has black color on #737C93 background.


White color preview on #737C93 background

This text has white color on #737C93 background.