COLOR #757397

HEX: #757397
RGB: (117,115,151)

Color info

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

RGB color model

#757397 color RGB value is (117,115,151).

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

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 151 of 255 = 59%

117
115
151

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 151 = 383 (100%)
R 117 of 383 ~ 30.55%
G 115 of 383 ~ 30.03%
B 151 of 383 ~ 39.43%

%30.55
%30.03
%39.43

CMYK color model

#757397 color CMYK value is (23,24,0,41).

  • cyan value is 22.52%
  • magenta value is 23.84%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,24,0,41)
C23M24Y0K41 
(23%,24%,0%,41%)
(0.23/0.24/0.00/0.41)	

CMYK percentages

%22.52
%23.84
%0
%40.78

Codes

Color #757397 in popluar color models

757397
RGB117115151
HSL243°14.75%52.16%
HSB/HSV243°23.84%59.22%
CMYK22.52%23.84%0.00%
40.78%

Color #757397 in popluar number systems.

HEX757397
Decimal117115151
Binary1110101111001110010111
Octal165163227

Shades and tints

Shades of #757397

#757397
(117,115,151)
#6B698A
(107,105,138)
#615F7D
(97,95,125)
#575570
(87,85,112)
#4D4B63
(77,75,99)
#434156
(67,65,86)
#393749
(57,55,73)
#2F2D3C
(47,45,60)
#25232F
(37,35,47)
#1B1922
(27,25,34)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #757397

#757397
(117,115,151)
#817FA0
(129,127,160)
#8D8BA9
(141,139,169)
#9997B2
(153,151,178)
#A5A3BB
(165,163,187)
#B1AFC4
(177,175,196)
#BDBBCD
(189,187,205)
#C9C7D6
(201,199,214)
#D5D3DF
(213,211,223)
#E1DFE8
(225,223,232)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757397; }

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

This text font color is #757397.


Background Color

.myBgColor { background-color: #757397; }

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

This div background color is #757397.


Border color

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

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

This div border color is #757397.


Opacity

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

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

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

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

This text has shadow with #757397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757397 on black background.


Color preview on white background

This text has color #757397 on white background.



Black color preview on #757397 background

This text has black color on #757397 background.


White color preview on #757397 background

This text has white color on #757397 background.