COLOR #738D87

HEX: #738D87
RGB: (115,141,135)

Color info

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

RGB color model

#738D87 color RGB value is (115,141,135).

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

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 135 of 255 = 53%

115
141
135

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 135 = 391 (100%)
R 115 of 391 ~ 29.41%
G 141 of 391 ~ 36.06%
B 135 of 391 ~ 34.53%

%29.41
%36.06
%34.53

CMYK color model

#738D87 color CMYK value is (18,0,4,45).

  • cyan value is 18.44%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 44.71%
CMYK:
(18,0,4,45)
C18M0Y4K45 
(18%,0%,4%,45%)
(0.18/0.00/0.04/0.45)	

CMYK percentages

%18.44
%0
%4.26
%44.71

Codes

Color #738D87 in popluar color models

738D87
RGB115141135
HSL166°10.24%50.20%
HSB/HSV166°18.44%55.29%
CMYK18.44%0.00%4.26%
44.71%

Color #738D87 in popluar number systems.

HEX738D87
Decimal115141135
Binary11100111000110110000111
Octal163215207

Shades and tints

Shades of #738D87

#738D87
(115,141,135)
#69817B
(105,129,123)
#5F756F
(95,117,111)
#556963
(85,105,99)
#4B5D57
(75,93,87)
#41514B
(65,81,75)
#37453F
(55,69,63)
#2D3933
(45,57,51)
#232D27
(35,45,39)
#19211B
(25,33,27)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #738D87

#738D87
(115,141,135)
#7F9791
(127,151,145)
#8BA19B
(139,161,155)
#97ABA5
(151,171,165)
#A3B5AF
(163,181,175)
#AFBFB9
(175,191,185)
#BBC9C3
(187,201,195)
#C7D3CD
(199,211,205)
#D3DDD7
(211,221,215)
#DFE7E1
(223,231,225)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738D87; }

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

This text font color is #738D87.


Background Color

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

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

This div background color is #738D87.


Border color

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

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

This div border color is #738D87.


Opacity

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

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

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

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

This text has shadow with #738D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D87 on black background.


Color preview on white background

This text has color #738D87 on white background.



Black color preview on #738D87 background

This text has black color on #738D87 background.


White color preview on #738D87 background

This text has white color on #738D87 background.