COLOR #6F5D63

HEX: #6F5D63
RGB: (111,93,99)

Color info

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

RGB color model

#6F5D63 color RGB value is (111,93,99).

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

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 99 of 255 = 39%

111
93
99

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

Portions of RGB colors in percentages

R + G + B =
111 + 93 + 99 = 303 (100%)
R 111 of 303 ~ 36.63%
G 93 of 303 ~ 30.69%
B 99 of 303 ~ 32.67%

%36.63
%30.69
%32.67

CMYK color model

#6F5D63 color CMYK value is (0,16,11,56).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 10.81%
  • key color value is 56.47%
CMYK:
(0,16,11,56)
C0M16Y11K56 
(0%,16%,11%,56%)
(0.00/0.16/0.11/0.56)	

CMYK percentages

%0
%16.22
%10.81
%56.47

Codes

Color #6F5D63 in popluar color models

6F5D63
RGB1119399
HSL340°8.82%40.00%
HSB/HSV340°16.22%43.53%
CMYK0.00%16.22%10.81%
56.47%

Color #6F5D63 in popluar number systems.

HEX6F5D63
Decimal1119399
Binary110111110111011100011
Octal157135143

Shades and tints

Shades of #6F5D63

#6F5D63
(111,93,99)
#65555A
(101,85,90)
#5B4D51
(91,77,81)
#514548
(81,69,72)
#473D3F
(71,61,63)
#3D3536
(61,53,54)
#332D2D
(51,45,45)
#292524
(41,37,36)
#1F1D1B
(31,29,27)
#151512
(21,21,18)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #6F5D63

#6F5D63
(111,93,99)
#7C6B71
(124,107,113)
#89797F
(137,121,127)
#96878D
(150,135,141)
#A3959B
(163,149,155)
#B0A3A9
(176,163,169)
#BDB1B7
(189,177,183)
#CABFC5
(202,191,197)
#D7CDD3
(215,205,211)
#E4DBE1
(228,219,225)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5D63; }

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

This text font color is #6F5D63.


Background Color

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

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

This div background color is #6F5D63.


Border color

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

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

This div border color is #6F5D63.


Opacity

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

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

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

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

This text has shadow with #6F5D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5D63 on black background.


Color preview on white background

This text has color #6F5D63 on white background.



Black color preview on #6F5D63 background

This text has black color on #6F5D63 background.


White color preview on #6F5D63 background

This text has white color on #6F5D63 background.