COLOR #6C7356

HEX: #6C7356
RGB: (108,115,86)

Color info

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

RGB color model

#6C7356 color RGB value is (108,115,86).

  • red value is 108;
  • green value is 115;
  • blue value is 86.
RGB:
(108,115,86)
(42%,45%,34%)

RGB channels and saturation

R 108 of 255 = 42%
G 115 of 255 = 45%
B 86 of 255 = 34%

108
115
86

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

Portions of RGB colors in percentages

R + G + B =
108 + 115 + 86 = 309 (100%)
R 108 of 309 ~ 34.95%
G 115 of 309 ~ 37.22%
B 86 of 309 ~ 27.83%

%34.95
%37.22
%27.83

CMYK color model

#6C7356 color CMYK value is (6,0,25,55).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 54.90%
CMYK:
(6,0,25,55)
C6M0Y25K55 
(6%,0%,25%,55%)
(0.06/0.00/0.25/0.55)	

CMYK percentages

%6.09
%0
%25.22
%54.9

Codes

Color #6C7356 in popluar color models

6C7356
RGB10811586
HSL74°14.43%39.41%
HSB/HSV74°25.22%45.10%
CMYK6.09%0.00%25.22%
54.90%

Color #6C7356 in popluar number systems.

HEX6C7356
Decimal10811586
Binary110110011100111010110
Octal154163126

Shades and tints

Shades of #6C7356

#6C7356
(108,115,86)
#63694F
(99,105,79)
#5A5F48
(90,95,72)
#515541
(81,85,65)
#484B3A
(72,75,58)
#3F4133
(63,65,51)
#36372C
(54,55,44)
#2D2D25
(45,45,37)
#24231E
(36,35,30)
#1B1917
(27,25,23)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #6C7356

#6C7356
(108,115,86)
#797F65
(121,127,101)
#868B74
(134,139,116)
#939783
(147,151,131)
#A0A392
(160,163,146)
#ADAFA1
(173,175,161)
#BABBB0
(186,187,176)
#C7C7BF
(199,199,191)
#D4D3CE
(212,211,206)
#E1DFDD
(225,223,221)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7356 color. Also use rgb(108,115,86) instead hex code.

Text Font Color

.myTextColor { color: #6C7356; }

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

This text font color is #6C7356.


Background Color

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

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

This div background color is #6C7356.


Border color

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

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

This div border color is #6C7356.


Opacity

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

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

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

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

This text has shadow with #6C7356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7356 on black background.


Color preview on white background

This text has color #6C7356 on white background.



Black color preview on #6C7356 background

This text has black color on #6C7356 background.


White color preview on #6C7356 background

This text has white color on #6C7356 background.