COLOR #6F5C64

HEX: #6F5C64
RGB: (111,92,100)

Color info

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

RGB color model

#6F5C64 color RGB value is (111,92,100).

  • red value is 111;
  • green value is 92;
  • blue value is 100.
RGB:
(111,92,100)
(44%,36%,39%)

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 100 of 255 = 39%

111
92
100

R + G + B ~ 40%. #6F5C64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 92 + 100 = 303 (100%)
R 111 of 303 ~ 36.63%
G 92 of 303 ~ 30.36%
B 100 of 303 ~ 33%

%36.63
%30.36
%33

CMYK color model

#6F5C64 color CMYK value is (0,17,10,56).

  • cyan value is 0.00%
  • magenta value is 17.12%
  • yellow value is 9.91%
  • key color value is 56.47%
CMYK:
(0,17,10,56)
C0M17Y10K56 
(0%,17%,10%,56%)
(0.00/0.17/0.10/0.56)	

CMYK percentages

%0
%17.12
%9.91
%56.47

Codes

Color #6F5C64 in popluar color models

6F5C64
RGB11192100
HSL335°9.36%39.80%
HSB/HSV335°17.12%43.53%
CMYK0.00%17.12%9.91%
56.47%

Color #6F5C64 in popluar number systems.

HEX6F5C64
Decimal11192100
Binary110111110111001100100
Octal157134144

Shades and tints

Shades of #6F5C64

#6F5C64
(111,92,100)
#65545B
(101,84,91)
#5B4C52
(91,76,82)
#514449
(81,68,73)
#473C40
(71,60,64)
#3D3437
(61,52,55)
#332C2E
(51,44,46)
#292425
(41,36,37)
#1F1C1C
(31,28,28)
#151413
(21,20,19)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #6F5C64

#6F5C64
(111,92,100)
#7C6A72
(124,106,114)
#897880
(137,120,128)
#96868E
(150,134,142)
#A3949C
(163,148,156)
#B0A2AA
(176,162,170)
#BDB0B8
(189,176,184)
#CABEC6
(202,190,198)
#D7CCD4
(215,204,212)
#E4DAE2
(228,218,226)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5C64 color. Also use rgb(111,92,100) instead hex code.

Text Font Color

.myTextColor { color: #6F5C64; }

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

This text font color is #6F5C64.


Background Color

.myBgColor { background-color: #6F5C64; }

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

This div background color is #6F5C64.


Border color

.myBorderColor { border: 1px solid #6F5C64; }

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

This div border color is #6F5C64.


Opacity

.myOpacity80 { color: #6F5C64; opacity: 0.8; }

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

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

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

This text has shadow with #6F5C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5C64 on black background.


Color preview on white background

This text has color #6F5C64 on white background.



Black color preview on #6F5C64 background

This text has black color on #6F5C64 background.


White color preview on #6F5C64 background

This text has white color on #6F5C64 background.