COLOR #6B6257

HEX: #6B6257
RGB: (107,98,87)

Color info

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

RGB color model

#6B6257 color RGB value is (107,98,87).

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

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 87 of 255 = 34%

107
98
87

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 87 = 292 (100%)
R 107 of 292 ~ 36.64%
G 98 of 292 ~ 33.56%
B 87 of 292 ~ 29.79%

%36.64
%33.56
%29.79

CMYK color model

#6B6257 color CMYK value is (0,8,19,58).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 18.69%
  • key color value is 58.04%
CMYK:
(0,8,19,58)
C0M8Y19K58 
(0%,8%,19%,58%)
(0.00/0.08/0.19/0.58)	

CMYK percentages

%0
%8.41
%18.69
%58.04

Codes

Color #6B6257 in popluar color models

6B6257
RGB1079887
HSL33°10.31%38.04%
HSB/HSV33°18.69%41.96%
CMYK0.00%8.41%18.69%
58.04%

Color #6B6257 in popluar number systems.

HEX6B6257
Decimal1079887
Binary110101111000101010111
Octal153142127

Shades and tints

Shades of #6B6257

#6B6257
(107,98,87)
#625A50
(98,90,80)
#595249
(89,82,73)
#504A42
(80,74,66)
#47423B
(71,66,59)
#3E3A34
(62,58,52)
#35322D
(53,50,45)
#2C2A26
(44,42,38)
#23221F
(35,34,31)
#1A1A18
(26,26,24)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #6B6257

#6B6257
(107,98,87)
#787066
(120,112,102)
#857E75
(133,126,117)
#928C84
(146,140,132)
#9F9A93
(159,154,147)
#ACA8A2
(172,168,162)
#B9B6B1
(185,182,177)
#C6C4C0
(198,196,192)
#D3D2CF
(211,210,207)
#E0E0DE
(224,224,222)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6257; }

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

This text font color is #6B6257.


Background Color

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

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

This div background color is #6B6257.


Border color

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

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

This div border color is #6B6257.


Opacity

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

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

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

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

This text has shadow with #6B6257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6257 on black background.


Color preview on white background

This text has color #6B6257 on white background.



Black color preview on #6B6257 background

This text has black color on #6B6257 background.


White color preview on #6B6257 background

This text has white color on #6B6257 background.