COLOR #738D8D

HEX: #738D8D
RGB: (115,141,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
141
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 141 = 397 (100%)
R 115 of 397 ~ 28.97%
G 141 of 397 ~ 35.52%
B 141 of 397 ~ 35.52%

%28.97
%35.52
%35.52

CMYK color model

#738D8D color CMYK value is (18,0,0,45).

  • cyan value is 18.44%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(18,0,0,45)
C18M0Y0K45 
(18%,0%,0%,45%)
(0.18/0.00/0.00/0.45)	

CMYK percentages

%18.44
%0
%0
%44.71

Codes

Color #738D8D in popluar color models

738D8D
RGB115141141
HSL180°10.24%50.20%
HSB/HSV180°18.44%55.29%
CMYK18.44%0.00%0.00%
44.71%

Color #738D8D in popluar number systems.

HEX738D8D
Decimal115141141
Binary11100111000110110001101
Octal163215215

Shades and tints

Shades of #738D8D

#738D8D
(115,141,141)
#698181
(105,129,129)
#5F7575
(95,117,117)
#556969
(85,105,105)
#4B5D5D
(75,93,93)
#415151
(65,81,81)
#374545
(55,69,69)
#2D3939
(45,57,57)
#232D2D
(35,45,45)
#192121
(25,33,33)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #738D8D

#738D8D
(115,141,141)
#7F9797
(127,151,151)
#8BA1A1
(139,161,161)
#97ABAB
(151,171,171)
#A3B5B5
(163,181,181)
#AFBFBF
(175,191,191)
#BBC9C9
(187,201,201)
#C7D3D3
(199,211,211)
#D3DDDD
(211,221,221)
#DFE7E7
(223,231,231)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738D8D; }

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

This text font color is #738D8D.


Background Color

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

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

This div background color is #738D8D.


Border color

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

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

This div border color is #738D8D.


Opacity

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

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

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

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

This text has shadow with #738D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D8D on black background.


Color preview on white background

This text has color #738D8D on white background.



Black color preview on #738D8D background

This text has black color on #738D8D background.


White color preview on #738D8D background

This text has white color on #738D8D background.