COLOR #737985

HEX: #737985
RGB: (115,121,133)

Color info

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

RGB color model

#737985 color RGB value is (115,121,133).

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

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 133 of 255 = 52%

115
121
133

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 133 = 369 (100%)
R 115 of 369 ~ 31.17%
G 121 of 369 ~ 32.79%
B 133 of 369 ~ 36.04%

%31.17
%32.79
%36.04

CMYK color model

#737985 color CMYK value is (14,9,0,48).

  • cyan value is 13.53%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(14,9,0,48)
C14M9Y0K48 
(14%,9%,0%,48%)
(0.14/0.09/0.00/0.48)	

CMYK percentages

%13.53
%9.02
%0
%47.84

Codes

Color #737985 in popluar color models

737985
RGB115121133
HSL220°7.26%48.63%
HSB/HSV220°13.53%52.16%
CMYK13.53%9.02%0.00%
47.84%

Color #737985 in popluar number systems.

HEX737985
Decimal115121133
Binary1110011111100110000101
Octal163171205

Shades and tints

Shades of #737985

#737985
(115,121,133)
#696E79
(105,110,121)
#5F636D
(95,99,109)
#555861
(85,88,97)
#4B4D55
(75,77,85)
#414249
(65,66,73)
#37373D
(55,55,61)
#2D2C31
(45,44,49)
#232125
(35,33,37)
#191619
(25,22,25)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #737985

#737985
(115,121,133)
#7F8590
(127,133,144)
#8B919B
(139,145,155)
#979DA6
(151,157,166)
#A3A9B1
(163,169,177)
#AFB5BC
(175,181,188)
#BBC1C7
(187,193,199)
#C7CDD2
(199,205,210)
#D3D9DD
(211,217,221)
#DFE5E8
(223,229,232)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737985; }

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

This text font color is #737985.


Background Color

.myBgColor { background-color: #737985; }

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

This div background color is #737985.


Border color

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

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

This div border color is #737985.


Opacity

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

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

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

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

This text has shadow with #737985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737985 on black background.


Color preview on white background

This text has color #737985 on white background.



Black color preview on #737985 background

This text has black color on #737985 background.


White color preview on #737985 background

This text has white color on #737985 background.