COLOR #6F5F64

HEX: #6F5F64
RGB: (111,95,100)

Color info

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

RGB color model

#6F5F64 color RGB value is (111,95,100).

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

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 100 of 255 = 39%

111
95
100

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

Portions of RGB colors in percentages

R + G + B =
111 + 95 + 100 = 306 (100%)
R 111 of 306 ~ 36.27%
G 95 of 306 ~ 31.05%
B 100 of 306 ~ 32.68%

%36.27
%31.05
%32.68

CMYK color model

#6F5F64 color CMYK value is (0,14,10,56).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 9.91%
  • key color value is 56.47%
CMYK:
(0,14,10,56)
C0M14Y10K56 
(0%,14%,10%,56%)
(0.00/0.14/0.10/0.56)	

CMYK percentages

%0
%14.41
%9.91
%56.47

Codes

Color #6F5F64 in popluar color models

6F5F64
RGB11195100
HSL341°7.77%40.39%
HSB/HSV341°14.41%43.53%
CMYK0.00%14.41%9.91%
56.47%

Color #6F5F64 in popluar number systems.

HEX6F5F64
Decimal11195100
Binary110111110111111100100
Octal157137144

Shades and tints

Shades of #6F5F64

#6F5F64
(111,95,100)
#65575B
(101,87,91)
#5B4F52
(91,79,82)
#514749
(81,71,73)
#473F40
(71,63,64)
#3D3737
(61,55,55)
#332F2E
(51,47,46)
#292725
(41,39,37)
#1F1F1C
(31,31,28)
#151713
(21,23,19)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #6F5F64

#6F5F64
(111,95,100)
#7C6D72
(124,109,114)
#897B80
(137,123,128)
#96898E
(150,137,142)
#A3979C
(163,151,156)
#B0A5AA
(176,165,170)
#BDB3B8
(189,179,184)
#CAC1C6
(202,193,198)
#D7CFD4
(215,207,212)
#E4DDE2
(228,221,226)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5F64; }

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

This text font color is #6F5F64.


Background Color

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

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

This div background color is #6F5F64.


Border color

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

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

This div border color is #6F5F64.


Opacity

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

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

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

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

This text has shadow with #6F5F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5F64 on black background.


Color preview on white background

This text has color #6F5F64 on white background.



Black color preview on #6F5F64 background

This text has black color on #6F5F64 background.


White color preview on #6F5F64 background

This text has white color on #6F5F64 background.