COLOR #758485

HEX: #758485
RGB: (117,132,133)

Color info

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

RGB color model

#758485 color RGB value is (117,132,133).

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

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 133 of 255 = 52%

117
132
133

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

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 133 = 382 (100%)
R 117 of 382 ~ 30.63%
G 132 of 382 ~ 34.55%
B 133 of 382 ~ 34.82%

%30.63
%34.55
%34.82

CMYK color model

#758485 color CMYK value is (12,1,0,48).

  • cyan value is 12.03%
  • magenta value is 0.75%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(12,1,0,48)
C12M1Y0K48 
(12%,1%,0%,48%)
(0.12/0.01/0.00/0.48)	

CMYK percentages

%12.03
%0.75
%0
%47.84

Codes

Color #758485 in popluar color models

758485
RGB117132133
HSL184°6.40%49.02%
HSB/HSV184°12.03%52.16%
CMYK12.03%0.75%0.00%
47.84%

Color #758485 in popluar number systems.

HEX758485
Decimal117132133
Binary11101011000010010000101
Octal165204205

Shades and tints

Shades of #758485

#758485
(117,132,133)
#6B7879
(107,120,121)
#616C6D
(97,108,109)
#576061
(87,96,97)
#4D5455
(77,84,85)
#434849
(67,72,73)
#393C3D
(57,60,61)
#2F3031
(47,48,49)
#252425
(37,36,37)
#1B1819
(27,24,25)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #758485

#758485
(117,132,133)
#818F90
(129,143,144)
#8D9A9B
(141,154,155)
#99A5A6
(153,165,166)
#A5B0B1
(165,176,177)
#B1BBBC
(177,187,188)
#BDC6C7
(189,198,199)
#C9D1D2
(201,209,210)
#D5DCDD
(213,220,221)
#E1E7E8
(225,231,232)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758485; }

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

This text font color is #758485.


Background Color

.myBgColor { background-color: #758485; }

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

This div background color is #758485.


Border color

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

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

This div border color is #758485.


Opacity

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

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

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

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

This text has shadow with #758485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758485 on black background.


Color preview on white background

This text has color #758485 on white background.



Black color preview on #758485 background

This text has black color on #758485 background.


White color preview on #758485 background

This text has white color on #758485 background.