COLOR #757468

HEX: #757468
RGB: (117,116,104)

Color info

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

RGB color model

#757468 color RGB value is (117,116,104).

  • red value is 117;
  • green value is 116;
  • blue value is 104.
RGB:
(117,116,104)
(46%,45%,41%)

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 104 of 255 = 41%

117
116
104

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 104 = 337 (100%)
R 117 of 337 ~ 34.72%
G 116 of 337 ~ 34.42%
B 104 of 337 ~ 30.86%

%34.72
%34.42
%30.86

CMYK color model

#757468 color CMYK value is (0,1,11,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(0,1,11,54)
C0M1Y11K54 
(0%,1%,11%,54%)
(0.00/0.01/0.11/0.54)	

CMYK percentages

%0
%0.85
%11.11
%54.12

Codes

Color #757468 in popluar color models

757468
RGB117116104
HSL55°5.88%43.33%
HSB/HSV55°11.11%45.88%
CMYK0.00%0.85%11.11%
54.12%

Color #757468 in popluar number systems.

HEX757468
Decimal117116104
Binary111010111101001101000
Octal165164150

Shades and tints

Shades of #757468

#757468
(117,116,104)
#6B6A5F
(107,106,95)
#616056
(97,96,86)
#57564D
(87,86,77)
#4D4C44
(77,76,68)
#43423B
(67,66,59)
#393832
(57,56,50)
#2F2E29
(47,46,41)
#252420
(37,36,32)
#1B1A17
(27,26,23)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #757468

#757468
(117,116,104)
#818075
(129,128,117)
#8D8C82
(141,140,130)
#99988F
(153,152,143)
#A5A49C
(165,164,156)
#B1B0A9
(177,176,169)
#BDBCB6
(189,188,182)
#C9C8C3
(201,200,195)
#D5D4D0
(213,212,208)
#E1E0DD
(225,224,221)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757468; }

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

This text font color is #757468.


Background Color

.myBgColor { background-color: #757468; }

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

This div background color is #757468.


Border color

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

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

This div border color is #757468.


Opacity

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

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

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

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

This text has shadow with #757468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757468 on black background.


Color preview on white background

This text has color #757468 on white background.



Black color preview on #757468 background

This text has black color on #757468 background.


White color preview on #757468 background

This text has white color on #757468 background.