COLOR #6B5A5C

HEX: #6B5A5C
RGB: (107,90,92)

Color info

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

RGB color model

#6B5A5C color RGB value is (107,90,92).

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

RGB channels and saturation

R 107 of 255 = 42%
G 90 of 255 = 35%
B 92 of 255 = 36%

107
90
92

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

Portions of RGB colors in percentages

R + G + B =
107 + 90 + 92 = 289 (100%)
R 107 of 289 ~ 37.02%
G 90 of 289 ~ 31.14%
B 92 of 289 ~ 31.83%

%37.02
%31.14
%31.83

CMYK color model

#6B5A5C color CMYK value is (0,16,14,58).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 14.02%
  • key color value is 58.04%
CMYK:
(0,16,14,58)
C0M16Y14K58 
(0%,16%,14%,58%)
(0.00/0.16/0.14/0.58)	

CMYK percentages

%0
%15.89
%14.02
%58.04

Codes

Color #6B5A5C in popluar color models

6B5A5C
RGB1079092
HSL353°8.63%38.63%
HSB/HSV353°15.89%41.96%
CMYK0.00%15.89%14.02%
58.04%

Color #6B5A5C in popluar number systems.

HEX6B5A5C
Decimal1079092
Binary110101110110101011100
Octal153132134

Shades and tints

Shades of #6B5A5C

#6B5A5C
(107,90,92)
#625254
(98,82,84)
#594A4C
(89,74,76)
#504244
(80,66,68)
#473A3C
(71,58,60)
#3E3234
(62,50,52)
#352A2C
(53,42,44)
#2C2224
(44,34,36)
#231A1C
(35,26,28)
#1A1214
(26,18,20)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #6B5A5C

#6B5A5C
(107,90,92)
#78696A
(120,105,106)
#857878
(133,120,120)
#928786
(146,135,134)
#9F9694
(159,150,148)
#ACA5A2
(172,165,162)
#B9B4B0
(185,180,176)
#C6C3BE
(198,195,190)
#D3D2CC
(211,210,204)
#E0E1DA
(224,225,218)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5A5C; }

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

This text font color is #6B5A5C.


Background Color

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

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

This div background color is #6B5A5C.


Border color

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

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

This div border color is #6B5A5C.


Opacity

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

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

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

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

This text has shadow with #6B5A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5A5C on black background.


Color preview on white background

This text has color #6B5A5C on white background.



Black color preview on #6B5A5C background

This text has black color on #6B5A5C background.


White color preview on #6B5A5C background

This text has white color on #6B5A5C background.