COLOR #6C7D3B

HEX: #6C7D3B
RGB: (108,125,59)

Color info

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

RGB color model

#6C7D3B color RGB value is (108,125,59).

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

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 59 of 255 = 23%

108
125
59

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

Portions of RGB colors in percentages

R + G + B =
108 + 125 + 59 = 292 (100%)
R 108 of 292 ~ 36.99%
G 125 of 292 ~ 42.81%
B 59 of 292 ~ 20.21%

%36.99
%42.81
%20.21

CMYK color model

#6C7D3B color CMYK value is (14,0,53,51).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 52.80%
  • key color value is 50.98%
CMYK:
(14,0,53,51)
C14M0Y53K51 
(14%,0%,53%,51%)
(0.14/0.00/0.53/0.51)	

CMYK percentages

%13.6
%0
%52.8
%50.98

Codes

Color #6C7D3B in popluar color models

6C7D3B
RGB10812559
HSL75°35.87%36.08%
HSB/HSV75°52.80%49.02%
CMYK13.60%0.00%52.80%
50.98%

Color #6C7D3B in popluar number systems.

HEX6C7D3B
Decimal10812559
Binary11011001111101111011
Octal15417573

Shades and tints

Shades of #6C7D3B

#6C7D3B
(108,125,59)
#637236
(99,114,54)
#5A6731
(90,103,49)
#515C2C
(81,92,44)
#485127
(72,81,39)
#3F4622
(63,70,34)
#363B1D
(54,59,29)
#2D3018
(45,48,24)
#242513
(36,37,19)
#1B1A0E
(27,26,14)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #6C7D3B

#6C7D3B
(108,125,59)
#79884C
(121,136,76)
#86935D
(134,147,93)
#939E6E
(147,158,110)
#A0A97F
(160,169,127)
#ADB490
(173,180,144)
#BABFA1
(186,191,161)
#C7CAB2
(199,202,178)
#D4D5C3
(212,213,195)
#E1E0D4
(225,224,212)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7D3B; }

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

This text font color is #6C7D3B.


Background Color

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

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

This div background color is #6C7D3B.


Border color

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

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

This div border color is #6C7D3B.


Opacity

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

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

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

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

This text has shadow with #6C7D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7D3B on black background.


Color preview on white background

This text has color #6C7D3B on white background.



Black color preview on #6C7D3B background

This text has black color on #6C7D3B background.


White color preview on #6C7D3B background

This text has white color on #6C7D3B background.