COLOR #738B8F

HEX: #738B8F
RGB: (115,139,143)

Color info

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

RGB color model

#738B8F color RGB value is (115,139,143).

  • red value is 115;
  • green value is 139;
  • blue value is 143.
RGB:
(115,139,143)
(45%,55%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 139 of 255 = 55%
B 143 of 255 = 56%

115
139
143

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

Portions of RGB colors in percentages

R + G + B =
115 + 139 + 143 = 397 (100%)
R 115 of 397 ~ 28.97%
G 139 of 397 ~ 35.01%
B 143 of 397 ~ 36.02%

%28.97
%35.01
%36.02

CMYK color model

#738B8F color CMYK value is (20,3,0,44).

  • cyan value is 19.58%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(20,3,0,44)
C20M3Y0K44 
(20%,3%,0%,44%)
(0.20/0.03/0.00/0.44)	

CMYK percentages

%19.58
%2.8
%0
%43.92

Codes

Color #738B8F in popluar color models

738B8F
RGB115139143
HSL189°11.11%50.59%
HSB/HSV189°19.58%56.08%
CMYK19.58%2.80%0.00%
43.92%

Color #738B8F in popluar number systems.

HEX738B8F
Decimal115139143
Binary11100111000101110001111
Octal163213217

Shades and tints

Shades of #738B8F

#738B8F
(115,139,143)
#697F82
(105,127,130)
#5F7375
(95,115,117)
#556768
(85,103,104)
#4B5B5B
(75,91,91)
#414F4E
(65,79,78)
#374341
(55,67,65)
#2D3734
(45,55,52)
#232B27
(35,43,39)
#191F1A
(25,31,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #738B8F

#738B8F
(115,139,143)
#7F9599
(127,149,153)
#8B9FA3
(139,159,163)
#97A9AD
(151,169,173)
#A3B3B7
(163,179,183)
#AFBDC1
(175,189,193)
#BBC7CB
(187,199,203)
#C7D1D5
(199,209,213)
#D3DBDF
(211,219,223)
#DFE5E9
(223,229,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738B8F color. Also use rgb(115,139,143) instead hex code.

Text Font Color

.myTextColor { color: #738B8F; }

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

This text font color is #738B8F.


Background Color

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

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

This div background color is #738B8F.


Border color

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

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

This div border color is #738B8F.


Opacity

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

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

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

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

This text has shadow with #738B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B8F on black background.


Color preview on white background

This text has color #738B8F on white background.



Black color preview on #738B8F background

This text has black color on #738B8F background.


White color preview on #738B8F background

This text has white color on #738B8F background.