COLOR #737D8D

HEX: #737D8D
RGB: (115,125,141)

Color info

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

RGB color model

#737D8D color RGB value is (115,125,141).

  • red value is 115;
  • green value is 125;
  • blue value is 141.
RGB:
(115,125,141)
(45%,49%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 125 of 255 = 49%
B 141 of 255 = 55%

115
125
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 125 + 141 = 381 (100%)
R 115 of 381 ~ 30.18%
G 125 of 381 ~ 32.81%
B 141 of 381 ~ 37.01%

%30.18
%32.81
%37.01

CMYK color model

#737D8D color CMYK value is (18,11,0,45).

  • cyan value is 18.44%
  • magenta value is 11.35%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,11,0,45)
C18M11Y0K45 
(18%,11%,0%,45%)
(0.18/0.11/0.00/0.45)	

CMYK percentages

%18.44
%11.35
%0
%44.71

Codes

Color #737D8D in popluar color models

737D8D
RGB115125141
HSL217°10.24%50.20%
HSB/HSV217°18.44%55.29%
CMYK18.44%11.35%0.00%
44.71%

Color #737D8D in popluar number systems.

HEX737D8D
Decimal115125141
Binary1110011111110110001101
Octal163175215

Shades and tints

Shades of #737D8D

#737D8D
(115,125,141)
#697281
(105,114,129)
#5F6775
(95,103,117)
#555C69
(85,92,105)
#4B515D
(75,81,93)
#414651
(65,70,81)
#373B45
(55,59,69)
#2D3039
(45,48,57)
#23252D
(35,37,45)
#191A21
(25,26,33)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #737D8D

#737D8D
(115,125,141)
#7F8897
(127,136,151)
#8B93A1
(139,147,161)
#979EAB
(151,158,171)
#A3A9B5
(163,169,181)
#AFB4BF
(175,180,191)
#BBBFC9
(187,191,201)
#C7CAD3
(199,202,211)
#D3D5DD
(211,213,221)
#DFE0E7
(223,224,231)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737D8D; }

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

This text font color is #737D8D.


Background Color

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

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

This div background color is #737D8D.


Border color

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

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

This div border color is #737D8D.


Opacity

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

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

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

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

This text has shadow with #737D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D8D on black background.


Color preview on white background

This text has color #737D8D on white background.



Black color preview on #737D8D background

This text has black color on #737D8D background.


White color preview on #737D8D background

This text has white color on #737D8D background.