COLOR #738E93

HEX: #738E93 RGB: (115,142,147)

Color info

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

RGB color model

#738E93 color RGB value is (115,142,147).

RGB: (115,142,147) (45%, 56%, 58%)

RGB channels and saturation

R 115 of 255 = 45%
G 142 of 255 = 56%
B 147 of 255 = 58%

115
142
147

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

Portions of RGB colors in percentages

R + G + B = 115 + 142 + 147 = 404 (100%)
R 115 of 404 ~ 28.47%
G 142 of 404 ~ 35.15%
B 147 of 404 ~ 36.39'%

%28.47
%35.15
%36.39

CMYK color model

#738E93 color CMYK value is (22,3,0,42).

  • cyan value is 21.77%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (22,3,0,42)
C22M3Y0K42 (22%, 3%, 0%, 42%)
(0.22 / 0.03 / 0.00 / 0.42)

CMYK percentages

%21.77
%3.4
%0
%42.35

Codes

Color #738E93 in popluar color models

73 8E 93
RGB 115 142 147
HSL 189° 12.90% 51.37%
HSB/HSV 189° 21.77% 57.65%
CMYK 21.77% 3.40% 0.00%
42.35%

Color #738E93 in popluar number systems.

HEX 73 8E 93
Decimal 115 142 147
Binary 1110011 10001110 10010011
Octal 163 216 223

Shades and tints

Shades of #738E93

#738E93
(115,142,147)
#698286
(105,130,134)
#5F7679
(95,118,121)
#556A6C
(85,106,108)
#4B5E5F
(75,94,95)
#415252
(65,82,82)
#374645
(55,70,69)
#2D3A38
(45,58,56)
#232E2B
(35,46,43)
#19221E
(25,34,30)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #738E93

#738E93
(115,142,147)
#7F989C
(127,152,156)
#8BA2A5
(139,162,165)
#97ACAE
(151,172,174)
#A3B6B7
(163,182,183)
#AFC0C0
(175,192,192)
#BBCAC9
(187,202,201)
#C7D4D2
(199,212,210)
#D3DEDB
(211,222,219)
#DFE8E4
(223,232,228)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738E93; }

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

This text font color is #738E93.

Background Color

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

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

This div background color is #738E93.

Border color

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

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

This div border color is #738E93.

Opacity

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

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

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

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

This text has shadow with #738E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738E93.

Preview

Color preview on black background

This text has color #738E93 on black background.


Color preview on white background

This text has color #738E93 on white background.


Black color preview on #738E93 background

This text has black color on #738E93 background.


White color preview on #738E93 background

This text has white color on #738E93 background.


Related colors

Complementary color

Complementary color for #hex is #8C716C.


I love getcolorcode.com

Triadic colors

1 #93738E and #8E9373 with #738E93 are triadic colors.

2 #938E73 and #8E7393 with #738E93 are triadic colors.