COLOR #758484

HEX: #758484
RGB: (117,132,132)

Color info

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

RGB color model

#758484 color RGB value is (117,132,132).

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

RGB channels and saturation

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

117
132
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 132 = 381 (100%)
R 117 of 381 ~ 30.71%
G 132 of 381 ~ 34.65%
B 132 of 381 ~ 34.65%

%30.71
%34.65
%34.65

CMYK color model

#758484 color CMYK value is (11,0,0,48).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,0,0,48)
C11M0Y0K48 
(11%,0%,0%,48%)
(0.11/0.00/0.00/0.48)	

CMYK percentages

%11.36
%0
%0
%48.24

Codes

Color #758484 in popluar color models

758484
RGB117132132
HSL180°6.02%48.82%
HSB/HSV180°11.36%51.76%
CMYK11.36%0.00%0.00%
48.24%

Color #758484 in popluar number systems.

HEX758484
Decimal117132132
Binary11101011000010010000100
Octal165204204

Shades and tints

Shades of #758484

#758484
(117,132,132)
#6B7878
(107,120,120)
#616C6C
(97,108,108)
#576060
(87,96,96)
#4D5454
(77,84,84)
#434848
(67,72,72)
#393C3C
(57,60,60)
#2F3030
(47,48,48)
#252424
(37,36,36)
#1B1818
(27,24,24)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #758484

#758484
(117,132,132)
#818F8F
(129,143,143)
#8D9A9A
(141,154,154)
#99A5A5
(153,165,165)
#A5B0B0
(165,176,176)
#B1BBBB
(177,187,187)
#BDC6C6
(189,198,198)
#C9D1D1
(201,209,209)
#D5DCDC
(213,220,220)
#E1E7E7
(225,231,231)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758484; }

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

This text font color is #758484.


Background Color

.myBgColor { background-color: #758484; }

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

This div background color is #758484.


Border color

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

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

This div border color is #758484.


Opacity

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

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

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

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

This text has shadow with #758484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758484 on black background.


Color preview on white background

This text has color #758484 on white background.



Black color preview on #758484 background

This text has black color on #758484 background.


White color preview on #758484 background

This text has white color on #758484 background.