COLOR #6B8624

HEX: #6B8624
RGB: (107,134,36)

Color info

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

RGB color model

#6B8624 color RGB value is (107,134,36).

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

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 36 of 255 = 14%

107
134
36

R + G + B ~ 36%. #6B8624 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 134 + 36 = 277 (100%)
R 107 of 277 ~ 38.63%
G 134 of 277 ~ 48.38%
B 36 of 277 ~ 13%

%38.63
%48.38
%13

CMYK color model

#6B8624 color CMYK value is (20,0,73,47).

  • cyan value is 20.15%
  • magenta value is 0.00%
  • yellow value is 73.13%
  • key color value is 47.45%
CMYK:
(20,0,73,47)
C20M0Y73K47 
(20%,0%,73%,47%)
(0.20/0.00/0.73/0.47)	

CMYK percentages

%20.15
%0
%73.13
%47.45

Codes

Color #6B8624 in popluar color models

6B8624
RGB10713436
HSL77°57.65%33.33%
HSB/HSV77°73.13%52.55%
CMYK20.15%0.00%73.13%
47.45%

Color #6B8624 in popluar number systems.

HEX6B8624
Decimal10713436
Binary110101110000110100100
Octal15320644

Shades and tints

Shades of #6B8624

#6B8624
(107,134,36)
#627A21
(98,122,33)
#596E1E
(89,110,30)
#50621B
(80,98,27)
#475618
(71,86,24)
#3E4A15
(62,74,21)
#353E12
(53,62,18)
#2C320F
(44,50,15)
#23260C
(35,38,12)
#1A1A09
(26,26,9)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #6B8624

#6B8624
(107,134,36)
#789137
(120,145,55)
#859C4A
(133,156,74)
#92A75D
(146,167,93)
#9FB270
(159,178,112)
#ACBD83
(172,189,131)
#B9C896
(185,200,150)
#C6D3A9
(198,211,169)
#D3DEBC
(211,222,188)
#E0E9CF
(224,233,207)
#EDF4E2
(237,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8624; }

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

This text font color is #6B8624.


Background Color

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

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

This div background color is #6B8624.


Border color

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

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

This div border color is #6B8624.


Opacity

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

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

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

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

This text has shadow with #6B8624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8624 on black background.


Color preview on white background

This text has color #6B8624 on white background.



Black color preview on #6B8624 background

This text has black color on #6B8624 background.


White color preview on #6B8624 background

This text has white color on #6B8624 background.