COLOR #738894

HEX: #738894
RGB: (115,136,148)

Color info

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

RGB color model

#738894 color RGB value is (115,136,148).

  • red value is 115;
  • green value is 136;
  • blue value is 148.
RGB:
(115,136,148)
(45%,53%,58%)

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 148 of 255 = 58%

115
136
148

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

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 148 = 399 (100%)
R 115 of 399 ~ 28.82%
G 136 of 399 ~ 34.09%
B 148 of 399 ~ 37.09%

%28.82
%34.09
%37.09

CMYK color model

#738894 color CMYK value is (22,8,0,42).

  • cyan value is 22.30%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(22,8,0,42)
C22M8Y0K42 
(22%,8%,0%,42%)
(0.22/0.08/0.00/0.42)	

CMYK percentages

%22.3
%8.11
%0
%41.96

Codes

Color #738894 in popluar color models

738894
RGB115136148
HSL202°13.36%51.57%
HSB/HSV202°22.30%58.04%
CMYK22.30%8.11%0.00%
41.96%

Color #738894 in popluar number systems.

HEX738894
Decimal115136148
Binary11100111000100010010100
Octal163210224

Shades and tints

Shades of #738894

#738894
(115,136,148)
#697C87
(105,124,135)
#5F707A
(95,112,122)
#55646D
(85,100,109)
#4B5860
(75,88,96)
#414C53
(65,76,83)
#374046
(55,64,70)
#2D3439
(45,52,57)
#23282C
(35,40,44)
#191C1F
(25,28,31)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #738894

#738894
(115,136,148)
#7F929D
(127,146,157)
#8B9CA6
(139,156,166)
#97A6AF
(151,166,175)
#A3B0B8
(163,176,184)
#AFBAC1
(175,186,193)
#BBC4CA
(187,196,202)
#C7CED3
(199,206,211)
#D3D8DC
(211,216,220)
#DFE2E5
(223,226,229)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738894 color. Also use rgb(115,136,148) instead hex code.

Text Font Color

.myTextColor { color: #738894; }

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

This text font color is #738894.


Background Color

.myBgColor { background-color: #738894; }

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

This div background color is #738894.


Border color

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

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

This div border color is #738894.


Opacity

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

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

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

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

This text has shadow with #738894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738894 on black background.


Color preview on white background

This text has color #738894 on white background.



Black color preview on #738894 background

This text has black color on #738894 background.


White color preview on #738894 background

This text has white color on #738894 background.