COLOR #6A7C2E

HEX: #6A7C2E
RGB: (106,124,46)

Color info

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

RGB color model

#6A7C2E color RGB value is (106,124,46).

  • red value is 106;
  • green value is 124;
  • blue value is 46.
RGB:
(106,124,46)
(42%,49%,18%)

RGB channels and saturation

R 106 of 255 = 42%
G 124 of 255 = 49%
B 46 of 255 = 18%

106
124
46

R + G + B ~ 36%. #6A7C2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 124 + 46 = 276 (100%)
R 106 of 276 ~ 38.41%
G 124 of 276 ~ 44.93%
B 46 of 276 ~ 16.67%

%38.41
%44.93
%16.67

CMYK color model

#6A7C2E color CMYK value is (15,0,63,51).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 62.90%
  • key color value is 51.37%
CMYK:
(15,0,63,51)
C15M0Y63K51 
(15%,0%,63%,51%)
(0.15/0.00/0.63/0.51)	

CMYK percentages

%14.52
%0
%62.9
%51.37

Codes

Color #6A7C2E in popluar color models

6A7C2E
RGB10612446
HSL74°45.88%33.33%
HSB/HSV74°62.90%48.63%
CMYK14.52%0.00%62.90%
51.37%

Color #6A7C2E in popluar number systems.

HEX6A7C2E
Decimal10612446
Binary11010101111100101110
Octal15217456

Shades and tints

Shades of #6A7C2E

#6A7C2E
(106,124,46)
#61712A
(97,113,42)
#586626
(88,102,38)
#4F5B22
(79,91,34)
#46501E
(70,80,30)
#3D451A
(61,69,26)
#343A16
(52,58,22)
#2B2F12
(43,47,18)
#22240E
(34,36,14)
#19190A
(25,25,10)
#100E06
(16,14,6)
#000000
(0,0,0)

Tints of #6A7C2E

#6A7C2E
(106,124,46)
#778741
(119,135,65)
#849254
(132,146,84)
#919D67
(145,157,103)
#9EA87A
(158,168,122)
#ABB38D
(171,179,141)
#B8BEA0
(184,190,160)
#C5C9B3
(197,201,179)
#D2D4C6
(210,212,198)
#DFDFD9
(223,223,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7C2E color. Also use rgb(106,124,46) instead hex code.

Text Font Color

.myTextColor { color: #6A7C2E; }

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

This text font color is #6A7C2E.


Background Color

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

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

This div background color is #6A7C2E.


Border color

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

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

This div border color is #6A7C2E.


Opacity

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

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

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

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

This text has shadow with #6A7C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7C2E on black background.


Color preview on white background

This text has color #6A7C2E on white background.



Black color preview on #6A7C2E background

This text has black color on #6A7C2E background.


White color preview on #6A7C2E background

This text has white color on #6A7C2E background.