COLOR #737D95

HEX: #737D95 RGB: (115,125,149)

Color info

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

RGB color model

#737D95 color RGB value is (115,125,149).

RGB: (115,125,149) (45%, 49%, 58%)

RGB channels and saturation

R 115 of 255 = 45%
G 125 of 255 = 49%
B 149 of 255 = 58%

115
125
149

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

Portions of RGB colors in percentages

R + G + B = 115 + 125 + 149 = 389 (100%)
R 115 of 389 ~ 29.56%
G 125 of 389 ~ 32.13%
B 149 of 389 ~ 38.3'%

%29.56
%32.13
%38.3

CMYK color model

#737D95 color CMYK value is (23,16,0,42).

  • cyan value is 22.82%
  • magenta value is 16.11%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (23,16,0,42)
C23M16Y0K42 (23%, 16%, 0%, 42%)
(0.23 / 0.16 / 0.00 / 0.42)

CMYK percentages

%22.82
%16.11
%0
%41.57

Codes

Color #737D95 in popluar color models

73 7D 95
RGB 115 125 149
HSL 222° 13.82% 51.76%
HSB/HSV 222° 22.82% 58.43%
CMYK 22.82% 16.11% 0.00%
41.57%

Color #737D95 in popluar number systems.

HEX 73 7D 95
Decimal 115 125 149
Binary 1110011 1111101 10010101
Octal 163 175 225

Shades and tints

Shades of #737D95

#737D95
(115,125,149)
#697288
(105,114,136)
#5F677B
(95,103,123)
#555C6E
(85,92,110)
#4B5161
(75,81,97)
#414654
(65,70,84)
#373B47
(55,59,71)
#2D303A
(45,48,58)
#23252D
(35,37,45)
#191A20
(25,26,32)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #737D95

#737D95
(115,125,149)
#7F889E
(127,136,158)
#8B93A7
(139,147,167)
#979EB0
(151,158,176)
#A3A9B9
(163,169,185)
#AFB4C2
(175,180,194)
#BBBFCB
(187,191,203)
#C7CAD4
(199,202,212)
#D3D5DD
(211,213,221)
#DFE0E6
(223,224,230)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737D95; }

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

This text font color is #737D95.

Background Color

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

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

This div background color is #737D95.

Border color

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

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

This div border color is #737D95.

Opacity

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

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

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

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

This text has shadow with #737D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737D95.

Preview

Color preview on black background

This text has color #737D95 on black background.


Color preview on white background

This text has color #737D95 on white background.


Black color preview on #737D95 background

This text has black color on #737D95 background.


White color preview on #737D95 background

This text has white color on #737D95 background.


Related colors

Complementary color

Complementary color for #hex is #8C826A.


I love getcolorcode.com

Triadic colors

1 #95737D and #7D9573 with #737D95 are triadic colors.

2 #957D73 and #7D7395 with #737D95 are triadic colors.