COLOR #6F6362

HEX: #6F6362
RGB: (111,99,98)

Color info

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

RGB color model

#6F6362 color RGB value is (111,99,98).

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

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 98 of 255 = 38%

111
99
98

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 98 = 308 (100%)
R 111 of 308 ~ 36.04%
G 99 of 308 ~ 32.14%
B 98 of 308 ~ 31.82%

%36.04
%32.14
%31.82

CMYK color model

#6F6362 color CMYK value is (0,11,12,56).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 11.71%
  • key color value is 56.47%
CMYK:
(0,11,12,56)
C0M11Y12K56 
(0%,11%,12%,56%)
(0.00/0.11/0.12/0.56)	

CMYK percentages

%0
%10.81
%11.71
%56.47

Codes

Color #6F6362 in popluar color models

6F6362
RGB1119998
HSL6.22%40.98%
HSB/HSV11.71%43.53%
CMYK0.00%10.81%11.71%
56.47%

Color #6F6362 in popluar number systems.

HEX6F6362
Decimal1119998
Binary110111111000111100010
Octal157143142

Shades and tints

Shades of #6F6362

#6F6362
(111,99,98)
#655A5A
(101,90,90)
#5B5152
(91,81,82)
#51484A
(81,72,74)
#473F42
(71,63,66)
#3D363A
(61,54,58)
#332D32
(51,45,50)
#29242A
(41,36,42)
#1F1B22
(31,27,34)
#15121A
(21,18,26)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #6F6362

#6F6362
(111,99,98)
#7C7170
(124,113,112)
#897F7E
(137,127,126)
#968D8C
(150,141,140)
#A39B9A
(163,155,154)
#B0A9A8
(176,169,168)
#BDB7B6
(189,183,182)
#CAC5C4
(202,197,196)
#D7D3D2
(215,211,210)
#E4E1E0
(228,225,224)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6362; }

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

This text font color is #6F6362.


Background Color

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

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

This div background color is #6F6362.


Border color

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

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

This div border color is #6F6362.


Opacity

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

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

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

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

This text has shadow with #6F6362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6362 on black background.


Color preview on white background

This text has color #6F6362 on white background.



Black color preview on #6F6362 background

This text has black color on #6F6362 background.


White color preview on #6F6362 background

This text has white color on #6F6362 background.