COLOR #738490

HEX: #738490
RGB: (115,132,144)

Color info

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

RGB color model

#738490 color RGB value is (115,132,144).

  • red value is 115;
  • green value is 132;
  • blue value is 144.
RGB:
(115,132,144)
(45%,52%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 144 of 255 = 56%

115
132
144

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 144 = 391 (100%)
R 115 of 391 ~ 29.41%
G 132 of 391 ~ 33.76%
B 144 of 391 ~ 36.83%

%29.41
%33.76
%36.83

CMYK color model

#738490 color CMYK value is (20,8,0,44).

  • cyan value is 20.14%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(20,8,0,44)
C20M8Y0K44 
(20%,8%,0%,44%)
(0.20/0.08/0.00/0.44)	

CMYK percentages

%20.14
%8.33
%0
%43.53

Codes

Color #738490 in popluar color models

738490
RGB115132144
HSL205°11.55%50.78%
HSB/HSV205°20.14%56.47%
CMYK20.14%8.33%0.00%
43.53%

Color #738490 in popluar number systems.

HEX738490
Decimal115132144
Binary11100111000010010010000
Octal163204220

Shades and tints

Shades of #738490

#738490
(115,132,144)
#697883
(105,120,131)
#5F6C76
(95,108,118)
#556069
(85,96,105)
#4B545C
(75,84,92)
#41484F
(65,72,79)
#373C42
(55,60,66)
#2D3035
(45,48,53)
#232428
(35,36,40)
#19181B
(25,24,27)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #738490

#738490
(115,132,144)
#7F8F9A
(127,143,154)
#8B9AA4
(139,154,164)
#97A5AE
(151,165,174)
#A3B0B8
(163,176,184)
#AFBBC2
(175,187,194)
#BBC6CC
(187,198,204)
#C7D1D6
(199,209,214)
#D3DCE0
(211,220,224)
#DFE7EA
(223,231,234)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738490 color. Also use rgb(115,132,144) instead hex code.

Text Font Color

.myTextColor { color: #738490; }

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

This text font color is #738490.


Background Color

.myBgColor { background-color: #738490; }

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

This div background color is #738490.


Border color

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

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

This div border color is #738490.


Opacity

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

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

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

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

This text has shadow with #738490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738490 on black background.


Color preview on white background

This text has color #738490 on white background.



Black color preview on #738490 background

This text has black color on #738490 background.


White color preview on #738490 background

This text has white color on #738490 background.