COLOR #757271

HEX: #757271
RGB: (117,114,113)

Color info

#757271 contains red, green and blue colors in about the same proportion. Web safe color of #757271 is #666666 (or #666).

RGB color model

#757271 color RGB value is (117,114,113).

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

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 113 of 255 = 44%

117
114
113

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 113 = 344 (100%)
R 117 of 344 ~ 34.01%
G 114 of 344 ~ 33.14%
B 113 of 344 ~ 32.85%

%34.01
%33.14
%32.85

CMYK color model

#757271 color CMYK value is (0,3,3,54).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 3.42%
  • key color value is 54.12%
CMYK:
(0,3,3,54)
C0M3Y3K54 
(0%,3%,3%,54%)
(0.00/0.03/0.03/0.54)	

CMYK percentages

%0
%2.56
%3.42
%54.12

Codes

Color #757271 in popluar color models

757271
RGB117114113
HSL15°1.74%45.10%
HSB/HSV15°3.42%45.88%
CMYK0.00%2.56%3.42%
54.12%

Color #757271 in popluar number systems.

HEX757271
Decimal117114113
Binary111010111100101110001
Octal165162161

Shades and tints

Shades of #757271

#757271
(117,114,113)
#6B6867
(107,104,103)
#615E5D
(97,94,93)
#575453
(87,84,83)
#4D4A49
(77,74,73)
#43403F
(67,64,63)
#393635
(57,54,53)
#2F2C2B
(47,44,43)
#252221
(37,34,33)
#1B1817
(27,24,23)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #757271

#757271
(117,114,113)
#817E7D
(129,126,125)
#8D8A89
(141,138,137)
#999695
(153,150,149)
#A5A2A1
(165,162,161)
#B1AEAD
(177,174,173)
#BDBAB9
(189,186,185)
#C9C6C5
(201,198,197)
#D5D2D1
(213,210,209)
#E1DEDD
(225,222,221)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757271; }

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

This text font color is #757271.


Background Color

.myBgColor { background-color: #757271; }

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

This div background color is #757271.


Border color

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

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

This div border color is #757271.


Opacity

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

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

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

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

This text has shadow with #757271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757271 on black background.


Color preview on white background

This text has color #757271 on white background.



Black color preview on #757271 background

This text has black color on #757271 background.


White color preview on #757271 background

This text has white color on #757271 background.