COLOR #758396

HEX: #758396
RGB: (117,131,150)

Color info

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

RGB color model

#758396 color RGB value is (117,131,150).

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

RGB channels and saturation

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

117
131
150

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

Portions of RGB colors in percentages

R + G + B =
117 + 131 + 150 = 398 (100%)
R 117 of 398 ~ 29.4%
G 131 of 398 ~ 32.91%
B 150 of 398 ~ 37.69%

%29.4
%32.91
%37.69

CMYK color model

#758396 color CMYK value is (22,13,0,41).

  • cyan value is 22.00%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(22,13,0,41)
C22M13Y0K41 
(22%,13%,0%,41%)
(0.22/0.13/0.00/0.41)	

CMYK percentages

%22
%12.67
%0
%41.18

Codes

Color #758396 in popluar color models

758396
RGB117131150
HSL215°13.58%52.35%
HSB/HSV215°22.00%58.82%
CMYK22.00%12.67%0.00%
41.18%

Color #758396 in popluar number systems.

HEX758396
Decimal117131150
Binary11101011000001110010110
Octal165203226

Shades and tints

Shades of #758396

#758396
(117,131,150)
#6B7889
(107,120,137)
#616D7C
(97,109,124)
#57626F
(87,98,111)
#4D5762
(77,87,98)
#434C55
(67,76,85)
#394148
(57,65,72)
#2F363B
(47,54,59)
#252B2E
(37,43,46)
#1B2021
(27,32,33)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #758396

#758396
(117,131,150)
#818E9F
(129,142,159)
#8D99A8
(141,153,168)
#99A4B1
(153,164,177)
#A5AFBA
(165,175,186)
#B1BAC3
(177,186,195)
#BDC5CC
(189,197,204)
#C9D0D5
(201,208,213)
#D5DBDE
(213,219,222)
#E1E6E7
(225,230,231)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758396; }

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

This text font color is #758396.


Background Color

.myBgColor { background-color: #758396; }

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

This div background color is #758396.


Border color

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

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

This div border color is #758396.


Opacity

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

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

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

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

This text has shadow with #758396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758396 on black background.


Color preview on white background

This text has color #758396 on white background.



Black color preview on #758396 background

This text has black color on #758396 background.


White color preview on #758396 background

This text has white color on #758396 background.