COLOR #737D85

HEX: #737D85
RGB: (115,125,133)

Color info

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

RGB color model

#737D85 color RGB value is (115,125,133).

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

RGB channels and saturation

R 115 of 255 = 45%
G 125 of 255 = 49%
B 133 of 255 = 52%

115
125
133

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

Portions of RGB colors in percentages

R + G + B =
115 + 125 + 133 = 373 (100%)
R 115 of 373 ~ 30.83%
G 125 of 373 ~ 33.51%
B 133 of 373 ~ 35.66%

%30.83
%33.51
%35.66

CMYK color model

#737D85 color CMYK value is (14,6,0,48).

  • cyan value is 13.53%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(14,6,0,48)
C14M6Y0K48 
(14%,6%,0%,48%)
(0.14/0.06/0.00/0.48)	

CMYK percentages

%13.53
%6.02
%0
%47.84

Codes

Color #737D85 in popluar color models

737D85
RGB115125133
HSL207°7.26%48.63%
HSB/HSV207°13.53%52.16%
CMYK13.53%6.02%0.00%
47.84%

Color #737D85 in popluar number systems.

HEX737D85
Decimal115125133
Binary1110011111110110000101
Octal163175205

Shades and tints

Shades of #737D85

#737D85
(115,125,133)
#697279
(105,114,121)
#5F676D
(95,103,109)
#555C61
(85,92,97)
#4B5155
(75,81,85)
#414649
(65,70,73)
#373B3D
(55,59,61)
#2D3031
(45,48,49)
#232525
(35,37,37)
#191A19
(25,26,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #737D85

#737D85
(115,125,133)
#7F8890
(127,136,144)
#8B939B
(139,147,155)
#979EA6
(151,158,166)
#A3A9B1
(163,169,177)
#AFB4BC
(175,180,188)
#BBBFC7
(187,191,199)
#C7CAD2
(199,202,210)
#D3D5DD
(211,213,221)
#DFE0E8
(223,224,232)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737D85; }

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

This text font color is #737D85.


Background Color

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

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

This div background color is #737D85.


Border color

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

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

This div border color is #737D85.


Opacity

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

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

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

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

This text has shadow with #737D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D85 on black background.


Color preview on white background

This text has color #737D85 on white background.



Black color preview on #737D85 background

This text has black color on #737D85 background.


White color preview on #737D85 background

This text has white color on #737D85 background.