COLOR #6B785F

HEX: #6B785F
RGB: (107,120,95)

Color info

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

RGB color model

#6B785F color RGB value is (107,120,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 120 of 255 = 47%
B 95 of 255 = 37%

107
120
95

R + G + B ~ 42%. #6B785F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 120 + 95 = 322 (100%)
R 107 of 322 ~ 33.23%
G 120 of 322 ~ 37.27%
B 95 of 322 ~ 29.5%

%33.23
%37.27
%29.5

CMYK color model

#6B785F color CMYK value is (11,0,21,53).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 52.94%
CMYK:
(11,0,21,53)
C11M0Y21K53 
(11%,0%,21%,53%)
(0.11/0.00/0.21/0.53)	

CMYK percentages

%10.83
%0
%20.83
%52.94

Codes

Color #6B785F in popluar color models

6B785F
RGB10712095
HSL91°11.63%42.16%
HSB/HSV91°20.83%47.06%
CMYK10.83%0.00%20.83%
52.94%

Color #6B785F in popluar number systems.

HEX6B785F
Decimal10712095
Binary110101111110001011111
Octal153170137

Shades and tints

Shades of #6B785F

#6B785F
(107,120,95)
#626E57
(98,110,87)
#59644F
(89,100,79)
#505A47
(80,90,71)
#47503F
(71,80,63)
#3E4637
(62,70,55)
#353C2F
(53,60,47)
#2C3227
(44,50,39)
#23281F
(35,40,31)
#1A1E17
(26,30,23)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #6B785F

#6B785F
(107,120,95)
#78846D
(120,132,109)
#85907B
(133,144,123)
#929C89
(146,156,137)
#9FA897
(159,168,151)
#ACB4A5
(172,180,165)
#B9C0B3
(185,192,179)
#C6CCC1
(198,204,193)
#D3D8CF
(211,216,207)
#E0E4DD
(224,228,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B785F; }

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

This text font color is #6B785F.


Background Color

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

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

This div background color is #6B785F.


Border color

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

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

This div border color is #6B785F.


Opacity

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

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

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

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

This text has shadow with #6B785F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B785F on black background.


Color preview on white background

This text has color #6B785F on white background.



Black color preview on #6B785F background

This text has black color on #6B785F background.


White color preview on #6B785F background

This text has white color on #6B785F background.