COLOR #738589

HEX: #738589
RGB: (115,133,137)

Color info

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

RGB color model

#738589 color RGB value is (115,133,137).

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

RGB channels and saturation

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

115
133
137

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

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 137 = 385 (100%)
R 115 of 385 ~ 29.87%
G 133 of 385 ~ 34.55%
B 137 of 385 ~ 35.58%

%29.87
%34.55
%35.58

CMYK color model

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

  • cyan value is 16.06%
  • magenta value is 2.92%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(16,3,0,46)
C16M3Y0K46 
(16%,3%,0%,46%)
(0.16/0.03/0.00/0.46)	

CMYK percentages

%16.06
%2.92
%0
%46.27

Codes

Color #738589 in popluar color models

738589
RGB115133137
HSL191°8.73%49.41%
HSB/HSV191°16.06%53.73%
CMYK16.06%2.92%0.00%
46.27%

Color #738589 in popluar number systems.

HEX738589
Decimal115133137
Binary11100111000010110001001
Octal163205211

Shades and tints

Shades of #738589

#738589
(115,133,137)
#69797D
(105,121,125)
#5F6D71
(95,109,113)
#556165
(85,97,101)
#4B5559
(75,85,89)
#41494D
(65,73,77)
#373D41
(55,61,65)
#2D3135
(45,49,53)
#232529
(35,37,41)
#19191D
(25,25,29)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #738589

#738589
(115,133,137)
#7F9093
(127,144,147)
#8B9B9D
(139,155,157)
#97A6A7
(151,166,167)
#A3B1B1
(163,177,177)
#AFBCBB
(175,188,187)
#BBC7C5
(187,199,197)
#C7D2CF
(199,210,207)
#D3DDD9
(211,221,217)
#DFE8E3
(223,232,227)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738589; }

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

This text font color is #738589.


Background Color

.myBgColor { background-color: #738589; }

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

This div background color is #738589.


Border color

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

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

This div border color is #738589.


Opacity

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

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

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

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

This text has shadow with #738589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738589 on black background.


Color preview on white background

This text has color #738589 on white background.



Black color preview on #738589 background

This text has black color on #738589 background.


White color preview on #738589 background

This text has white color on #738589 background.