COLOR #6B8B47

HEX: #6B8B47
RGB: (107,139,71)

Color info

#6B8B47 contains mainly red and green colors. Web safe color of #6B8B47 is #669933 (or #693).

RGB color model

#6B8B47 color RGB value is (107,139,71).

  • red value is 107;
  • green value is 139;
  • blue value is 71.
RGB:
(107,139,71)
(42%,55%,28%)

RGB channels and saturation

R 107 of 255 = 42%
G 139 of 255 = 55%
B 71 of 255 = 28%

107
139
71

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

Portions of RGB colors in percentages

R + G + B =
107 + 139 + 71 = 317 (100%)
R 107 of 317 ~ 33.75%
G 139 of 317 ~ 43.85%
B 71 of 317 ~ 22.4%

%33.75
%43.85
%22.4

CMYK color model

#6B8B47 color CMYK value is (23,0,49,45).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 48.92%
  • key color value is 45.49%
CMYK:
(23,0,49,45)
C23M0Y49K45 
(23%,0%,49%,45%)
(0.23/0.00/0.49/0.45)	

CMYK percentages

%23.02
%0
%48.92
%45.49

Codes

Color #6B8B47 in popluar color models

6B8B47
RGB10713971
HSL88°32.38%41.18%
HSB/HSV88°48.92%54.51%
CMYK23.02%0.00%48.92%
45.49%

Color #6B8B47 in popluar number systems.

HEX6B8B47
Decimal10713971
Binary1101011100010111000111
Octal153213107

Shades and tints

Shades of #6B8B47

#6B8B47
(107,139,71)
#627F41
(98,127,65)
#59733B
(89,115,59)
#506735
(80,103,53)
#475B2F
(71,91,47)
#3E4F29
(62,79,41)
#354323
(53,67,35)
#2C371D
(44,55,29)
#232B17
(35,43,23)
#1A1F11
(26,31,17)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #6B8B47

#6B8B47
(107,139,71)
#789557
(120,149,87)
#859F67
(133,159,103)
#92A977
(146,169,119)
#9FB387
(159,179,135)
#ACBD97
(172,189,151)
#B9C7A7
(185,199,167)
#C6D1B7
(198,209,183)
#D3DBC7
(211,219,199)
#E0E5D7
(224,229,215)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8B47 color. Also use rgb(107,139,71) instead hex code.

Text Font Color

.myTextColor { color: #6B8B47; }

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

This text font color is #6B8B47.


Background Color

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

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

This div background color is #6B8B47.


Border color

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

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

This div border color is #6B8B47.


Opacity

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

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

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

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

This text has shadow with #6B8B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8B47 on black background.


Color preview on white background

This text has color #6B8B47 on white background.



Black color preview on #6B8B47 background

This text has black color on #6B8B47 background.


White color preview on #6B8B47 background

This text has white color on #6B8B47 background.