COLOR #6B585F

HEX: #6B585F RGB: (107,88,95)

Color info

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

RGB color model

#6B585F color RGB value is (107,88,95).

RGB: (107,88,95) (42%, 35%, 37%)

RGB channels and saturation

R 107 of 255 = 42%
G 88 of 255 = 35%
B 95 of 255 = 37%

107
88
95

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

Portions of RGB colors in percentages

R + G + B = 107 + 88 + 95 = 290 (100%)
R 107 of 290 ~ 36.9%
G 88 of 290 ~ 30.34%
B 95 of 290 ~ 32.76'%

%36.9
%30.34
%32.76

CMYK color model

#6B585F color CMYK value is (0,18,11,58).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 11.21%
  • key color value is 58.04%

CMYK: (0,18,11,58)
C0M18Y11K58 (0%, 18%, 11%, 58%)
(0.00 / 0.18 / 0.11 / 0.58)

CMYK percentages

%0
%17.76
%11.21
%58.04

Codes

Color #6B585F in popluar color models

6B 58 5F
RGB 107 88 95
HSL 338° 9.74% 38.24%
HSB/HSV 338° 17.76% 41.96%
CMYK 0.00% 17.76% 11.21%
58.04%

Color #6B585F in popluar number systems.

HEX 6B 58 5F
Decimal 107 88 95
Binary 1101011 1011000 1011111
Octal 153 130 137

Shades and tints

Shades of #6B585F

#6B585F
(107,88,95)
#625057
(98,80,87)
#59484F
(89,72,79)
#504047
(80,64,71)
#47383F
(71,56,63)
#3E3037
(62,48,55)
#35282F
(53,40,47)
#2C2027
(44,32,39)
#23181F
(35,24,31)
#1A1017
(26,16,23)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #6B585F

#6B585F
(107,88,95)
#78676D
(120,103,109)
#85767B
(133,118,123)
#928589
(146,133,137)
#9F9497
(159,148,151)
#ACA3A5
(172,163,165)
#B9B2B3
(185,178,179)
#C6C1C1
(198,193,193)
#D3D0CF
(211,208,207)
#E0DFDD
(224,223,221)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B585F; }

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

This text font color is #6B585F.

Background Color

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

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

This div background color is #6B585F.

Border color

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

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

This div border color is #6B585F.

Opacity

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

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

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

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

This text has shadow with #6B585F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B585F.

Preview

Color preview on black background

This text has color #6B585F on black background.


Color preview on white background

This text has color #6B585F on white background.


Black color preview on #6B585F background

This text has black color on #6B585F background.


White color preview on #6B585F background

This text has white color on #6B585F background.


Related colors

Complementary color

Complementary color for #hex is #94A7A0.


I love getcolorcode.com

Triadic colors

1 #5F6B58 and #585F6B with #6B585F are triadic colors.

2 #5F586B and #586B5F with #6B585F are triadic colors.