COLOR #6C814D

HEX: #6C814D
RGB: (108,129,77)

Color info

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

RGB color model

#6C814D color RGB value is (108,129,77).

  • red value is 108;
  • green value is 129;
  • blue value is 77.
RGB:
(108,129,77)
(42%,51%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 77 of 255 = 30%

108
129
77

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

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 77 = 314 (100%)
R 108 of 314 ~ 34.39%
G 129 of 314 ~ 41.08%
B 77 of 314 ~ 24.52%

%34.39
%41.08
%24.52

CMYK color model

#6C814D color CMYK value is (16,0,40,49).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 49.41%
CMYK:
(16,0,40,49)
C16M0Y40K49 
(16%,0%,40%,49%)
(0.16/0.00/0.40/0.49)	

CMYK percentages

%16.28
%0
%40.31
%49.41

Codes

Color #6C814D in popluar color models

6C814D
RGB10812977
HSL84°25.24%40.39%
HSB/HSV84°40.31%50.59%
CMYK16.28%0.00%40.31%
49.41%

Color #6C814D in popluar number systems.

HEX6C814D
Decimal10812977
Binary1101100100000011001101
Octal154201115

Shades and tints

Shades of #6C814D

#6C814D
(108,129,77)
#637646
(99,118,70)
#5A6B3F
(90,107,63)
#516038
(81,96,56)
#485531
(72,85,49)
#3F4A2A
(63,74,42)
#363F23
(54,63,35)
#2D341C
(45,52,28)
#242915
(36,41,21)
#1B1E0E
(27,30,14)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #6C814D

#6C814D
(108,129,77)
#798C5D
(121,140,93)
#86976D
(134,151,109)
#93A27D
(147,162,125)
#A0AD8D
(160,173,141)
#ADB89D
(173,184,157)
#BAC3AD
(186,195,173)
#C7CEBD
(199,206,189)
#D4D9CD
(212,217,205)
#E1E4DD
(225,228,221)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C814D color. Also use rgb(108,129,77) instead hex code.

Text Font Color

.myTextColor { color: #6C814D; }

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

This text font color is #6C814D.


Background Color

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

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

This div background color is #6C814D.


Border color

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

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

This div border color is #6C814D.


Opacity

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

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

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

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

This text has shadow with #6C814D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C814D on black background.


Color preview on white background

This text has color #6C814D on white background.



Black color preview on #6C814D background

This text has black color on #6C814D background.


White color preview on #6C814D background

This text has white color on #6C814D background.