COLOR #6C8377

HEX: #6C8377 RGB: (108,131,119)

Color info

#6C8377 contains red, green and blue colors in about the same proportion. Web safe color of #6C8377 is #669966 (or #696).

RGB color model

#6C8377 color RGB value is (108,131,119).

RGB: (108,131,119) (42%, 51%, 47%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 119 of 255 = 47%

108
131
119

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

Portions of RGB colors in percentages

R + G + B = 108 + 131 + 119 = 358 (100%)
R 108 of 358 ~ 30.17%
G 131 of 358 ~ 36.59%
B 119 of 358 ~ 33.24'%

%30.17
%36.59
%33.24

CMYK color model

#6C8377 color CMYK value is (18,0,9,49).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK: (18,0,9,49) C18M0Y9K49 (18%,0%,9%,49%) (0.18/0.00/0.09/0.49) 

CMYK percentages

%17.56
%0
%9.16
%48.63

Codes

Color #6C8377 in popluar color models

6C 83 77
RGB 108 131 119
HSL 149° 9.62% 46.86%
HSB/HSV 149° 17.56% 51.37%
CMYK 17.56% 0.00% 9.16%
48.63%

Color #6C8377 in popluar number systems.

HEX 6C 83 77
Decimal 108 131 119
Binary 1101100 10000011 1110111
Octal 154 203 167

Shades and tints

Shades of #6C8377

#6C8377
(108,131,119)
#63786D
(99,120,109)
#5A6D63
(90,109,99)
#516259
(81,98,89)
#48574F
(72,87,79)
#3F4C45
(63,76,69)
#36413B
(54,65,59)
#2D3631
(45,54,49)
#242B27
(36,43,39)
#1B201D
(27,32,29)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #6C8377

#6C8377
(108,131,119)
#798E83
(121,142,131)
#86998F
(134,153,143)
#93A49B
(147,164,155)
#A0AFA7
(160,175,167)
#ADBAB3
(173,186,179)
#BAC5BF
(186,197,191)
#C7D0CB
(199,208,203)
#D4DBD7
(212,219,215)
#E1E6E3
(225,230,227)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8377; }

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

This text font color is #6C8377.

Background Color

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

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

This div background color is #6C8377.

Border color

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

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

This div border color is #6C8377.

Opacity

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

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

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

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

This text has shadow with #6C8377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8377.

Preview

Color preview on black background

This text has color #6C8377 on black background.


Color preview on white background

This text has color #6C8377 on white background.


Black color preview on #6C8377 background

This text has black color on #6C8377 background.


White color preview on #6C8377 background

This text has white color on #6C8377 background.


Related colors

Complementary color

Complementary color for #hex is #937C88.


I love getcolorcode.com

Triadic colors

1 #776C83 and #83776C with #6C8377 are triadic colors.

2 #77836C and #836C77 with #6C8377 are triadic colors.