COLOR #738899

HEX: #738899
RGB: (115,136,153)

Color info

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

RGB color model

#738899 color RGB value is (115,136,153).

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

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 153 of 255 = 60%

115
136
153

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

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 153 = 404 (100%)
R 115 of 404 ~ 28.47%
G 136 of 404 ~ 33.66%
B 153 of 404 ~ 37.87%

%28.47
%33.66
%37.87

CMYK color model

#738899 color CMYK value is (25,11,0,40).

  • cyan value is 24.84%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(25,11,0,40)
C25M11Y0K40 
(25%,11%,0%,40%)
(0.25/0.11/0.00/0.40)	

CMYK percentages

%24.84
%11.11
%0
%40

Codes

Color #738899 in popluar color models

738899
RGB115136153
HSL207°15.70%52.55%
HSB/HSV207°24.84%60.00%
CMYK24.84%11.11%0.00%
40.00%

Color #738899 in popluar number systems.

HEX738899
Decimal115136153
Binary11100111000100010011001
Octal163210231

Shades and tints

Shades of #738899

#738899
(115,136,153)
#697C8C
(105,124,140)
#5F707F
(95,112,127)
#556472
(85,100,114)
#4B5865
(75,88,101)
#414C58
(65,76,88)
#37404B
(55,64,75)
#2D343E
(45,52,62)
#232831
(35,40,49)
#191C24
(25,28,36)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #738899

#738899
(115,136,153)
#7F92A2
(127,146,162)
#8B9CAB
(139,156,171)
#97A6B4
(151,166,180)
#A3B0BD
(163,176,189)
#AFBAC6
(175,186,198)
#BBC4CF
(187,196,207)
#C7CED8
(199,206,216)
#D3D8E1
(211,216,225)
#DFE2EA
(223,226,234)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738899; }

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

This text font color is #738899.


Background Color

.myBgColor { background-color: #738899; }

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

This div background color is #738899.


Border color

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

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

This div border color is #738899.


Opacity

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

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

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

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

This text has shadow with #738899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738899 on black background.


Color preview on white background

This text has color #738899 on white background.



Black color preview on #738899 background

This text has black color on #738899 background.


White color preview on #738899 background

This text has white color on #738899 background.