COLOR #6C6F31

HEX: #6C6F31
RGB: (108,111,49)

Color info

#6C6F31 contains mainly red and green colors. Web safe color of #6C6F31 is #666633 (or #663).

RGB color model

#6C6F31 color RGB value is (108,111,49).

  • red value is 108;
  • green value is 111;
  • blue value is 49.
RGB:
(108,111,49)
(42%,44%,19%)

RGB channels and saturation

R 108 of 255 = 42%
G 111 of 255 = 44%
B 49 of 255 = 19%

108
111
49

R + G + B ~ 35%. #6C6F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 111 + 49 = 268 (100%)
R 108 of 268 ~ 40.3%
G 111 of 268 ~ 41.42%
B 49 of 268 ~ 18.28%

%40.3
%41.42
%18.28

CMYK color model

#6C6F31 color CMYK value is (3,0,56,56).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 55.86%
  • key color value is 56.47%
CMYK:
(3,0,56,56)
C3M0Y56K56 
(3%,0%,56%,56%)
(0.03/0.00/0.56/0.56)	

CMYK percentages

%2.7
%0
%55.86
%56.47

Codes

Color #6C6F31 in popluar color models

6C6F31
RGB10811149
HSL63°38.75%31.37%
HSB/HSV63°55.86%43.53%
CMYK2.70%0.00%55.86%
56.47%

Color #6C6F31 in popluar number systems.

HEX6C6F31
Decimal10811149
Binary11011001101111110001
Octal15415761

Shades and tints

Shades of #6C6F31

#6C6F31
(108,111,49)
#63652D
(99,101,45)
#5A5B29
(90,91,41)
#515125
(81,81,37)
#484721
(72,71,33)
#3F3D1D
(63,61,29)
#363319
(54,51,25)
#2D2915
(45,41,21)
#241F11
(36,31,17)
#1B150D
(27,21,13)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #6C6F31

#6C6F31
(108,111,49)
#797C43
(121,124,67)
#868955
(134,137,85)
#939667
(147,150,103)
#A0A379
(160,163,121)
#ADB08B
(173,176,139)
#BABD9D
(186,189,157)
#C7CAAF
(199,202,175)
#D4D7C1
(212,215,193)
#E1E4D3
(225,228,211)
#EEF1E5
(238,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6F31 color. Also use rgb(108,111,49) instead hex code.

Text Font Color

.myTextColor { color: #6C6F31; }

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

This text font color is #6C6F31.


Background Color

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

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

This div background color is #6C6F31.


Border color

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

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

This div border color is #6C6F31.


Opacity

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

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

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

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

This text has shadow with #6C6F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6F31 on black background.


Color preview on white background

This text has color #6C6F31 on white background.



Black color preview on #6C6F31 background

This text has black color on #6C6F31 background.


White color preview on #6C6F31 background

This text has white color on #6C6F31 background.