COLOR #738D8E

HEX: #738D8E
RGB: (115,141,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
141
142

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 142 = 398 (100%)
R 115 of 398 ~ 28.89%
G 141 of 398 ~ 35.43%
B 142 of 398 ~ 35.68%

%28.89
%35.43
%35.68

CMYK color model

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

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

CMYK percentages

%19.01
%0.7
%0
%44.31

Codes

Color #738D8E in popluar color models

738D8E
RGB115141142
HSL182°10.67%50.39%
HSB/HSV182°19.01%55.69%
CMYK19.01%0.70%0.00%
44.31%

Color #738D8E in popluar number systems.

HEX738D8E
Decimal115141142
Binary11100111000110110001110
Octal163215216

Shades and tints

Shades of #738D8E

#738D8E
(115,141,142)
#698182
(105,129,130)
#5F7576
(95,117,118)
#55696A
(85,105,106)
#4B5D5E
(75,93,94)
#415152
(65,81,82)
#374546
(55,69,70)
#2D393A
(45,57,58)
#232D2E
(35,45,46)
#192122
(25,33,34)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #738D8E

#738D8E
(115,141,142)
#7F9798
(127,151,152)
#8BA1A2
(139,161,162)
#97ABAC
(151,171,172)
#A3B5B6
(163,181,182)
#AFBFC0
(175,191,192)
#BBC9CA
(187,201,202)
#C7D3D4
(199,211,212)
#D3DDDE
(211,221,222)
#DFE7E8
(223,231,232)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738D8E; }

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

This text font color is #738D8E.


Background Color

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

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

This div background color is #738D8E.


Border color

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

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

This div border color is #738D8E.


Opacity

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

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

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

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

This text has shadow with #738D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D8E on black background.


Color preview on white background

This text has color #738D8E on white background.



Black color preview on #738D8E background

This text has black color on #738D8E background.


White color preview on #738D8E background

This text has white color on #738D8E background.