COLOR #6C7B15

HEX: #6C7B15
RGB: (108,123,21)

Color info

#6C7B15 contains mainly red and green colors. Web safe color of #6C7B15 is #666600 (or #660).

RGB color model

#6C7B15 color RGB value is (108,123,21).

  • red value is 108;
  • green value is 123;
  • blue value is 21.
RGB:
(108,123,21)
(42%,48%,8%)

RGB channels and saturation

R 108 of 255 = 42%
G 123 of 255 = 48%
B 21 of 255 = 8%

108
123
21

R + G + B ~ 33%. #6C7B15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 123 + 21 = 252 (100%)
R 108 of 252 ~ 42.86%
G 123 of 252 ~ 48.81%
B 21 of 252 ~ 8.33%

%42.86
%48.81

CMYK color model

#6C7B15 color CMYK value is (12,0,83,52).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 82.93%
  • key color value is 51.76%
CMYK:
(12,0,83,52)
C12M0Y83K52 
(12%,0%,83%,52%)
(0.12/0.00/0.83/0.52)	

CMYK percentages

%12.2
%0
%82.93
%51.76

Codes

Color #6C7B15 in popluar color models

6C7B15
RGB10812321
HSL69°70.83%28.24%
HSB/HSV69°82.93%48.24%
CMYK12.20%0.00%82.93%
51.76%

Color #6C7B15 in popluar number systems.

HEX6C7B15
Decimal10812321
Binary1101100111101110101
Octal15417325

Shades and tints

Shades of #6C7B15

#6C7B15
(108,123,21)
#637014
(99,112,20)
#5A6513
(90,101,19)
#515A12
(81,90,18)
#484F11
(72,79,17)
#3F4410
(63,68,16)
#36390F
(54,57,15)
#2D2E0E
(45,46,14)
#24230D
(36,35,13)
#1B180C
(27,24,12)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #6C7B15

#6C7B15
(108,123,21)
#79872A
(121,135,42)
#86933F
(134,147,63)
#939F54
(147,159,84)
#A0AB69
(160,171,105)
#ADB77E
(173,183,126)
#BAC393
(186,195,147)
#C7CFA8
(199,207,168)
#D4DBBD
(212,219,189)
#E1E7D2
(225,231,210)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7B15 color. Also use rgb(108,123,21) instead hex code.

Text Font Color

.myTextColor { color: #6C7B15; }

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

This text font color is #6C7B15.


Background Color

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

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

This div background color is #6C7B15.


Border color

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

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

This div border color is #6C7B15.


Opacity

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

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

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

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

This text has shadow with #6C7B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7B15 on black background.


Color preview on white background

This text has color #6C7B15 on white background.



Black color preview on #6C7B15 background

This text has black color on #6C7B15 background.


White color preview on #6C7B15 background

This text has white color on #6C7B15 background.