COLOR #6B8672

HEX: #6B8672
RGB: (107,134,114)

Color info

#6B8672 contains red, green and blue colors in about the same proportion. Web safe color of #6B8672 is #669966 (or #696).

RGB color model

#6B8672 color RGB value is (107,134,114).

  • red value is 107;
  • green value is 134;
  • blue value is 114.
RGB:
(107,134,114)
(42%,53%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 114 of 255 = 45%

107
134
114

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

Portions of RGB colors in percentages

R + G + B =
107 + 134 + 114 = 355 (100%)
R 107 of 355 ~ 30.14%
G 134 of 355 ~ 37.75%
B 114 of 355 ~ 32.11%

%30.14
%37.75
%32.11

CMYK color model

#6B8672 color CMYK value is (20,0,15,47).

  • cyan value is 20.15%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 47.45%
CMYK:
(20,0,15,47)
C20M0Y15K47 
(20%,0%,15%,47%)
(0.20/0.00/0.15/0.47)	

CMYK percentages

%20.15
%0
%14.93
%47.45

Codes

Color #6B8672 in popluar color models

6B8672
RGB107134114
HSL136°11.20%47.25%
HSB/HSV136°20.15%52.55%
CMYK20.15%0.00%14.93%
47.45%

Color #6B8672 in popluar number systems.

HEX6B8672
Decimal107134114
Binary1101011100001101110010
Octal153206162

Shades and tints

Shades of #6B8672

#6B8672
(107,134,114)
#627A68
(98,122,104)
#596E5E
(89,110,94)
#506254
(80,98,84)
#47564A
(71,86,74)
#3E4A40
(62,74,64)
#353E36
(53,62,54)
#2C322C
(44,50,44)
#232622
(35,38,34)
#1A1A18
(26,26,24)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #6B8672

#6B8672
(107,134,114)
#78917E
(120,145,126)
#859C8A
(133,156,138)
#92A796
(146,167,150)
#9FB2A2
(159,178,162)
#ACBDAE
(172,189,174)
#B9C8BA
(185,200,186)
#C6D3C6
(198,211,198)
#D3DED2
(211,222,210)
#E0E9DE
(224,233,222)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8672 color. Also use rgb(107,134,114) instead hex code.

Text Font Color

.myTextColor { color: #6B8672; }

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

This text font color is #6B8672.


Background Color

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

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

This div background color is #6B8672.


Border color

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

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

This div border color is #6B8672.


Opacity

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

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

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

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

This text has shadow with #6B8672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8672 on black background.


Color preview on white background

This text has color #6B8672 on white background.



Black color preview on #6B8672 background

This text has black color on #6B8672 background.


White color preview on #6B8672 background

This text has white color on #6B8672 background.