COLOR #6C8349

HEX: #6C8349
RGB: (108,131,73)

Color info

#6C8349 contains red, green and blue colors in about the same proportion. Web safe color of #6C8349 is #669933 (or #693).

RGB color model

#6C8349 color RGB value is (108,131,73).

  • red value is 108;
  • green value is 131;
  • blue value is 73.
RGB:
(108,131,73)
(42%,51%,29%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 73 of 255 = 29%

108
131
73

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

Portions of RGB colors in percentages

R + G + B =
108 + 131 + 73 = 312 (100%)
R 108 of 312 ~ 34.62%
G 131 of 312 ~ 41.99%
B 73 of 312 ~ 23.4%

%34.62
%41.99
%23.4

CMYK color model

#6C8349 color CMYK value is (18,0,44,49).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 44.27%
  • key color value is 48.63%
CMYK:
(18,0,44,49)
C18M0Y44K49 
(18%,0%,44%,49%)
(0.18/0.00/0.44/0.49)	

CMYK percentages

%17.56
%0
%44.27
%48.63

Codes

Color #6C8349 in popluar color models

6C8349
RGB10813173
HSL84°28.43%40.00%
HSB/HSV84°44.27%51.37%
CMYK17.56%0.00%44.27%
48.63%

Color #6C8349 in popluar number systems.

HEX6C8349
Decimal10813173
Binary1101100100000111001001
Octal154203111

Shades and tints

Shades of #6C8349

#6C8349
(108,131,73)
#637843
(99,120,67)
#5A6D3D
(90,109,61)
#516237
(81,98,55)
#485731
(72,87,49)
#3F4C2B
(63,76,43)
#364125
(54,65,37)
#2D361F
(45,54,31)
#242B19
(36,43,25)
#1B2013
(27,32,19)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #6C8349

#6C8349
(108,131,73)
#798E59
(121,142,89)
#869969
(134,153,105)
#93A479
(147,164,121)
#A0AF89
(160,175,137)
#ADBA99
(173,186,153)
#BAC5A9
(186,197,169)
#C7D0B9
(199,208,185)
#D4DBC9
(212,219,201)
#E1E6D9
(225,230,217)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8349 color. Also use rgb(108,131,73) instead hex code.

Text Font Color

.myTextColor { color: #6C8349; }

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

This text font color is #6C8349.


Background Color

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

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

This div background color is #6C8349.


Border color

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

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

This div border color is #6C8349.


Opacity

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

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

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

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

This text has shadow with #6C8349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8349 on black background.


Color preview on white background

This text has color #6C8349 on white background.



Black color preview on #6C8349 background

This text has black color on #6C8349 background.


White color preview on #6C8349 background

This text has white color on #6C8349 background.