COLOR #6B545D

HEX: #6B545D RGB: (107,84,93)

Color info

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

RGB color model

#6B545D color RGB value is (107,84,93).

RGB: (107,84,93) (42%, 33%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 84 of 255 = 33%
B 93 of 255 = 36%

107
84
93

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

Portions of RGB colors in percentages

R + G + B = 107 + 84 + 93 = 284 (100%)
R 107 of 284 ~ 37.68%
G 84 of 284 ~ 29.58%
B 93 of 284 ~ 32.75'%

%37.68
%29.58
%32.75

CMYK color model

#6B545D color CMYK value is (0,21,13,58).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 13.08%
  • key color value is 58.04%

CMYK: (0,21,13,58)
C0M21Y13K58 (0%, 21%, 13%, 58%)
(0.00 / 0.21 / 0.13 / 0.58)

CMYK percentages

%0
%21.5
%13.08
%58.04

Codes

Color #6B545D in popluar color models

6B 54 5D
RGB 107 84 93
HSL 337° 12.04% 37.45%
HSB/HSV 337° 21.50% 41.96%
CMYK 0.00% 21.50% 13.08%
58.04%

Color #6B545D in popluar number systems.

HEX 6B 54 5D
Decimal 107 84 93
Binary 1101011 1010100 1011101
Octal 153 124 135

Shades and tints

Shades of #6B545D

#6B545D
(107,84,93)
#624D55
(98,77,85)
#59464D
(89,70,77)
#503F45
(80,63,69)
#47383D
(71,56,61)
#3E3135
(62,49,53)
#352A2D
(53,42,45)
#2C2325
(44,35,37)
#231C1D
(35,28,29)
#1A1515
(26,21,21)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #6B545D

#6B545D
(107,84,93)
#78636B
(120,99,107)
#857279
(133,114,121)
#928187
(146,129,135)
#9F9095
(159,144,149)
#AC9FA3
(172,159,163)
#B9AEB1
(185,174,177)
#C6BDBF
(198,189,191)
#D3CCCD
(211,204,205)
#E0DBDB
(224,219,219)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B545D; }

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

This text font color is #6B545D.

Background Color

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

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

This div background color is #6B545D.

Border color

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

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

This div border color is #6B545D.

Opacity

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

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

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

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

This text has shadow with #6B545D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B545D.

Preview

Color preview on black background

This text has color #6B545D on black background.


Color preview on white background

This text has color #6B545D on white background.


Black color preview on #6B545D background

This text has black color on #6B545D background.


White color preview on #6B545D background

This text has white color on #6B545D background.


Related colors

Complementary color

Complementary color for #hex is #94ABA2.


I love getcolorcode.com

Triadic colors

1 #5D6B54 and #545D6B with #6B545D are triadic colors.

2 #5D546B and #546B5D with #6B545D are triadic colors.