COLOR #738E8E

HEX: #738E8E RGB: (115,142,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
142
142

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

Portions of RGB colors in percentages

R + G + B = 115 + 142 + 142 = 399 (100%)
R 115 of 399 ~ 28.82%
G 142 of 399 ~ 35.59%
B 142 of 399 ~ 35.59'%

%28.82
%35.59
%35.59

CMYK color model

#738E8E color CMYK value is (19,0,0,44).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (19,0,0,44) C19M0Y0K44 (19%,0%,0%,44%) (0.19/0.00/0.00/0.44) 

CMYK percentages

%19.01
%0
%0
%44.31

Codes

Color #738E8E in popluar color models

73 8E 8E
RGB 115 142 142
HSL 180° 10.67% 50.39%
HSB/HSV 180° 19.01% 55.69%
CMYK 19.01% 0.00% 0.00%
44.31%

Color #738E8E in popluar number systems.

HEX 73 8E 8E
Decimal 115 142 142
Binary 1110011 10001110 10001110
Octal 163 216 216

Shades and tints

Shades of #738E8E

#738E8E
(115,142,142)
#698282
(105,130,130)
#5F7676
(95,118,118)
#556A6A
(85,106,106)
#4B5E5E
(75,94,94)
#415252
(65,82,82)
#374646
(55,70,70)
#2D3A3A
(45,58,58)
#232E2E
(35,46,46)
#192222
(25,34,34)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #738E8E

#738E8E
(115,142,142)
#7F9898
(127,152,152)
#8BA2A2
(139,162,162)
#97ACAC
(151,172,172)
#A3B6B6
(163,182,182)
#AFC0C0
(175,192,192)
#BBCACA
(187,202,202)
#C7D4D4
(199,212,212)
#D3DEDE
(211,222,222)
#DFE8E8
(223,232,232)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738E8E; }

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

This text font color is #738E8E.

Background Color

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

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

This div background color is #738E8E.

Border color

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

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

This div border color is #738E8E.

Opacity

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

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

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

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

This text has shadow with #738E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738E8E.

Preview

Color preview on black background

This text has color #738E8E on black background.


Color preview on white background

This text has color #738E8E on white background.


Black color preview on #738E8E background

This text has black color on #738E8E background.


White color preview on #738E8E background

This text has white color on #738E8E background.


Related colors

Complementary color

Complementary color for #hex is #8C7171.


I love getcolorcode.com