COLOR #738389

HEX: #738389
RGB: (115,131,137)

Color info

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

RGB color model

#738389 color RGB value is (115,131,137).

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

RGB channels and saturation

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

115
131
137

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 137 = 383 (100%)
R 115 of 383 ~ 30.03%
G 131 of 383 ~ 34.2%
B 137 of 383 ~ 35.77%

%30.03
%34.2
%35.77

CMYK color model

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

  • cyan value is 16.06%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(16,4,0,46)
C16M4Y0K46 
(16%,4%,0%,46%)
(0.16/0.04/0.00/0.46)	

CMYK percentages

%16.06
%4.38
%0
%46.27

Codes

Color #738389 in popluar color models

738389
RGB115131137
HSL196°8.73%49.41%
HSB/HSV196°16.06%53.73%
CMYK16.06%4.38%0.00%
46.27%

Color #738389 in popluar number systems.

HEX738389
Decimal115131137
Binary11100111000001110001001
Octal163203211

Shades and tints

Shades of #738389

#738389
(115,131,137)
#69787D
(105,120,125)
#5F6D71
(95,109,113)
#556265
(85,98,101)
#4B5759
(75,87,89)
#414C4D
(65,76,77)
#374141
(55,65,65)
#2D3635
(45,54,53)
#232B29
(35,43,41)
#19201D
(25,32,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #738389

#738389
(115,131,137)
#7F8E93
(127,142,147)
#8B999D
(139,153,157)
#97A4A7
(151,164,167)
#A3AFB1
(163,175,177)
#AFBABB
(175,186,187)
#BBC5C5
(187,197,197)
#C7D0CF
(199,208,207)
#D3DBD9
(211,219,217)
#DFE6E3
(223,230,227)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738389; }

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

This text font color is #738389.


Background Color

.myBgColor { background-color: #738389; }

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

This div background color is #738389.


Border color

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

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

This div border color is #738389.


Opacity

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

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

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

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

This text has shadow with #738389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738389 on black background.


Color preview on white background

This text has color #738389 on white background.



Black color preview on #738389 background

This text has black color on #738389 background.


White color preview on #738389 background

This text has white color on #738389 background.