COLOR #6B745F

HEX: #6B745F
RGB: (107,116,95)

Color info

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

RGB color model

#6B745F color RGB value is (107,116,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 95 of 255 = 37%

107
116
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 116 + 95 = 318 (100%)
R 107 of 318 ~ 33.65%
G 116 of 318 ~ 36.48%
B 95 of 318 ~ 29.87%

%33.65
%36.48
%29.87

CMYK color model

#6B745F color CMYK value is (8,0,18,55).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 54.51%
CMYK:
(8,0,18,55)
C8M0Y18K55 
(8%,0%,18%,55%)
(0.08/0.00/0.18/0.55)	

CMYK percentages

%7.76
%0
%18.1
%54.51

Codes

Color #6B745F in popluar color models

6B745F
RGB10711695
HSL86°9.95%41.37%
HSB/HSV86°18.10%45.49%
CMYK7.76%0.00%18.10%
54.51%

Color #6B745F in popluar number systems.

HEX6B745F
Decimal10711695
Binary110101111101001011111
Octal153164137

Shades and tints

Shades of #6B745F

#6B745F
(107,116,95)
#626A57
(98,106,87)
#59604F
(89,96,79)
#505647
(80,86,71)
#474C3F
(71,76,63)
#3E4237
(62,66,55)
#35382F
(53,56,47)
#2C2E27
(44,46,39)
#23241F
(35,36,31)
#1A1A17
(26,26,23)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B745F

#6B745F
(107,116,95)
#78806D
(120,128,109)
#858C7B
(133,140,123)
#929889
(146,152,137)
#9FA497
(159,164,151)
#ACB0A5
(172,176,165)
#B9BCB3
(185,188,179)
#C6C8C1
(198,200,193)
#D3D4CF
(211,212,207)
#E0E0DD
(224,224,221)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B745F; }

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

This text font color is #6B745F.


Background Color

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

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

This div background color is #6B745F.


Border color

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

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

This div border color is #6B745F.


Opacity

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

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

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

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

This text has shadow with #6B745F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B745F on black background.


Color preview on white background

This text has color #6B745F on white background.



Black color preview on #6B745F background

This text has black color on #6B745F background.


White color preview on #6B745F background

This text has white color on #6B745F background.