COLOR #757464

HEX: #757464
RGB: (117,116,100)

Color info

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

RGB color model

#757464 color RGB value is (117,116,100).

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

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 100 of 255 = 39%

117
116
100

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 100 = 333 (100%)
R 117 of 333 ~ 35.14%
G 116 of 333 ~ 34.83%
B 100 of 333 ~ 30.03%

%35.14
%34.83
%30.03

CMYK color model

#757464 color CMYK value is (0,1,15,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(0,1,15,54)
C0M1Y15K54 
(0%,1%,15%,54%)
(0.00/0.01/0.15/0.54)	

CMYK percentages

%0
%0.85
%14.53
%54.12

Codes

Color #757464 in popluar color models

757464
RGB117116100
HSL56°7.83%42.55%
HSB/HSV56°14.53%45.88%
CMYK0.00%0.85%14.53%
54.12%

Color #757464 in popluar number systems.

HEX757464
Decimal117116100
Binary111010111101001100100
Octal165164144

Shades and tints

Shades of #757464

#757464
(117,116,100)
#6B6A5B
(107,106,91)
#616052
(97,96,82)
#575649
(87,86,73)
#4D4C40
(77,76,64)
#434237
(67,66,55)
#39382E
(57,56,46)
#2F2E25
(47,46,37)
#25241C
(37,36,28)
#1B1A13
(27,26,19)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #757464

#757464
(117,116,100)
#818072
(129,128,114)
#8D8C80
(141,140,128)
#99988E
(153,152,142)
#A5A49C
(165,164,156)
#B1B0AA
(177,176,170)
#BDBCB8
(189,188,184)
#C9C8C6
(201,200,198)
#D5D4D4
(213,212,212)
#E1E0E2
(225,224,226)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757464; }

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

This text font color is #757464.


Background Color

.myBgColor { background-color: #757464; }

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

This div background color is #757464.


Border color

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

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

This div border color is #757464.


Opacity

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

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

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

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

This text has shadow with #757464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757464 on black background.


Color preview on white background

This text has color #757464 on white background.



Black color preview on #757464 background

This text has black color on #757464 background.


White color preview on #757464 background

This text has white color on #757464 background.