COLOR #757282

HEX: #757282
RGB: (117,114,130)

Color info

#757282 contains red, green and blue colors in about the same proportion. Web safe color of #757282 is #666699 (or #669).

RGB color model

#757282 color RGB value is (117,114,130).

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

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 130 of 255 = 51%

117
114
130

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 130 = 361 (100%)
R 117 of 361 ~ 32.41%
G 114 of 361 ~ 31.58%
B 130 of 361 ~ 36.01%

%32.41
%31.58
%36.01

CMYK color model

#757282 color CMYK value is (10,12,0,49).

  • cyan value is 10.00%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(10,12,0,49)
C10M12Y0K49 
(10%,12%,0%,49%)
(0.10/0.12/0.00/0.49)	

CMYK percentages

%10
%12.31
%0
%49.02

Codes

Color #757282 in popluar color models

757282
RGB117114130
HSL251°6.56%47.84%
HSB/HSV251°12.31%50.98%
CMYK10.00%12.31%0.00%
49.02%

Color #757282 in popluar number systems.

HEX757282
Decimal117114130
Binary1110101111001010000010
Octal165162202

Shades and tints

Shades of #757282

#757282
(117,114,130)
#6B6877
(107,104,119)
#615E6C
(97,94,108)
#575461
(87,84,97)
#4D4A56
(77,74,86)
#43404B
(67,64,75)
#393640
(57,54,64)
#2F2C35
(47,44,53)
#25222A
(37,34,42)
#1B181F
(27,24,31)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #757282

#757282
(117,114,130)
#817E8D
(129,126,141)
#8D8A98
(141,138,152)
#9996A3
(153,150,163)
#A5A2AE
(165,162,174)
#B1AEB9
(177,174,185)
#BDBAC4
(189,186,196)
#C9C6CF
(201,198,207)
#D5D2DA
(213,210,218)
#E1DEE5
(225,222,229)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757282; }

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

This text font color is #757282.


Background Color

.myBgColor { background-color: #757282; }

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

This div background color is #757282.


Border color

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

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

This div border color is #757282.


Opacity

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

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

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

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

This text has shadow with #757282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757282 on black background.


Color preview on white background

This text has color #757282 on white background.



Black color preview on #757282 background

This text has black color on #757282 background.


White color preview on #757282 background

This text has white color on #757282 background.