COLOR #757364

HEX: #757364
RGB: (117,115,100)

Color info

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

RGB color model

#757364 color RGB value is (117,115,100).

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

RGB channels and saturation

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

117
115
100

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 100 = 332 (100%)
R 117 of 332 ~ 35.24%
G 115 of 332 ~ 34.64%
B 100 of 332 ~ 30.12%

%35.24
%34.64
%30.12

CMYK color model

#757364 color CMYK value is (0,2,15,54).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(0,2,15,54)
C0M2Y15K54 
(0%,2%,15%,54%)
(0.00/0.02/0.15/0.54)	

CMYK percentages

%0
%1.71
%14.53
%54.12

Codes

Color #757364 in popluar color models

757364
RGB117115100
HSL53°7.83%42.55%
HSB/HSV53°14.53%45.88%
CMYK0.00%1.71%14.53%
54.12%

Color #757364 in popluar number systems.

HEX757364
Decimal117115100
Binary111010111100111100100
Octal165163144

Shades and tints

Shades of #757364

#757364
(117,115,100)
#6B695B
(107,105,91)
#615F52
(97,95,82)
#575549
(87,85,73)
#4D4B40
(77,75,64)
#434137
(67,65,55)
#39372E
(57,55,46)
#2F2D25
(47,45,37)
#25231C
(37,35,28)
#1B1913
(27,25,19)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #757364

#757364
(117,115,100)
#817F72
(129,127,114)
#8D8B80
(141,139,128)
#99978E
(153,151,142)
#A5A39C
(165,163,156)
#B1AFAA
(177,175,170)
#BDBBB8
(189,187,184)
#C9C7C6
(201,199,198)
#D5D3D4
(213,211,212)
#E1DFE2
(225,223,226)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757364; }

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

This text font color is #757364.


Background Color

.myBgColor { background-color: #757364; }

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

This div background color is #757364.


Border color

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

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

This div border color is #757364.


Opacity

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

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

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

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

This text has shadow with #757364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757364 on black background.


Color preview on white background

This text has color #757364 on white background.



Black color preview on #757364 background

This text has black color on #757364 background.


White color preview on #757364 background

This text has white color on #757364 background.