COLOR #738D94

HEX: #738D94
RGB: (115,141,148)

Color info

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

RGB color model

#738D94 color RGB value is (115,141,148).

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

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 148 of 255 = 58%

115
141
148

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 148 = 404 (100%)
R 115 of 404 ~ 28.47%
G 141 of 404 ~ 34.9%
B 148 of 404 ~ 36.63%

%28.47
%34.9
%36.63

CMYK color model

#738D94 color CMYK value is (22,5,0,42).

  • cyan value is 22.30%
  • magenta value is 4.73%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(22,5,0,42)
C22M5Y0K42 
(22%,5%,0%,42%)
(0.22/0.05/0.00/0.42)	

CMYK percentages

%22.3
%4.73
%0
%41.96

Codes

Color #738D94 in popluar color models

738D94
RGB115141148
HSL193°13.36%51.57%
HSB/HSV193°22.30%58.04%
CMYK22.30%4.73%0.00%
41.96%

Color #738D94 in popluar number systems.

HEX738D94
Decimal115141148
Binary11100111000110110010100
Octal163215224

Shades and tints

Shades of #738D94

#738D94
(115,141,148)
#698187
(105,129,135)
#5F757A
(95,117,122)
#55696D
(85,105,109)
#4B5D60
(75,93,96)
#415153
(65,81,83)
#374546
(55,69,70)
#2D3939
(45,57,57)
#232D2C
(35,45,44)
#19211F
(25,33,31)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #738D94

#738D94
(115,141,148)
#7F979D
(127,151,157)
#8BA1A6
(139,161,166)
#97ABAF
(151,171,175)
#A3B5B8
(163,181,184)
#AFBFC1
(175,191,193)
#BBC9CA
(187,201,202)
#C7D3D3
(199,211,211)
#D3DDDC
(211,221,220)
#DFE7E5
(223,231,229)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738D94; }

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

This text font color is #738D94.


Background Color

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

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

This div background color is #738D94.


Border color

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

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

This div border color is #738D94.


Opacity

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

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

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

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

This text has shadow with #738D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D94 on black background.


Color preview on white background

This text has color #738D94 on white background.



Black color preview on #738D94 background

This text has black color on #738D94 background.


White color preview on #738D94 background

This text has white color on #738D94 background.