COLOR #758287

HEX: #758287
RGB: (117,130,135)

Color info

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

RGB color model

#758287 color RGB value is (117,130,135).

  • red value is 117;
  • green value is 130;
  • blue value is 135.
RGB:
(117,130,135)
(46%,51%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 135 of 255 = 53%

117
130
135

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

Portions of RGB colors in percentages

R + G + B =
117 + 130 + 135 = 382 (100%)
R 117 of 382 ~ 30.63%
G 130 of 382 ~ 34.03%
B 135 of 382 ~ 35.34%

%30.63
%34.03
%35.34

CMYK color model

#758287 color CMYK value is (13,4,0,47).

  • cyan value is 13.33%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(13,4,0,47)
C13M4Y0K47 
(13%,4%,0%,47%)
(0.13/0.04/0.00/0.47)	

CMYK percentages

%13.33
%3.7
%0
%47.06

Codes

Color #758287 in popluar color models

758287
RGB117130135
HSL197°7.14%49.41%
HSB/HSV197°13.33%52.94%
CMYK13.33%3.70%0.00%
47.06%

Color #758287 in popluar number systems.

HEX758287
Decimal117130135
Binary11101011000001010000111
Octal165202207

Shades and tints

Shades of #758287

#758287
(117,130,135)
#6B777B
(107,119,123)
#616C6F
(97,108,111)
#576163
(87,97,99)
#4D5657
(77,86,87)
#434B4B
(67,75,75)
#39403F
(57,64,63)
#2F3533
(47,53,51)
#252A27
(37,42,39)
#1B1F1B
(27,31,27)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #758287

#758287
(117,130,135)
#818D91
(129,141,145)
#8D989B
(141,152,155)
#99A3A5
(153,163,165)
#A5AEAF
(165,174,175)
#B1B9B9
(177,185,185)
#BDC4C3
(189,196,195)
#C9CFCD
(201,207,205)
#D5DAD7
(213,218,215)
#E1E5E1
(225,229,225)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758287 color. Also use rgb(117,130,135) instead hex code.

Text Font Color

.myTextColor { color: #758287; }

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

This text font color is #758287.


Background Color

.myBgColor { background-color: #758287; }

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

This div background color is #758287.


Border color

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

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

This div border color is #758287.


Opacity

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

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

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

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

This text has shadow with #758287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758287 on black background.


Color preview on white background

This text has color #758287 on white background.



Black color preview on #758287 background

This text has black color on #758287 background.


White color preview on #758287 background

This text has white color on #758287 background.