COLOR #6B585D

HEX: #6B585D
RGB: (107,88,93)

Color info

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

RGB color model

#6B585D color RGB value is (107,88,93).

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

RGB channels and saturation

R 107 of 255 = 42%
G 88 of 255 = 35%
B 93 of 255 = 36%

107
88
93

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

Portions of RGB colors in percentages

R + G + B =
107 + 88 + 93 = 288 (100%)
R 107 of 288 ~ 37.15%
G 88 of 288 ~ 30.56%
B 93 of 288 ~ 32.29%

%37.15
%30.56
%32.29

CMYK color model

#6B585D color CMYK value is (0,18,13,58).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 13.08%
  • key color value is 58.04%
CMYK:
(0,18,13,58)
C0M18Y13K58 
(0%,18%,13%,58%)
(0.00/0.18/0.13/0.58)	

CMYK percentages

%0
%17.76
%13.08
%58.04

Codes

Color #6B585D in popluar color models

6B585D
RGB1078893
HSL344°9.74%38.24%
HSB/HSV344°17.76%41.96%
CMYK0.00%17.76%13.08%
58.04%

Color #6B585D in popluar number systems.

HEX6B585D
Decimal1078893
Binary110101110110001011101
Octal153130135

Shades and tints

Shades of #6B585D

#6B585D
(107,88,93)
#625055
(98,80,85)
#59484D
(89,72,77)
#504045
(80,64,69)
#47383D
(71,56,61)
#3E3035
(62,48,53)
#35282D
(53,40,45)
#2C2025
(44,32,37)
#23181D
(35,24,29)
#1A1015
(26,16,21)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #6B585D

#6B585D
(107,88,93)
#78676B
(120,103,107)
#857679
(133,118,121)
#928587
(146,133,135)
#9F9495
(159,148,149)
#ACA3A3
(172,163,163)
#B9B2B1
(185,178,177)
#C6C1BF
(198,193,191)
#D3D0CD
(211,208,205)
#E0DFDB
(224,223,219)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B585D color. Also use rgb(107,88,93) instead hex code.

Text Font Color

.myTextColor { color: #6B585D; }

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

This text font color is #6B585D.


Background Color

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

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

This div background color is #6B585D.


Border color

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

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

This div border color is #6B585D.


Opacity

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

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

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

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

This text has shadow with #6B585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B585D on black background.


Color preview on white background

This text has color #6B585D on white background.



Black color preview on #6B585D background

This text has black color on #6B585D background.


White color preview on #6B585D background

This text has white color on #6B585D background.