COLOR #6C7C57

HEX: #6C7C57
RGB: (108,124,87)

Color info

#6C7C57 contains red, green and blue colors in about the same proportion. Web safe color of #6C7C57 is #666666 (or #666).

RGB color model

#6C7C57 color RGB value is (108,124,87).

  • red value is 108;
  • green value is 124;
  • blue value is 87.
RGB:
(108,124,87)
(42%,49%,34%)

RGB channels and saturation

R 108 of 255 = 42%
G 124 of 255 = 49%
B 87 of 255 = 34%

108
124
87

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

Portions of RGB colors in percentages

R + G + B =
108 + 124 + 87 = 319 (100%)
R 108 of 319 ~ 33.86%
G 124 of 319 ~ 38.87%
B 87 of 319 ~ 27.27%

%33.86
%38.87
%27.27

CMYK color model

#6C7C57 color CMYK value is (13,0,30,51).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 29.84%
  • key color value is 51.37%
CMYK:
(13,0,30,51)
C13M0Y30K51 
(13%,0%,30%,51%)
(0.13/0.00/0.30/0.51)	

CMYK percentages

%12.9
%0
%29.84
%51.37

Codes

Color #6C7C57 in popluar color models

6C7C57
RGB10812487
HSL86°17.54%41.37%
HSB/HSV86°29.84%48.63%
CMYK12.90%0.00%29.84%
51.37%

Color #6C7C57 in popluar number systems.

HEX6C7C57
Decimal10812487
Binary110110011111001010111
Octal154174127

Shades and tints

Shades of #6C7C57

#6C7C57
(108,124,87)
#637150
(99,113,80)
#5A6649
(90,102,73)
#515B42
(81,91,66)
#48503B
(72,80,59)
#3F4534
(63,69,52)
#363A2D
(54,58,45)
#2D2F26
(45,47,38)
#24241F
(36,36,31)
#1B1918
(27,25,24)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #6C7C57

#6C7C57
(108,124,87)
#798766
(121,135,102)
#869275
(134,146,117)
#939D84
(147,157,132)
#A0A893
(160,168,147)
#ADB3A2
(173,179,162)
#BABEB1
(186,190,177)
#C7C9C0
(199,201,192)
#D4D4CF
(212,212,207)
#E1DFDE
(225,223,222)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7C57 color. Also use rgb(108,124,87) instead hex code.

Text Font Color

.myTextColor { color: #6C7C57; }

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

This text font color is #6C7C57.


Background Color

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

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

This div background color is #6C7C57.


Border color

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

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

This div border color is #6C7C57.


Opacity

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

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

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

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

This text has shadow with #6C7C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7C57 on black background.


Color preview on white background

This text has color #6C7C57 on white background.



Black color preview on #6C7C57 background

This text has black color on #6C7C57 background.


White color preview on #6C7C57 background

This text has white color on #6C7C57 background.