COLOR #6C8C55

HEX: #6C8C55
RGB: (108,140,85)

Color info

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

RGB color model

#6C8C55 color RGB value is (108,140,85).

  • red value is 108;
  • green value is 140;
  • blue value is 85.
RGB:
(108,140,85)
(42%,55%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 140 of 255 = 55%
B 85 of 255 = 33%

108
140
85

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

Portions of RGB colors in percentages

R + G + B =
108 + 140 + 85 = 333 (100%)
R 108 of 333 ~ 32.43%
G 140 of 333 ~ 42.04%
B 85 of 333 ~ 25.53%

%32.43
%42.04
%25.53

CMYK color model

#6C8C55 color CMYK value is (23,0,39,45).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 45.10%
CMYK:
(23,0,39,45)
C23M0Y39K45 
(23%,0%,39%,45%)
(0.23/0.00/0.39/0.45)	

CMYK percentages

%22.86
%0
%39.29
%45.1

Codes

Color #6C8C55 in popluar color models

6C8C55
RGB10814085
HSL95°24.44%44.12%
HSB/HSV95°39.29%54.90%
CMYK22.86%0.00%39.29%
45.10%

Color #6C8C55 in popluar number systems.

HEX6C8C55
Decimal10814085
Binary1101100100011001010101
Octal154214125

Shades and tints

Shades of #6C8C55

#6C8C55
(108,140,85)
#63804E
(99,128,78)
#5A7447
(90,116,71)
#516840
(81,104,64)
#485C39
(72,92,57)
#3F5032
(63,80,50)
#36442B
(54,68,43)
#2D3824
(45,56,36)
#242C1D
(36,44,29)
#1B2016
(27,32,22)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #6C8C55

#6C8C55
(108,140,85)
#799664
(121,150,100)
#86A073
(134,160,115)
#93AA82
(147,170,130)
#A0B491
(160,180,145)
#ADBEA0
(173,190,160)
#BAC8AF
(186,200,175)
#C7D2BE
(199,210,190)
#D4DCCD
(212,220,205)
#E1E6DC
(225,230,220)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8C55 color. Also use rgb(108,140,85) instead hex code.

Text Font Color

.myTextColor { color: #6C8C55; }

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

This text font color is #6C8C55.


Background Color

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

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

This div background color is #6C8C55.


Border color

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

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

This div border color is #6C8C55.


Opacity

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

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

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

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

This text has shadow with #6C8C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8C55 on black background.


Color preview on white background

This text has color #6C8C55 on white background.



Black color preview on #6C8C55 background

This text has black color on #6C8C55 background.


White color preview on #6C8C55 background

This text has white color on #6C8C55 background.