COLOR #6B545F

HEX: #6B545F
RGB: (107,84,95)

Color info

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

RGB color model

#6B545F color RGB value is (107,84,95).

  • red value is 107;
  • green value is 84;
  • blue value is 95.
RGB:
(107,84,95)
(42%,33%,37%)

RGB channels and saturation

R 107 of 255 = 42%
G 84 of 255 = 33%
B 95 of 255 = 37%

107
84
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 84 + 95 = 286 (100%)
R 107 of 286 ~ 37.41%
G 84 of 286 ~ 29.37%
B 95 of 286 ~ 33.22%

%37.41
%29.37
%33.22

CMYK color model

#6B545F color CMYK value is (0,21,11,58).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 11.21%
  • key color value is 58.04%
CMYK:
(0,21,11,58)
C0M21Y11K58 
(0%,21%,11%,58%)
(0.00/0.21/0.11/0.58)	

CMYK percentages

%0
%21.5
%11.21
%58.04

Codes

Color #6B545F in popluar color models

6B545F
RGB1078495
HSL331°12.04%37.45%
HSB/HSV331°21.50%41.96%
CMYK0.00%21.50%11.21%
58.04%

Color #6B545F in popluar number systems.

HEX6B545F
Decimal1078495
Binary110101110101001011111
Octal153124137

Shades and tints

Shades of #6B545F

#6B545F
(107,84,95)
#624D57
(98,77,87)
#59464F
(89,70,79)
#503F47
(80,63,71)
#47383F
(71,56,63)
#3E3137
(62,49,55)
#352A2F
(53,42,47)
#2C2327
(44,35,39)
#231C1F
(35,28,31)
#1A1517
(26,21,23)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #6B545F

#6B545F
(107,84,95)
#78636D
(120,99,109)
#85727B
(133,114,123)
#928189
(146,129,137)
#9F9097
(159,144,151)
#AC9FA5
(172,159,165)
#B9AEB3
(185,174,179)
#C6BDC1
(198,189,193)
#D3CCCF
(211,204,207)
#E0DBDD
(224,219,221)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B545F; }

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

This text font color is #6B545F.


Background Color

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

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

This div background color is #6B545F.


Border color

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

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

This div border color is #6B545F.


Opacity

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

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

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

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

This text has shadow with #6B545F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B545F on black background.


Color preview on white background

This text has color #6B545F on white background.



Black color preview on #6B545F background

This text has black color on #6B545F background.


White color preview on #6B545F background

This text has white color on #6B545F background.