COLOR #738D9E

HEX: #738D9E
RGB: (115,141,158)

Color info

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

RGB color model

#738D9E color RGB value is (115,141,158).

  • red value is 115;
  • green value is 141;
  • blue value is 158.
RGB:
(115,141,158)
(45%,55%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 158 of 255 = 62%

115
141
158

R + G + B ~ 54%. #738D9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 158 = 414 (100%)
R 115 of 414 ~ 27.78%
G 141 of 414 ~ 34.06%
B 158 of 414 ~ 38.16%

%27.78
%34.06
%38.16

CMYK color model

#738D9E color CMYK value is (27,11,0,38).

  • cyan value is 27.22%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,11,0,38)
C27M11Y0K38 
(27%,11%,0%,38%)
(0.27/0.11/0.00/0.38)	

CMYK percentages

%27.22
%10.76
%0
%38.04

Codes

Color #738D9E in popluar color models

738D9E
RGB115141158
HSL204°18.14%53.53%
HSB/HSV204°27.22%61.96%
CMYK27.22%10.76%0.00%
38.04%

Color #738D9E in popluar number systems.

HEX738D9E
Decimal115141158
Binary11100111000110110011110
Octal163215236

Shades and tints

Shades of #738D9E

#738D9E
(115,141,158)
#698190
(105,129,144)
#5F7582
(95,117,130)
#556974
(85,105,116)
#4B5D66
(75,93,102)
#415158
(65,81,88)
#37454A
(55,69,74)
#2D393C
(45,57,60)
#232D2E
(35,45,46)
#192120
(25,33,32)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #738D9E

#738D9E
(115,141,158)
#7F97A6
(127,151,166)
#8BA1AE
(139,161,174)
#97ABB6
(151,171,182)
#A3B5BE
(163,181,190)
#AFBFC6
(175,191,198)
#BBC9CE
(187,201,206)
#C7D3D6
(199,211,214)
#D3DDDE
(211,221,222)
#DFE7E6
(223,231,230)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738D9E color. Also use rgb(115,141,158) instead hex code.

Text Font Color

.myTextColor { color: #738D9E; }

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

This text font color is #738D9E.


Background Color

.myBgColor { background-color: #738D9E; }

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

This div background color is #738D9E.


Border color

.myBorderColor { border: 1px solid #738D9E; }

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

This div border color is #738D9E.


Opacity

.myOpacity80 { color: #738D9E; opacity: 0.8; }

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

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

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

This text has shadow with #738D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D9E on black background.


Color preview on white background

This text has color #738D9E on white background.



Black color preview on #738D9E background

This text has black color on #738D9E background.


White color preview on #738D9E background

This text has white color on #738D9E background.