COLOR #737B8D

HEX: #737B8D RGB: (115,123,141)

Color info

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

RGB color model

#737B8D color RGB value is (115,123,141).

RGB: (115,123,141) (45%, 48%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 123 of 255 = 48%
B 141 of 255 = 55%

115
123
141

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

Portions of RGB colors in percentages

R + G + B = 115 + 123 + 141 = 379 (100%)
R 115 of 379 ~ 30.34%
G 123 of 379 ~ 32.45%
B 141 of 379 ~ 37.2'%

%30.34
%32.45
%37.2

CMYK color model

#737B8D color CMYK value is (18,13,0,45).

  • cyan value is 18.44%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (18,13,0,45)
C18M13Y0K45 (18%, 13%, 0%, 45%)
(0.18 / 0.13 / 0.00 / 0.45)

CMYK percentages

%18.44
%12.77
%0
%44.71

Codes

Color #737B8D in popluar color models

73 7B 8D
RGB 115 123 141
HSL 222° 10.24% 50.20%
HSB/HSV 222° 18.44% 55.29%
CMYK 18.44% 12.77% 0.00%
44.71%

Color #737B8D in popluar number systems.

HEX 73 7B 8D
Decimal 115 123 141
Binary 1110011 1111011 10001101
Octal 163 173 215

Shades and tints

Shades of #737B8D

#737B8D
(115,123,141)
#697081
(105,112,129)
#5F6575
(95,101,117)
#555A69
(85,90,105)
#4B4F5D
(75,79,93)
#414451
(65,68,81)
#373945
(55,57,69)
#2D2E39
(45,46,57)
#23232D
(35,35,45)
#191821
(25,24,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #737B8D

#737B8D
(115,123,141)
#7F8797
(127,135,151)
#8B93A1
(139,147,161)
#979FAB
(151,159,171)
#A3ABB5
(163,171,181)
#AFB7BF
(175,183,191)
#BBC3C9
(187,195,201)
#C7CFD3
(199,207,211)
#D3DBDD
(211,219,221)
#DFE7E7
(223,231,231)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737B8D; }

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

This text font color is #737B8D.

Background Color

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

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

This div background color is #737B8D.

Border color

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

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

This div border color is #737B8D.

Opacity

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

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

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

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

This text has shadow with #737B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737B8D.

Preview

Color preview on black background

This text has color #737B8D on black background.


Color preview on white background

This text has color #737B8D on white background.


Black color preview on #737B8D background

This text has black color on #737B8D background.


White color preview on #737B8D background

This text has white color on #737B8D background.


Related colors

Complementary color

Complementary color for #hex is #8C8472.


I love getcolorcode.com

Triadic colors

1 #8D737B and #7B8D73 with #737B8D are triadic colors.

2 #8D7B73 and #7B738D with #737B8D are triadic colors.