COLOR #738190

HEX: #738190
RGB: (115,129,144)

Color info

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

RGB color model

#738190 color RGB value is (115,129,144).

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

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 144 of 255 = 56%

115
129
144

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

Portions of RGB colors in percentages

R + G + B =
115 + 129 + 144 = 388 (100%)
R 115 of 388 ~ 29.64%
G 129 of 388 ~ 33.25%
B 144 of 388 ~ 37.11%

%29.64
%33.25
%37.11

CMYK color model

#738190 color CMYK value is (20,10,0,44).

  • cyan value is 20.14%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(20,10,0,44)
C20M10Y0K44 
(20%,10%,0%,44%)
(0.20/0.10/0.00/0.44)	

CMYK percentages

%20.14
%10.42
%0
%43.53

Codes

Color #738190 in popluar color models

738190
RGB115129144
HSL211°11.55%50.78%
HSB/HSV211°20.14%56.47%
CMYK20.14%10.42%0.00%
43.53%

Color #738190 in popluar number systems.

HEX738190
Decimal115129144
Binary11100111000000110010000
Octal163201220

Shades and tints

Shades of #738190

#738190
(115,129,144)
#697683
(105,118,131)
#5F6B76
(95,107,118)
#556069
(85,96,105)
#4B555C
(75,85,92)
#414A4F
(65,74,79)
#373F42
(55,63,66)
#2D3435
(45,52,53)
#232928
(35,41,40)
#191E1B
(25,30,27)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #738190

#738190
(115,129,144)
#7F8C9A
(127,140,154)
#8B97A4
(139,151,164)
#97A2AE
(151,162,174)
#A3ADB8
(163,173,184)
#AFB8C2
(175,184,194)
#BBC3CC
(187,195,204)
#C7CED6
(199,206,214)
#D3D9E0
(211,217,224)
#DFE4EA
(223,228,234)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738190; }

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

This text font color is #738190.


Background Color

.myBgColor { background-color: #738190; }

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

This div background color is #738190.


Border color

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

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

This div border color is #738190.


Opacity

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

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

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

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

This text has shadow with #738190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738190 on black background.


Color preview on white background

This text has color #738190 on white background.



Black color preview on #738190 background

This text has black color on #738190 background.


White color preview on #738190 background

This text has white color on #738190 background.