COLOR #6F6463

HEX: #6F6463
RGB: (111,100,99)

Color info

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

RGB color model

#6F6463 color RGB value is (111,100,99).

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

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 99 of 255 = 39%

111
100
99

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

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 99 = 310 (100%)
R 111 of 310 ~ 35.81%
G 100 of 310 ~ 32.26%
B 99 of 310 ~ 31.94%

%35.81
%32.26
%31.94

CMYK color model

#6F6463 color CMYK value is (0,10,11,56).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 10.81%
  • key color value is 56.47%
CMYK:
(0,10,11,56)
C0M10Y11K56 
(0%,10%,11%,56%)
(0.00/0.10/0.11/0.56)	

CMYK percentages

%0
%9.91
%10.81
%56.47

Codes

Color #6F6463 in popluar color models

6F6463
RGB11110099
HSL5.71%41.18%
HSB/HSV10.81%43.53%
CMYK0.00%9.91%10.81%
56.47%

Color #6F6463 in popluar number systems.

HEX6F6463
Decimal11110099
Binary110111111001001100011
Octal157144143

Shades and tints

Shades of #6F6463

#6F6463
(111,100,99)
#655B5A
(101,91,90)
#5B5251
(91,82,81)
#514948
(81,73,72)
#47403F
(71,64,63)
#3D3736
(61,55,54)
#332E2D
(51,46,45)
#292524
(41,37,36)
#1F1C1B
(31,28,27)
#151312
(21,19,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #6F6463

#6F6463
(111,100,99)
#7C7271
(124,114,113)
#89807F
(137,128,127)
#968E8D
(150,142,141)
#A39C9B
(163,156,155)
#B0AAA9
(176,170,169)
#BDB8B7
(189,184,183)
#CAC6C5
(202,198,197)
#D7D4D3
(215,212,211)
#E4E2E1
(228,226,225)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6463; }

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

This text font color is #6F6463.


Background Color

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

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

This div background color is #6F6463.


Border color

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

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

This div border color is #6F6463.


Opacity

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

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

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

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

This text has shadow with #6F6463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6463 on black background.


Color preview on white background

This text has color #6F6463 on white background.



Black color preview on #6F6463 background

This text has black color on #6F6463 background.


White color preview on #6F6463 background

This text has white color on #6F6463 background.