COLOR #6A7E61

HEX: #6A7E61
RGB: (106,126,97)

Color info

#6A7E61 contains red, green and blue colors in about the same proportion. Web safe color of #6A7E61 is #666666 (or #666).

RGB color model

#6A7E61 color RGB value is (106,126,97).

  • red value is 106;
  • green value is 126;
  • blue value is 97.
RGB:
(106,126,97)
(42%,49%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 126 of 255 = 49%
B 97 of 255 = 38%

106
126
97

R + G + B ~ 43%. #6A7E61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 126 + 97 = 329 (100%)
R 106 of 329 ~ 32.22%
G 126 of 329 ~ 38.3%
B 97 of 329 ~ 29.48%

%32.22
%38.3
%29.48

CMYK color model

#6A7E61 color CMYK value is (16,0,23,51).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 23.02%
  • key color value is 50.59%
CMYK:
(16,0,23,51)
C16M0Y23K51 
(16%,0%,23%,51%)
(0.16/0.00/0.23/0.51)	

CMYK percentages

%15.87
%0
%23.02
%50.59

Codes

Color #6A7E61 in popluar color models

6A7E61
RGB10612697
HSL101°13.00%43.73%
HSB/HSV101°23.02%49.41%
CMYK15.87%0.00%23.02%
50.59%

Color #6A7E61 in popluar number systems.

HEX6A7E61
Decimal10612697
Binary110101011111101100001
Octal152176141

Shades and tints

Shades of #6A7E61

#6A7E61
(106,126,97)
#617359
(97,115,89)
#586851
(88,104,81)
#4F5D49
(79,93,73)
#465241
(70,82,65)
#3D4739
(61,71,57)
#343C31
(52,60,49)
#2B3129
(43,49,41)
#222621
(34,38,33)
#191B19
(25,27,25)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #6A7E61

#6A7E61
(106,126,97)
#77896F
(119,137,111)
#84947D
(132,148,125)
#919F8B
(145,159,139)
#9EAA99
(158,170,153)
#ABB5A7
(171,181,167)
#B8C0B5
(184,192,181)
#C5CBC3
(197,203,195)
#D2D6D1
(210,214,209)
#DFE1DF
(223,225,223)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7E61 color. Also use rgb(106,126,97) instead hex code.

Text Font Color

.myTextColor { color: #6A7E61; }

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

This text font color is #6A7E61.


Background Color

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

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

This div background color is #6A7E61.


Border color

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

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

This div border color is #6A7E61.


Opacity

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

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

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

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

This text has shadow with #6A7E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7E61 on black background.


Color preview on white background

This text has color #6A7E61 on white background.



Black color preview on #6A7E61 background

This text has black color on #6A7E61 background.


White color preview on #6A7E61 background

This text has white color on #6A7E61 background.