COLOR #6C7B3B

HEX: #6C7B3B
RGB: (108,123,59)

Color info

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

RGB color model

#6C7B3B color RGB value is (108,123,59).

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

RGB channels and saturation

R 108 of 255 = 42%
G 123 of 255 = 48%
B 59 of 255 = 23%

108
123
59

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

Portions of RGB colors in percentages

R + G + B =
108 + 123 + 59 = 290 (100%)
R 108 of 290 ~ 37.24%
G 123 of 290 ~ 42.41%
B 59 of 290 ~ 20.34%

%37.24
%42.41
%20.34

CMYK color model

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

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 52.03%
  • key color value is 51.76%
CMYK:
(12,0,52,52)
C12M0Y52K52 
(12%,0%,52%,52%)
(0.12/0.00/0.52/0.52)	

CMYK percentages

%12.2
%0
%52.03
%51.76

Codes

Color #6C7B3B in popluar color models

6C7B3B
RGB10812359
HSL74°35.16%35.69%
HSB/HSV74°52.03%48.24%
CMYK12.20%0.00%52.03%
51.76%

Color #6C7B3B in popluar number systems.

HEX6C7B3B
Decimal10812359
Binary11011001111011111011
Octal15417373

Shades and tints

Shades of #6C7B3B

#6C7B3B
(108,123,59)
#637036
(99,112,54)
#5A6531
(90,101,49)
#515A2C
(81,90,44)
#484F27
(72,79,39)
#3F4422
(63,68,34)
#36391D
(54,57,29)
#2D2E18
(45,46,24)
#242313
(36,35,19)
#1B180E
(27,24,14)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #6C7B3B

#6C7B3B
(108,123,59)
#79874C
(121,135,76)
#86935D
(134,147,93)
#939F6E
(147,159,110)
#A0AB7F
(160,171,127)
#ADB790
(173,183,144)
#BAC3A1
(186,195,161)
#C7CFB2
(199,207,178)
#D4DBC3
(212,219,195)
#E1E7D4
(225,231,212)
#EEF3E5
(238,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7B3B; }

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

This text font color is #6C7B3B.


Background Color

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

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

This div background color is #6C7B3B.


Border color

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

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

This div border color is #6C7B3B.


Opacity

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

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

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

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

This text has shadow with #6C7B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7B3B on black background.


Color preview on white background

This text has color #6C7B3B on white background.



Black color preview on #6C7B3B background

This text has black color on #6C7B3B background.


White color preview on #6C7B3B background

This text has white color on #6C7B3B background.