COLOR #757067

HEX: #757067
RGB: (117,112,103)

Color info

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

RGB color model

#757067 color RGB value is (117,112,103).

  • red value is 117;
  • green value is 112;
  • blue value is 103.
RGB:
(117,112,103)
(46%,44%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 103 of 255 = 40%

117
112
103

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

Portions of RGB colors in percentages

R + G + B =
117 + 112 + 103 = 332 (100%)
R 117 of 332 ~ 35.24%
G 112 of 332 ~ 33.73%
B 103 of 332 ~ 31.02%

%35.24
%33.73
%31.02

CMYK color model

#757067 color CMYK value is (0,4,12,54).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(0,4,12,54)
C0M4Y12K54 
(0%,4%,12%,54%)
(0.00/0.04/0.12/0.54)	

CMYK percentages

%0
%4.27
%11.97
%54.12

Codes

Color #757067 in popluar color models

757067
RGB117112103
HSL39°6.36%43.14%
HSB/HSV39°11.97%45.88%
CMYK0.00%4.27%11.97%
54.12%

Color #757067 in popluar number systems.

HEX757067
Decimal117112103
Binary111010111100001100111
Octal165160147

Shades and tints

Shades of #757067

#757067
(117,112,103)
#6B665E
(107,102,94)
#615C55
(97,92,85)
#57524C
(87,82,76)
#4D4843
(77,72,67)
#433E3A
(67,62,58)
#393431
(57,52,49)
#2F2A28
(47,42,40)
#25201F
(37,32,31)
#1B1616
(27,22,22)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #757067

#757067
(117,112,103)
#817D74
(129,125,116)
#8D8A81
(141,138,129)
#99978E
(153,151,142)
#A5A49B
(165,164,155)
#B1B1A8
(177,177,168)
#BDBEB5
(189,190,181)
#C9CBC2
(201,203,194)
#D5D8CF
(213,216,207)
#E1E5DC
(225,229,220)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757067 color. Also use rgb(117,112,103) instead hex code.

Text Font Color

.myTextColor { color: #757067; }

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

This text font color is #757067.


Background Color

.myBgColor { background-color: #757067; }

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

This div background color is #757067.


Border color

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

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

This div border color is #757067.


Opacity

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

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

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

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

This text has shadow with #757067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757067 on black background.


Color preview on white background

This text has color #757067 on white background.



Black color preview on #757067 background

This text has black color on #757067 background.


White color preview on #757067 background

This text has white color on #757067 background.