COLOR #757368

HEX: #757368
RGB: (117,115,104)

Color info

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

RGB color model

#757368 color RGB value is (117,115,104).

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

RGB channels and saturation

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

117
115
104

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 104 = 336 (100%)
R 117 of 336 ~ 34.82%
G 115 of 336 ~ 34.23%
B 104 of 336 ~ 30.95%

%34.82
%34.23
%30.95

CMYK color model

#757368 color CMYK value is (0,2,11,54).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(0,2,11,54)
C0M2Y11K54 
(0%,2%,11%,54%)
(0.00/0.02/0.11/0.54)	

CMYK percentages

%0
%1.71
%11.11
%54.12

Codes

Color #757368 in popluar color models

757368
RGB117115104
HSL51°5.88%43.33%
HSB/HSV51°11.11%45.88%
CMYK0.00%1.71%11.11%
54.12%

Color #757368 in popluar number systems.

HEX757368
Decimal117115104
Binary111010111100111101000
Octal165163150

Shades and tints

Shades of #757368

#757368
(117,115,104)
#6B695F
(107,105,95)
#615F56
(97,95,86)
#57554D
(87,85,77)
#4D4B44
(77,75,68)
#43413B
(67,65,59)
#393732
(57,55,50)
#2F2D29
(47,45,41)
#252320
(37,35,32)
#1B1917
(27,25,23)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #757368

#757368
(117,115,104)
#817F75
(129,127,117)
#8D8B82
(141,139,130)
#99978F
(153,151,143)
#A5A39C
(165,163,156)
#B1AFA9
(177,175,169)
#BDBBB6
(189,187,182)
#C9C7C3
(201,199,195)
#D5D3D0
(213,211,208)
#E1DFDD
(225,223,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757368; }

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

This text font color is #757368.


Background Color

.myBgColor { background-color: #757368; }

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

This div background color is #757368.


Border color

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

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

This div border color is #757368.


Opacity

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

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

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

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

This text has shadow with #757368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757368 on black background.


Color preview on white background

This text has color #757368 on white background.



Black color preview on #757368 background

This text has black color on #757368 background.


White color preview on #757368 background

This text has white color on #757368 background.