COLOR #6F5667

HEX: #6F5667
RGB: (111,86,103)

Color info

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

RGB color model

#6F5667 color RGB value is (111,86,103).

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

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 103 of 255 = 40%

111
86
103

R + G + B ~ 39%. #6F5667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 86 + 103 = 300 (100%)
R 111 of 300 ~ 37%
G 86 of 300 ~ 28.67%
B 103 of 300 ~ 34.33%

%37
%28.67
%34.33

CMYK color model

#6F5667 color CMYK value is (0,23,7,56).

  • cyan value is 0.00%
  • magenta value is 22.52%
  • yellow value is 7.21%
  • key color value is 56.47%
CMYK:
(0,23,7,56)
C0M23Y7K56 
(0%,23%,7%,56%)
(0.00/0.23/0.07/0.56)	

CMYK percentages

%0
%22.52
%7.21
%56.47

Codes

Color #6F5667 in popluar color models

6F5667
RGB11186103
HSL319°12.69%38.63%
HSB/HSV319°22.52%43.53%
CMYK0.00%22.52%7.21%
56.47%

Color #6F5667 in popluar number systems.

HEX6F5667
Decimal11186103
Binary110111110101101100111
Octal157126147

Shades and tints

Shades of #6F5667

#6F5667
(111,86,103)
#654F5E
(101,79,94)
#5B4855
(91,72,85)
#51414C
(81,65,76)
#473A43
(71,58,67)
#3D333A
(61,51,58)
#332C31
(51,44,49)
#292528
(41,37,40)
#1F1E1F
(31,30,31)
#151716
(21,23,22)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F5667

#6F5667
(111,86,103)
#7C6574
(124,101,116)
#897481
(137,116,129)
#96838E
(150,131,142)
#A3929B
(163,146,155)
#B0A1A8
(176,161,168)
#BDB0B5
(189,176,181)
#CABFC2
(202,191,194)
#D7CECF
(215,206,207)
#E4DDDC
(228,221,220)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5667; }

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

This text font color is #6F5667.


Background Color

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

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

This div background color is #6F5667.


Border color

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

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

This div border color is #6F5667.


Opacity

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

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

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

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

This text has shadow with #6F5667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5667 on black background.


Color preview on white background

This text has color #6F5667 on white background.



Black color preview on #6F5667 background

This text has black color on #6F5667 background.


White color preview on #6F5667 background

This text has white color on #6F5667 background.