COLOR #6F5659

HEX: #6F5659
RGB: (111,86,89)

Color info

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

RGB color model

#6F5659 color RGB value is (111,86,89).

  • red value is 111;
  • green value is 86;
  • blue value is 89.
RGB:
(111,86,89)
(44%,34%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 89 of 255 = 35%

111
86
89

R + G + B ~ 38%. #6F5659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 86 + 89 = 286 (100%)
R 111 of 286 ~ 38.81%
G 86 of 286 ~ 30.07%
B 89 of 286 ~ 31.12%

%38.81
%30.07
%31.12

CMYK color model

#6F5659 color CMYK value is (0,23,20,56).

  • cyan value is 0.00%
  • magenta value is 22.52%
  • yellow value is 19.82%
  • key color value is 56.47%
CMYK:
(0,23,20,56)
C0M23Y20K56 
(0%,23%,20%,56%)
(0.00/0.23/0.20/0.56)	

CMYK percentages

%0
%22.52
%19.82
%56.47

Codes

Color #6F5659 in popluar color models

6F5659
RGB1118689
HSL353°12.69%38.63%
HSB/HSV353°22.52%43.53%
CMYK0.00%22.52%19.82%
56.47%

Color #6F5659 in popluar number systems.

HEX6F5659
Decimal1118689
Binary110111110101101011001
Octal157126131

Shades and tints

Shades of #6F5659

#6F5659
(111,86,89)
#654F51
(101,79,81)
#5B4849
(91,72,73)
#514141
(81,65,65)
#473A39
(71,58,57)
#3D3331
(61,51,49)
#332C29
(51,44,41)
#292521
(41,37,33)
#1F1E19
(31,30,25)
#151711
(21,23,17)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #6F5659

#6F5659
(111,86,89)
#7C6568
(124,101,104)
#897477
(137,116,119)
#968386
(150,131,134)
#A39295
(163,146,149)
#B0A1A4
(176,161,164)
#BDB0B3
(189,176,179)
#CABFC2
(202,191,194)
#D7CED1
(215,206,209)
#E4DDE0
(228,221,224)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5659 color. Also use rgb(111,86,89) instead hex code.

Text Font Color

.myTextColor { color: #6F5659; }

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

This text font color is #6F5659.


Background Color

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

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

This div background color is #6F5659.


Border color

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

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

This div border color is #6F5659.


Opacity

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

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

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

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

This text has shadow with #6F5659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5659 on black background.


Color preview on white background

This text has color #6F5659 on white background.



Black color preview on #6F5659 background

This text has black color on #6F5659 background.


White color preview on #6F5659 background

This text has white color on #6F5659 background.