COLOR #738989

HEX: #738989 RGB: (115,137,137)

Color info

#738989 contains red, green and blue colors in about the same proportion. Web safe color of #738989 is #669999 (or #699).

RGB color model

#738989 color RGB value is (115,137,137).

RGB: (115,137,137) (45%, 54%, 54%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 137 of 255 = 54%

115
137
137

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

Portions of RGB colors in percentages

R + G + B = 115 + 137 + 137 = 389 (100%)
R 115 of 389 ~ 29.56%
G 137 of 389 ~ 35.22%
B 137 of 389 ~ 35.22'%

%29.56
%35.22
%35.22

CMYK color model

#738989 color CMYK value is (16,0,0,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (16,0,0,46)
C16M0Y0K46 (16%, 0%, 0%, 46%)
(0.16 / 0.00 / 0.00 / 0.46)

CMYK percentages

%16.06
%0
%0
%46.27

Codes

Color #738989 in popluar color models

73 89 89
RGB 115 137 137
HSL 180° 8.73% 49.41%
HSB/HSV 180° 16.06% 53.73%
CMYK 16.06% 0.00% 0.00%
46.27%

Color #738989 in popluar number systems.

HEX 73 89 89
Decimal 115 137 137
Binary 1110011 10001001 10001001
Octal 163 211 211

Shades and tints

Shades of #738989

#738989
(115,137,137)
#697D7D
(105,125,125)
#5F7171
(95,113,113)
#556565
(85,101,101)
#4B5959
(75,89,89)
#414D4D
(65,77,77)
#374141
(55,65,65)
#2D3535
(45,53,53)
#232929
(35,41,41)
#191D1D
(25,29,29)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #738989

#738989
(115,137,137)
#7F9393
(127,147,147)
#8B9D9D
(139,157,157)
#97A7A7
(151,167,167)
#A3B1B1
(163,177,177)
#AFBBBB
(175,187,187)
#BBC5C5
(187,197,197)
#C7CFCF
(199,207,207)
#D3D9D9
(211,217,217)
#DFE3E3
(223,227,227)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738989; }

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

This text font color is #738989.

Background Color

.myBgColor { background-color: #738989; }

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

This div background color is #738989.

Border color

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

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

This div border color is #738989.

Opacity

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

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

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

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

This text has shadow with #738989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738989.

Preview

Color preview on black background

This text has color #738989 on black background.


Color preview on white background

This text has color #738989 on white background.


Black color preview on #738989 background

This text has black color on #738989 background.


White color preview on #738989 background

This text has white color on #738989 background.


Related colors

Complementary color

Complementary color for #hex is #8C7676.


I love getcolorcode.com