COLOR #738193

HEX: #738193
RGB: (115,129,147)

Color info

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

RGB color model

#738193 color RGB value is (115,129,147).

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

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 147 of 255 = 58%

115
129
147

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

Portions of RGB colors in percentages

R + G + B =
115 + 129 + 147 = 391 (100%)
R 115 of 391 ~ 29.41%
G 129 of 391 ~ 32.99%
B 147 of 391 ~ 37.6%

%29.41
%32.99
%37.6

CMYK color model

#738193 color CMYK value is (22,12,0,42).

  • cyan value is 21.77%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(22,12,0,42)
C22M12Y0K42 
(22%,12%,0%,42%)
(0.22/0.12/0.00/0.42)	

CMYK percentages

%21.77
%12.24
%0
%42.35

Codes

Color #738193 in popluar color models

738193
RGB115129147
HSL214°12.90%51.37%
HSB/HSV214°21.77%57.65%
CMYK21.77%12.24%0.00%
42.35%

Color #738193 in popluar number systems.

HEX738193
Decimal115129147
Binary11100111000000110010011
Octal163201223

Shades and tints

Shades of #738193

#738193
(115,129,147)
#697686
(105,118,134)
#5F6B79
(95,107,121)
#55606C
(85,96,108)
#4B555F
(75,85,95)
#414A52
(65,74,82)
#373F45
(55,63,69)
#2D3438
(45,52,56)
#23292B
(35,41,43)
#191E1E
(25,30,30)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #738193

#738193
(115,129,147)
#7F8C9C
(127,140,156)
#8B97A5
(139,151,165)
#97A2AE
(151,162,174)
#A3ADB7
(163,173,183)
#AFB8C0
(175,184,192)
#BBC3C9
(187,195,201)
#C7CED2
(199,206,210)
#D3D9DB
(211,217,219)
#DFE4E4
(223,228,228)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738193; }

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

This text font color is #738193.


Background Color

.myBgColor { background-color: #738193; }

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

This div background color is #738193.


Border color

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

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

This div border color is #738193.


Opacity

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

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

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

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

This text has shadow with #738193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738193 on black background.


Color preview on white background

This text has color #738193 on white background.



Black color preview on #738193 background

This text has black color on #738193 background.


White color preview on #738193 background

This text has white color on #738193 background.