COLOR #758397

HEX: #758397
RGB: (117,131,151)

Color info

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

RGB color model

#758397 color RGB value is (117,131,151).

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

RGB channels and saturation

R 117 of 255 = 46%
G 131 of 255 = 51%
B 151 of 255 = 59%

117
131
151

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

Portions of RGB colors in percentages

R + G + B =
117 + 131 + 151 = 399 (100%)
R 117 of 399 ~ 29.32%
G 131 of 399 ~ 32.83%
B 151 of 399 ~ 37.84%

%29.32
%32.83
%37.84

CMYK color model

#758397 color CMYK value is (23,13,0,41).

  • cyan value is 22.52%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,13,0,41)
C23M13Y0K41 
(23%,13%,0%,41%)
(0.23/0.13/0.00/0.41)	

CMYK percentages

%22.52
%13.25
%0
%40.78

Codes

Color #758397 in popluar color models

758397
RGB117131151
HSL215°14.05%52.55%
HSB/HSV215°22.52%59.22%
CMYK22.52%13.25%0.00%
40.78%

Color #758397 in popluar number systems.

HEX758397
Decimal117131151
Binary11101011000001110010111
Octal165203227

Shades and tints

Shades of #758397

#758397
(117,131,151)
#6B788A
(107,120,138)
#616D7D
(97,109,125)
#576270
(87,98,112)
#4D5763
(77,87,99)
#434C56
(67,76,86)
#394149
(57,65,73)
#2F363C
(47,54,60)
#252B2F
(37,43,47)
#1B2022
(27,32,34)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #758397

#758397
(117,131,151)
#818EA0
(129,142,160)
#8D99A9
(141,153,169)
#99A4B2
(153,164,178)
#A5AFBB
(165,175,187)
#B1BAC4
(177,186,196)
#BDC5CD
(189,197,205)
#C9D0D6
(201,208,214)
#D5DBDF
(213,219,223)
#E1E6E8
(225,230,232)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758397; }

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

This text font color is #758397.


Background Color

.myBgColor { background-color: #758397; }

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

This div background color is #758397.


Border color

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

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

This div border color is #758397.


Opacity

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

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

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

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

This text has shadow with #758397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758397 on black background.


Color preview on white background

This text has color #758397 on white background.



Black color preview on #758397 background

This text has black color on #758397 background.


White color preview on #758397 background

This text has white color on #758397 background.