COLOR #6C7C3D

HEX: #6C7C3D
RGB: (108,124,61)

Color info

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

RGB color model

#6C7C3D color RGB value is (108,124,61).

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

RGB channels and saturation

R 108 of 255 = 42%
G 124 of 255 = 49%
B 61 of 255 = 24%

108
124
61

R + G + B ~ 38%. #6C7C3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 124 + 61 = 293 (100%)
R 108 of 293 ~ 36.86%
G 124 of 293 ~ 42.32%
B 61 of 293 ~ 20.82%

%36.86
%42.32
%20.82

CMYK color model

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

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 50.81%
  • key color value is 51.37%
CMYK:
(13,0,51,51)
C13M0Y51K51 
(13%,0%,51%,51%)
(0.13/0.00/0.51/0.51)	

CMYK percentages

%12.9
%0
%50.81
%51.37

Codes

Color #6C7C3D in popluar color models

6C7C3D
RGB10812461
HSL75°34.05%36.27%
HSB/HSV75°50.81%48.63%
CMYK12.90%0.00%50.81%
51.37%

Color #6C7C3D in popluar number systems.

HEX6C7C3D
Decimal10812461
Binary11011001111100111101
Octal15417475

Shades and tints

Shades of #6C7C3D

#6C7C3D
(108,124,61)
#637138
(99,113,56)
#5A6633
(90,102,51)
#515B2E
(81,91,46)
#485029
(72,80,41)
#3F4524
(63,69,36)
#363A1F
(54,58,31)
#2D2F1A
(45,47,26)
#242415
(36,36,21)
#1B1910
(27,25,16)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #6C7C3D

#6C7C3D
(108,124,61)
#79874E
(121,135,78)
#86925F
(134,146,95)
#939D70
(147,157,112)
#A0A881
(160,168,129)
#ADB392
(173,179,146)
#BABEA3
(186,190,163)
#C7C9B4
(199,201,180)
#D4D4C5
(212,212,197)
#E1DFD6
(225,223,214)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7C3D; }

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

This text font color is #6C7C3D.


Background Color

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

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

This div background color is #6C7C3D.


Border color

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

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

This div border color is #6C7C3D.


Opacity

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

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

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

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

This text has shadow with #6C7C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7C3D on black background.


Color preview on white background

This text has color #6C7C3D on white background.



Black color preview on #6C7C3D background

This text has black color on #6C7C3D background.


White color preview on #6C7C3D background

This text has white color on #6C7C3D background.