COLOR #737F85

HEX: #737F85
RGB: (115,127,133)

Color info

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

RGB color model

#737F85 color RGB value is (115,127,133).

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

RGB channels and saturation

R 115 of 255 = 45%
G 127 of 255 = 50%
B 133 of 255 = 52%

115
127
133

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

Portions of RGB colors in percentages

R + G + B =
115 + 127 + 133 = 375 (100%)
R 115 of 375 ~ 30.67%
G 127 of 375 ~ 33.87%
B 133 of 375 ~ 35.47%

%30.67
%33.87
%35.47

CMYK color model

#737F85 color CMYK value is (14,5,0,48).

  • cyan value is 13.53%
  • magenta value is 4.51%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(14,5,0,48)
C14M5Y0K48 
(14%,5%,0%,48%)
(0.14/0.05/0.00/0.48)	

CMYK percentages

%13.53
%4.51
%0
%47.84

Codes

Color #737F85 in popluar color models

737F85
RGB115127133
HSL200°7.26%48.63%
HSB/HSV200°13.53%52.16%
CMYK13.53%4.51%0.00%
47.84%

Color #737F85 in popluar number systems.

HEX737F85
Decimal115127133
Binary1110011111111110000101
Octal163177205

Shades and tints

Shades of #737F85

#737F85
(115,127,133)
#697479
(105,116,121)
#5F696D
(95,105,109)
#555E61
(85,94,97)
#4B5355
(75,83,85)
#414849
(65,72,73)
#373D3D
(55,61,61)
#2D3231
(45,50,49)
#232725
(35,39,37)
#191C19
(25,28,25)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #737F85

#737F85
(115,127,133)
#7F8A90
(127,138,144)
#8B959B
(139,149,155)
#97A0A6
(151,160,166)
#A3ABB1
(163,171,177)
#AFB6BC
(175,182,188)
#BBC1C7
(187,193,199)
#C7CCD2
(199,204,210)
#D3D7DD
(211,215,221)
#DFE2E8
(223,226,232)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737F85; }

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

This text font color is #737F85.


Background Color

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

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

This div background color is #737F85.


Border color

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

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

This div border color is #737F85.


Opacity

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

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

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

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

This text has shadow with #737F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737F85 on black background.


Color preview on white background

This text has color #737F85 on white background.



Black color preview on #737F85 background

This text has black color on #737F85 background.


White color preview on #737F85 background

This text has white color on #737F85 background.