COLOR #737F95

HEX: #737F95 RGB: (115,127,149)

Color info

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

RGB color model

#737F95 color RGB value is (115,127,149).

RGB: (115,127,149) (45%, 50%, 58%)

RGB channels and saturation

R 115 of 255 = 45%
G 127 of 255 = 50%
B 149 of 255 = 58%

115
127
149

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

Portions of RGB colors in percentages

R + G + B = 115 + 127 + 149 = 391 (100%)
R 115 of 391 ~ 29.41%
G 127 of 391 ~ 32.48%
B 149 of 391 ~ 38.11'%

%29.41
%32.48
%38.11

CMYK color model

#737F95 color CMYK value is (23,15,0,42).

  • cyan value is 22.82%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (23,15,0,42) C23M15Y0K42 (23%,15%,0%,42%) (0.23/0.15/0.00/0.42) 

CMYK percentages

%22.82
%14.77
%0
%41.57

Codes

Color #737F95 in popluar color models

73 7F 95
RGB 115 127 149
HSL 219° 13.82% 51.76%
HSB/HSV 219° 22.82% 58.43%
CMYK 22.82% 14.77% 0.00%
41.57%

Color #737F95 in popluar number systems.

HEX 73 7F 95
Decimal 115 127 149
Binary 1110011 1111111 10010101
Octal 163 177 225

Shades and tints

Shades of #737F95

#737F95
(115,127,149)
#697488
(105,116,136)
#5F697B
(95,105,123)
#555E6E
(85,94,110)
#4B5361
(75,83,97)
#414854
(65,72,84)
#373D47
(55,61,71)
#2D323A
(45,50,58)
#23272D
(35,39,45)
#191C20
(25,28,32)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #737F95

#737F95
(115,127,149)
#7F8A9E
(127,138,158)
#8B95A7
(139,149,167)
#97A0B0
(151,160,176)
#A3ABB9
(163,171,185)
#AFB6C2
(175,182,194)
#BBC1CB
(187,193,203)
#C7CCD4
(199,204,212)
#D3D7DD
(211,215,221)
#DFE2E6
(223,226,230)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737F95; }

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

This text font color is #737F95.

Background Color

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

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

This div background color is #737F95.

Border color

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

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

This div border color is #737F95.

Opacity

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

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

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

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

This text has shadow with #737F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737F95.

Preview

Color preview on black background

This text has color #737F95 on black background.


Color preview on white background

This text has color #737F95 on white background.


Black color preview on #737F95 background

This text has black color on #737F95 background.


White color preview on #737F95 background

This text has white color on #737F95 background.


Related colors

Complementary color

Complementary color for #hex is #8C806A.


I love getcolorcode.com

Triadic colors

1 #95737F and #7F9573 with #737F95 are triadic colors.

2 #957F73 and #7F7395 with #737F95 are triadic colors.