COLOR #759397

HEX: #759397
RGB: (117,147,151)

Color info

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

RGB color model

#759397 color RGB value is (117,147,151).

  • red value is 117;
  • green value is 147;
  • blue value is 151.
RGB:
(117,147,151)
(46%,58%,59%)

RGB channels and saturation

R 117 of 255 = 46%
G 147 of 255 = 58%
B 151 of 255 = 59%

117
147
151

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

Portions of RGB colors in percentages

R + G + B =
117 + 147 + 151 = 415 (100%)
R 117 of 415 ~ 28.19%
G 147 of 415 ~ 35.42%
B 151 of 415 ~ 36.39%

%28.19
%35.42
%36.39

CMYK color model

#759397 color CMYK value is (23,3,0,41).

  • cyan value is 22.52%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,3,0,41)
C23M3Y0K41 
(23%,3%,0%,41%)
(0.23/0.03/0.00/0.41)	

CMYK percentages

%22.52
%2.65
%0
%40.78

Codes

Color #759397 in popluar color models

759397
RGB117147151
HSL187°14.05%52.55%
HSB/HSV187°22.52%59.22%
CMYK22.52%2.65%0.00%
40.78%

Color #759397 in popluar number systems.

HEX759397
Decimal117147151
Binary11101011001001110010111
Octal165223227

Shades and tints

Shades of #759397

#759397
(117,147,151)
#6B868A
(107,134,138)
#61797D
(97,121,125)
#576C70
(87,108,112)
#4D5F63
(77,95,99)
#435256
(67,82,86)
#394549
(57,69,73)
#2F383C
(47,56,60)
#252B2F
(37,43,47)
#1B1E22
(27,30,34)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #759397

#759397
(117,147,151)
#819CA0
(129,156,160)
#8DA5A9
(141,165,169)
#99AEB2
(153,174,178)
#A5B7BB
(165,183,187)
#B1C0C4
(177,192,196)
#BDC9CD
(189,201,205)
#C9D2D6
(201,210,214)
#D5DBDF
(213,219,223)
#E1E4E8
(225,228,232)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759397 color. Also use rgb(117,147,151) instead hex code.

Text Font Color

.myTextColor { color: #759397; }

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

This text font color is #759397.


Background Color

.myBgColor { background-color: #759397; }

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

This div background color is #759397.


Border color

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

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

This div border color is #759397.


Opacity

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

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

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

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

This text has shadow with #759397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759397 on black background.


Color preview on white background

This text has color #759397 on white background.



Black color preview on #759397 background

This text has black color on #759397 background.


White color preview on #759397 background

This text has white color on #759397 background.