COLOR #6B565C

HEX: #6B565C
RGB: (107,86,92)

Color info

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

RGB color model

#6B565C color RGB value is (107,86,92).

  • red value is 107;
  • green value is 86;
  • blue value is 92.
RGB:
(107,86,92)
(42%,34%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 86 of 255 = 34%
B 92 of 255 = 36%

107
86
92

R + G + B ~ 37%. #6B565C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 86 + 92 = 285 (100%)
R 107 of 285 ~ 37.54%
G 86 of 285 ~ 30.18%
B 92 of 285 ~ 32.28%

%37.54
%30.18
%32.28

CMYK color model

#6B565C color CMYK value is (0,20,14,58).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 14.02%
  • key color value is 58.04%
CMYK:
(0,20,14,58)
C0M20Y14K58 
(0%,20%,14%,58%)
(0.00/0.20/0.14/0.58)	

CMYK percentages

%0
%19.63
%14.02
%58.04

Codes

Color #6B565C in popluar color models

6B565C
RGB1078692
HSL343°10.88%37.84%
HSB/HSV343°19.63%41.96%
CMYK0.00%19.63%14.02%
58.04%

Color #6B565C in popluar number systems.

HEX6B565C
Decimal1078692
Binary110101110101101011100
Octal153126134

Shades and tints

Shades of #6B565C

#6B565C
(107,86,92)
#624F54
(98,79,84)
#59484C
(89,72,76)
#504144
(80,65,68)
#473A3C
(71,58,60)
#3E3334
(62,51,52)
#352C2C
(53,44,44)
#2C2524
(44,37,36)
#231E1C
(35,30,28)
#1A1714
(26,23,20)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #6B565C

#6B565C
(107,86,92)
#78656A
(120,101,106)
#857478
(133,116,120)
#928386
(146,131,134)
#9F9294
(159,146,148)
#ACA1A2
(172,161,162)
#B9B0B0
(185,176,176)
#C6BFBE
(198,191,190)
#D3CECC
(211,206,204)
#E0DDDA
(224,221,218)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B565C color. Also use rgb(107,86,92) instead hex code.

Text Font Color

.myTextColor { color: #6B565C; }

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

This text font color is #6B565C.


Background Color

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

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

This div background color is #6B565C.


Border color

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

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

This div border color is #6B565C.


Opacity

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

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

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

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

This text has shadow with #6B565C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B565C on black background.


Color preview on white background

This text has color #6B565C on white background.



Black color preview on #6B565C background

This text has black color on #6B565C background.


White color preview on #6B565C background

This text has white color on #6B565C background.