COLOR #737280

HEX: #737280 RGB: (115,114,128)

Color info

#737280 contains red, green and blue colors in about the same proportion. Web safe color of #737280 is #666666 (or #666).

RGB color model

#737280 color RGB value is (115,114,128).

RGB: (115,114,128) (45%, 45%, 50%)

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 128 of 255 = 50%

115
114
128

R + G + B ~ 47%. #737280 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 114 + 128 = 357 (100%)
R 115 of 357 ~ 32.21%
G 114 of 357 ~ 31.93%
B 128 of 357 ~ 35.85'%

%32.21
%31.93
%35.85

CMYK color model

#737280 color CMYK value is (10,11,0,50).

  • cyan value is 10.16%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (10,11,0,50)
C10M11Y0K50 (10%, 11%, 0%, 50%)
(0.10 / 0.11 / 0.00 / 0.50)

CMYK percentages

%10.16
%10.94
%0
%49.8

Codes

Color #737280 in popluar color models

73 72 80
RGB 115 114 128
HSL 244° 5.79% 47.45%
HSB/HSV 244° 10.94% 50.20%
CMYK 10.16% 10.94% 0.00%
49.80%

Color #737280 in popluar number systems.

HEX 73 72 80
Decimal 115 114 128
Binary 1110011 1110010 10000000
Octal 163 162 200

Shades and tints

Shades of #737280

#737280
(115,114,128)
#696875
(105,104,117)
#5F5E6A
(95,94,106)
#55545F
(85,84,95)
#4B4A54
(75,74,84)
#414049
(65,64,73)
#37363E
(55,54,62)
#2D2C33
(45,44,51)
#232228
(35,34,40)
#19181D
(25,24,29)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #737280

#737280
(115,114,128)
#7F7E8B
(127,126,139)
#8B8A96
(139,138,150)
#9796A1
(151,150,161)
#A3A2AC
(163,162,172)
#AFAEB7
(175,174,183)
#BBBAC2
(187,186,194)
#C7C6CD
(199,198,205)
#D3D2D8
(211,210,216)
#DFDEE3
(223,222,227)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737280 color. Also use rgb(115,114,128) instead hex code.

Text Font Color

.myTextColor { color: #737280; }

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

This text font color is #737280.

Background Color

.myBgColor { background-color: #737280; }

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

This div background color is #737280.

Border color

.myBorderColor { border: 1px solid #737280; }

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

This div border color is #737280.

Opacity

.myOpacity80 { color: #737280; opacity: 0.8; }

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

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

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

This text has shadow with #737280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737280.

Preview

Color preview on black background

This text has color #737280 on black background.


Color preview on white background

This text has color #737280 on white background.


Black color preview on #737280 background

This text has black color on #737280 background.


White color preview on #737280 background

This text has white color on #737280 background.


Related colors

Complementary color

Complementary color for #hex is #8C8D7F.


I love getcolorcode.com

Triadic colors

1 #807372 and #728073 with #737280 are triadic colors.

2 #807273 and #727380 with #737280 are triadic colors.