COLOR #738D89

HEX: #738D89
RGB: (115,141,137)

Color info

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

RGB color model

#738D89 color RGB value is (115,141,137).

  • red value is 115;
  • green value is 141;
  • blue value is 137.
RGB:
(115,141,137)
(45%,55%,54%)

RGB channels and saturation

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

115
141
137

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 137 = 393 (100%)
R 115 of 393 ~ 29.26%
G 141 of 393 ~ 35.88%
B 137 of 393 ~ 34.86%

%29.26
%35.88
%34.86

CMYK color model

#738D89 color CMYK value is (18,0,3,45).

  • cyan value is 18.44%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 44.71%
CMYK:
(18,0,3,45)
C18M0Y3K45 
(18%,0%,3%,45%)
(0.18/0.00/0.03/0.45)	

CMYK percentages

%18.44
%0
%2.84
%44.71

Codes

Color #738D89 in popluar color models

738D89
RGB115141137
HSL171°10.24%50.20%
HSB/HSV171°18.44%55.29%
CMYK18.44%0.00%2.84%
44.71%

Color #738D89 in popluar number systems.

HEX738D89
Decimal115141137
Binary11100111000110110001001
Octal163215211

Shades and tints

Shades of #738D89

#738D89
(115,141,137)
#69817D
(105,129,125)
#5F7571
(95,117,113)
#556965
(85,105,101)
#4B5D59
(75,93,89)
#41514D
(65,81,77)
#374541
(55,69,65)
#2D3935
(45,57,53)
#232D29
(35,45,41)
#19211D
(25,33,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #738D89

#738D89
(115,141,137)
#7F9793
(127,151,147)
#8BA19D
(139,161,157)
#97ABA7
(151,171,167)
#A3B5B1
(163,181,177)
#AFBFBB
(175,191,187)
#BBC9C5
(187,201,197)
#C7D3CF
(199,211,207)
#D3DDD9
(211,221,217)
#DFE7E3
(223,231,227)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738D89; }

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

This text font color is #738D89.


Background Color

.myBgColor { background-color: #738D89; }

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

This div background color is #738D89.


Border color

.myBorderColor { border: 1px solid #738D89; }

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

This div border color is #738D89.


Opacity

.myOpacity80 { color: #738D89; opacity: 0.8; }

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

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

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

This text has shadow with #738D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D89 on black background.


Color preview on white background

This text has color #738D89 on white background.



Black color preview on #738D89 background

This text has black color on #738D89 background.


White color preview on #738D89 background

This text has white color on #738D89 background.