COLOR #738086

HEX: #738086
RGB: (115,128,134)

Color info

#738086 contains red, green and blue colors in about the same proportion. Web safe color of #738086 is #666699 (or #669).

RGB color model

#738086 color RGB value is (115,128,134).

  • red value is 115;
  • green value is 128;
  • blue value is 134.
RGB:
(115,128,134)
(45%,50%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 128 of 255 = 50%
B 134 of 255 = 53%

115
128
134

R + G + B ~ 49%. #738086 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 128 + 134 = 377 (100%)
R 115 of 377 ~ 30.5%
G 128 of 377 ~ 33.95%
B 134 of 377 ~ 35.54%

%30.5
%33.95
%35.54

CMYK color model

#738086 color CMYK value is (14,4,0,47).

  • cyan value is 14.18%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(14,4,0,47)
C14M4Y0K47 
(14%,4%,0%,47%)
(0.14/0.04/0.00/0.47)	

CMYK percentages

%14.18
%4.48
%0
%47.45

Codes

Color #738086 in popluar color models

738086
RGB115128134
HSL199°7.63%48.82%
HSB/HSV199°14.18%52.55%
CMYK14.18%4.48%0.00%
47.45%

Color #738086 in popluar number systems.

HEX738086
Decimal115128134
Binary11100111000000010000110
Octal163200206

Shades and tints

Shades of #738086

#738086
(115,128,134)
#69757A
(105,117,122)
#5F6A6E
(95,106,110)
#555F62
(85,95,98)
#4B5456
(75,84,86)
#41494A
(65,73,74)
#373E3E
(55,62,62)
#2D3332
(45,51,50)
#232826
(35,40,38)
#191D1A
(25,29,26)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #738086

#738086
(115,128,134)
#7F8B91
(127,139,145)
#8B969C
(139,150,156)
#97A1A7
(151,161,167)
#A3ACB2
(163,172,178)
#AFB7BD
(175,183,189)
#BBC2C8
(187,194,200)
#C7CDD3
(199,205,211)
#D3D8DE
(211,216,222)
#DFE3E9
(223,227,233)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738086 color. Also use rgb(115,128,134) instead hex code.

Text Font Color

.myTextColor { color: #738086; }

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

This text font color is #738086.


Background Color

.myBgColor { background-color: #738086; }

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

This div background color is #738086.


Border color

.myBorderColor { border: 1px solid #738086; }

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

This div border color is #738086.


Opacity

.myOpacity80 { color: #738086; opacity: 0.8; }

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

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

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

This text has shadow with #738086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738086 on black background.


Color preview on white background

This text has color #738086 on white background.



Black color preview on #738086 background

This text has black color on #738086 background.


White color preview on #738086 background

This text has white color on #738086 background.