COLOR #737F80

HEX: #737F80
RGB: (115,127,128)

Color info

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

RGB color model

#737F80 color RGB value is (115,127,128).

  • red value is 115;
  • green value is 127;
  • blue value is 128.
RGB:
(115,127,128)
(45%,50%,50%)

RGB channels and saturation

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

115
127
128

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

Portions of RGB colors in percentages

R + G + B =
115 + 127 + 128 = 370 (100%)
R 115 of 370 ~ 31.08%
G 127 of 370 ~ 34.32%
B 128 of 370 ~ 34.59%

%31.08
%34.32
%34.59

CMYK color model

#737F80 color CMYK value is (10,1,0,50).

  • cyan value is 10.16%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(10,1,0,50)
C10M1Y0K50 
(10%,1%,0%,50%)
(0.10/0.01/0.00/0.50)	

CMYK percentages

%10.16
%0.78
%0
%49.8

Codes

Color #737F80 in popluar color models

737F80
RGB115127128
HSL185°5.35%47.65%
HSB/HSV185°10.16%50.20%
CMYK10.16%0.78%0.00%
49.80%

Color #737F80 in popluar number systems.

HEX737F80
Decimal115127128
Binary1110011111111110000000
Octal163177200

Shades and tints

Shades of #737F80

#737F80
(115,127,128)
#697475
(105,116,117)
#5F696A
(95,105,106)
#555E5F
(85,94,95)
#4B5354
(75,83,84)
#414849
(65,72,73)
#373D3E
(55,61,62)
#2D3233
(45,50,51)
#232728
(35,39,40)
#191C1D
(25,28,29)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #737F80

#737F80
(115,127,128)
#7F8A8B
(127,138,139)
#8B9596
(139,149,150)
#97A0A1
(151,160,161)
#A3ABAC
(163,171,172)
#AFB6B7
(175,182,183)
#BBC1C2
(187,193,194)
#C7CCCD
(199,204,205)
#D3D7D8
(211,215,216)
#DFE2E3
(223,226,227)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737F80; }

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

This text font color is #737F80.


Background Color

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

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

This div background color is #737F80.


Border color

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

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

This div border color is #737F80.


Opacity

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

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

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

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

This text has shadow with #737F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737F80 on black background.


Color preview on white background

This text has color #737F80 on white background.



Black color preview on #737F80 background

This text has black color on #737F80 background.


White color preview on #737F80 background

This text has white color on #737F80 background.