COLOR #6B8643

HEX: #6B8643
RGB: (107,134,67)

Color info

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

RGB color model

#6B8643 color RGB value is (107,134,67).

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

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 67 of 255 = 26%

107
134
67

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

Portions of RGB colors in percentages

R + G + B =
107 + 134 + 67 = 308 (100%)
R 107 of 308 ~ 34.74%
G 134 of 308 ~ 43.51%
B 67 of 308 ~ 21.75%

%34.74
%43.51
%21.75

CMYK color model

#6B8643 color CMYK value is (20,0,50,47).

  • cyan value is 20.15%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 47.45%
CMYK:
(20,0,50,47)
C20M0Y50K47 
(20%,0%,50%,47%)
(0.20/0.00/0.50/0.47)	

CMYK percentages

%20.15
%0
%50
%47.45

Codes

Color #6B8643 in popluar color models

6B8643
RGB10713467
HSL84°33.33%39.41%
HSB/HSV84°50.00%52.55%
CMYK20.15%0.00%50.00%
47.45%

Color #6B8643 in popluar number systems.

HEX6B8643
Decimal10713467
Binary1101011100001101000011
Octal153206103

Shades and tints

Shades of #6B8643

#6B8643
(107,134,67)
#627A3D
(98,122,61)
#596E37
(89,110,55)
#506231
(80,98,49)
#47562B
(71,86,43)
#3E4A25
(62,74,37)
#353E1F
(53,62,31)
#2C3219
(44,50,25)
#232613
(35,38,19)
#1A1A0D
(26,26,13)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #6B8643

#6B8643
(107,134,67)
#789154
(120,145,84)
#859C65
(133,156,101)
#92A776
(146,167,118)
#9FB287
(159,178,135)
#ACBD98
(172,189,152)
#B9C8A9
(185,200,169)
#C6D3BA
(198,211,186)
#D3DECB
(211,222,203)
#E0E9DC
(224,233,220)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8643; }

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

This text font color is #6B8643.


Background Color

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

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

This div background color is #6B8643.


Border color

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

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

This div border color is #6B8643.


Opacity

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

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

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

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

This text has shadow with #6B8643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8643 on black background.


Color preview on white background

This text has color #6B8643 on white background.



Black color preview on #6B8643 background

This text has black color on #6B8643 background.


White color preview on #6B8643 background

This text has white color on #6B8643 background.