COLOR #6B6C54

HEX: #6B6C54
RGB: (107,108,84)

Color info

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

RGB color model

#6B6C54 color RGB value is (107,108,84).

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

RGB channels and saturation

R 107 of 255 = 42%
G 108 of 255 = 42%
B 84 of 255 = 33%

107
108
84

R + G + B ~ 39%. #6B6C54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 108 + 84 = 299 (100%)
R 107 of 299 ~ 35.79%
G 108 of 299 ~ 36.12%
B 84 of 299 ~ 28.09%

%35.79
%36.12
%28.09

CMYK color model

#6B6C54 color CMYK value is (1,0,22,58).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 57.65%
CMYK:
(1,0,22,58)
C1M0Y22K58 
(1%,0%,22%,58%)
(0.01/0.00/0.22/0.58)	

CMYK percentages

%0.93
%0
%22.22
%57.65

Codes

Color #6B6C54 in popluar color models

6B6C54
RGB10710884
HSL63°12.50%37.65%
HSB/HSV63°22.22%42.35%
CMYK0.93%0.00%22.22%
57.65%

Color #6B6C54 in popluar number systems.

HEX6B6C54
Decimal10710884
Binary110101111011001010100
Octal153154124

Shades and tints

Shades of #6B6C54

#6B6C54
(107,108,84)
#62634D
(98,99,77)
#595A46
(89,90,70)
#50513F
(80,81,63)
#474838
(71,72,56)
#3E3F31
(62,63,49)
#35362A
(53,54,42)
#2C2D23
(44,45,35)
#23241C
(35,36,28)
#1A1B15
(26,27,21)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #6B6C54

#6B6C54
(107,108,84)
#787963
(120,121,99)
#858672
(133,134,114)
#929381
(146,147,129)
#9FA090
(159,160,144)
#ACAD9F
(172,173,159)
#B9BAAE
(185,186,174)
#C6C7BD
(198,199,189)
#D3D4CC
(211,212,204)
#E0E1DB
(224,225,219)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6C54; }

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

This text font color is #6B6C54.


Background Color

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

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

This div background color is #6B6C54.


Border color

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

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

This div border color is #6B6C54.


Opacity

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

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

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

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

This text has shadow with #6B6C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6C54 on black background.


Color preview on white background

This text has color #6B6C54 on white background.



Black color preview on #6B6C54 background

This text has black color on #6B6C54 background.


White color preview on #6B6C54 background

This text has white color on #6B6C54 background.