COLOR #758595

HEX: #758595
RGB: (117,133,149)

Color info

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

RGB color model

#758595 color RGB value is (117,133,149).

  • red value is 117;
  • green value is 133;
  • blue value is 149.
RGB:
(117,133,149)
(46%,52%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 149 of 255 = 58%

117
133
149

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

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 149 = 399 (100%)
R 117 of 399 ~ 29.32%
G 133 of 399 ~ 33.33%
B 149 of 399 ~ 37.34%

%29.32
%33.33
%37.34

CMYK color model

#758595 color CMYK value is (21,11,0,42).

  • cyan value is 21.48%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(21,11,0,42)
C21M11Y0K42 
(21%,11%,0%,42%)
(0.21/0.11/0.00/0.42)	

CMYK percentages

%21.48
%10.74
%0
%41.57

Codes

Color #758595 in popluar color models

758595
RGB117133149
HSL210°13.11%52.16%
HSB/HSV210°21.48%58.43%
CMYK21.48%10.74%0.00%
41.57%

Color #758595 in popluar number systems.

HEX758595
Decimal117133149
Binary11101011000010110010101
Octal165205225

Shades and tints

Shades of #758595

#758595
(117,133,149)
#6B7988
(107,121,136)
#616D7B
(97,109,123)
#57616E
(87,97,110)
#4D5561
(77,85,97)
#434954
(67,73,84)
#393D47
(57,61,71)
#2F313A
(47,49,58)
#25252D
(37,37,45)
#1B1920
(27,25,32)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #758595

#758595
(117,133,149)
#81909E
(129,144,158)
#8D9BA7
(141,155,167)
#99A6B0
(153,166,176)
#A5B1B9
(165,177,185)
#B1BCC2
(177,188,194)
#BDC7CB
(189,199,203)
#C9D2D4
(201,210,212)
#D5DDDD
(213,221,221)
#E1E8E6
(225,232,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758595 color. Also use rgb(117,133,149) instead hex code.

Text Font Color

.myTextColor { color: #758595; }

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

This text font color is #758595.


Background Color

.myBgColor { background-color: #758595; }

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

This div background color is #758595.


Border color

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

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

This div border color is #758595.


Opacity

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

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

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

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

This text has shadow with #758595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758595 on black background.


Color preview on white background

This text has color #758595 on white background.



Black color preview on #758595 background

This text has black color on #758595 background.


White color preview on #758595 background

This text has white color on #758595 background.