COLOR #759297

HEX: #759297
RGB: (117,146,151)

Color info

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

RGB color model

#759297 color RGB value is (117,146,151).

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

RGB channels and saturation

R 117 of 255 = 46%
G 146 of 255 = 57%
B 151 of 255 = 59%

117
146
151

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

Portions of RGB colors in percentages

R + G + B =
117 + 146 + 151 = 414 (100%)
R 117 of 414 ~ 28.26%
G 146 of 414 ~ 35.27%
B 151 of 414 ~ 36.47%

%28.26
%35.27
%36.47

CMYK color model

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

  • cyan value is 22.52%
  • magenta value is 3.31%
  • 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
%3.31
%0
%40.78

Codes

Color #759297 in popluar color models

759297
RGB117146151
HSL189°14.05%52.55%
HSB/HSV189°22.52%59.22%
CMYK22.52%3.31%0.00%
40.78%

Color #759297 in popluar number systems.

HEX759297
Decimal117146151
Binary11101011001001010010111
Octal165222227

Shades and tints

Shades of #759297

#759297
(117,146,151)
#6B858A
(107,133,138)
#61787D
(97,120,125)
#576B70
(87,107,112)
#4D5E63
(77,94,99)
#435156
(67,81,86)
#394449
(57,68,73)
#2F373C
(47,55,60)
#252A2F
(37,42,47)
#1B1D22
(27,29,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #759297

#759297
(117,146,151)
#819BA0
(129,155,160)
#8DA4A9
(141,164,169)
#99ADB2
(153,173,178)
#A5B6BB
(165,182,187)
#B1BFC4
(177,191,196)
#BDC8CD
(189,200,205)
#C9D1D6
(201,209,214)
#D5DADF
(213,218,223)
#E1E3E8
(225,227,232)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759297; }

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

This text font color is #759297.


Background Color

.myBgColor { background-color: #759297; }

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

This div background color is #759297.


Border color

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

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

This div border color is #759297.


Opacity

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

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

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

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

This text has shadow with #759297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759297 on black background.


Color preview on white background

This text has color #759297 on white background.



Black color preview on #759297 background

This text has black color on #759297 background.


White color preview on #759297 background

This text has white color on #759297 background.