COLOR #6C6F3D

HEX: #6C6F3D
RGB: (108,111,61)

Color info

#6C6F3D contains red, green and blue colors in about the same proportion. Web safe color of #6C6F3D is #666633 (or #663).

RGB color model

#6C6F3D color RGB value is (108,111,61).

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

RGB channels and saturation

R 108 of 255 = 42%
G 111 of 255 = 44%
B 61 of 255 = 24%

108
111
61

R + G + B ~ 37%. #6C6F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 111 + 61 = 280 (100%)
R 108 of 280 ~ 38.57%
G 111 of 280 ~ 39.64%
B 61 of 280 ~ 21.79%

%38.57
%39.64
%21.79

CMYK color model

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

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 56.47%
CMYK:
(3,0,45,56)
C3M0Y45K56 
(3%,0%,45%,56%)
(0.03/0.00/0.45/0.56)	

CMYK percentages

%2.7
%0
%45.05
%56.47

Codes

Color #6C6F3D in popluar color models

6C6F3D
RGB10811161
HSL64°29.07%33.73%
HSB/HSV64°45.05%43.53%
CMYK2.70%0.00%45.05%
56.47%

Color #6C6F3D in popluar number systems.

HEX6C6F3D
Decimal10811161
Binary11011001101111111101
Octal15415775

Shades and tints

Shades of #6C6F3D

#6C6F3D
(108,111,61)
#636538
(99,101,56)
#5A5B33
(90,91,51)
#51512E
(81,81,46)
#484729
(72,71,41)
#3F3D24
(63,61,36)
#36331F
(54,51,31)
#2D291A
(45,41,26)
#241F15
(36,31,21)
#1B1510
(27,21,16)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #6C6F3D

#6C6F3D
(108,111,61)
#797C4E
(121,124,78)
#86895F
(134,137,95)
#939670
(147,150,112)
#A0A381
(160,163,129)
#ADB092
(173,176,146)
#BABDA3
(186,189,163)
#C7CAB4
(199,202,180)
#D4D7C5
(212,215,197)
#E1E4D6
(225,228,214)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6F3D; }

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

This text font color is #6C6F3D.


Background Color

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

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

This div background color is #6C6F3D.


Border color

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

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

This div border color is #6C6F3D.


Opacity

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

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

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

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

This text has shadow with #6C6F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6F3D on black background.


Color preview on white background

This text has color #6C6F3D on white background.



Black color preview on #6C6F3D background

This text has black color on #6C6F3D background.


White color preview on #6C6F3D background

This text has white color on #6C6F3D background.