COLOR #6B6C57

HEX: #6B6C57
RGB: (107,108,87)

Color info

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

RGB color model

#6B6C57 color RGB value is (107,108,87).

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

RGB channels and saturation

R 107 of 255 = 42%
G 108 of 255 = 42%
B 87 of 255 = 34%

107
108
87

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

Portions of RGB colors in percentages

R + G + B =
107 + 108 + 87 = 302 (100%)
R 107 of 302 ~ 35.43%
G 108 of 302 ~ 35.76%
B 87 of 302 ~ 28.81%

%35.43
%35.76
%28.81

CMYK color model

#6B6C57 color CMYK value is (1,0,19,58).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 57.65%
CMYK:
(1,0,19,58)
C1M0Y19K58 
(1%,0%,19%,58%)
(0.01/0.00/0.19/0.58)	

CMYK percentages

%0.93
%0
%19.44
%57.65

Codes

Color #6B6C57 in popluar color models

6B6C57
RGB10710887
HSL63°10.77%38.24%
HSB/HSV63°19.44%42.35%
CMYK0.93%0.00%19.44%
57.65%

Color #6B6C57 in popluar number systems.

HEX6B6C57
Decimal10710887
Binary110101111011001010111
Octal153154127

Shades and tints

Shades of #6B6C57

#6B6C57
(107,108,87)
#626350
(98,99,80)
#595A49
(89,90,73)
#505142
(80,81,66)
#47483B
(71,72,59)
#3E3F34
(62,63,52)
#35362D
(53,54,45)
#2C2D26
(44,45,38)
#23241F
(35,36,31)
#1A1B18
(26,27,24)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #6B6C57

#6B6C57
(107,108,87)
#787966
(120,121,102)
#858675
(133,134,117)
#929384
(146,147,132)
#9FA093
(159,160,147)
#ACADA2
(172,173,162)
#B9BAB1
(185,186,177)
#C6C7C0
(198,199,192)
#D3D4CF
(211,212,207)
#E0E1DE
(224,225,222)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6C57; }

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

This text font color is #6B6C57.


Background Color

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

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

This div background color is #6B6C57.


Border color

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

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

This div border color is #6B6C57.


Opacity

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

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

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

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

This text has shadow with #6B6C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6C57 on black background.


Color preview on white background

This text has color #6B6C57 on white background.



Black color preview on #6B6C57 background

This text has black color on #6B6C57 background.


White color preview on #6B6C57 background

This text has white color on #6B6C57 background.