COLOR #6A7F61

HEX: #6A7F61
RGB: (106,127,97)

Color info

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

RGB color model

#6A7F61 color RGB value is (106,127,97).

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

RGB channels and saturation

R 106 of 255 = 42%
G 127 of 255 = 50%
B 97 of 255 = 38%

106
127
97

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

Portions of RGB colors in percentages

R + G + B =
106 + 127 + 97 = 330 (100%)
R 106 of 330 ~ 32.12%
G 127 of 330 ~ 38.48%
B 97 of 330 ~ 29.39%

%32.12
%38.48
%29.39

CMYK color model

#6A7F61 color CMYK value is (17,0,24,50).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 23.62%
  • key color value is 50.20%
CMYK:
(17,0,24,50)
C17M0Y24K50 
(17%,0%,24%,50%)
(0.17/0.00/0.24/0.50)	

CMYK percentages

%16.54
%0
%23.62
%50.2

Codes

Color #6A7F61 in popluar color models

6A7F61
RGB10612797
HSL102°13.39%43.92%
HSB/HSV102°23.62%49.80%
CMYK16.54%0.00%23.62%
50.20%

Color #6A7F61 in popluar number systems.

HEX6A7F61
Decimal10612797
Binary110101011111111100001
Octal152177141

Shades and tints

Shades of #6A7F61

#6A7F61
(106,127,97)
#617459
(97,116,89)
#586951
(88,105,81)
#4F5E49
(79,94,73)
#465341
(70,83,65)
#3D4839
(61,72,57)
#343D31
(52,61,49)
#2B3229
(43,50,41)
#222721
(34,39,33)
#191C19
(25,28,25)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #6A7F61

#6A7F61
(106,127,97)
#778A6F
(119,138,111)
#84957D
(132,149,125)
#91A08B
(145,160,139)
#9EAB99
(158,171,153)
#ABB6A7
(171,182,167)
#B8C1B5
(184,193,181)
#C5CCC3
(197,204,195)
#D2D7D1
(210,215,209)
#DFE2DF
(223,226,223)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7F61; }

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

This text font color is #6A7F61.


Background Color

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

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

This div background color is #6A7F61.


Border color

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

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

This div border color is #6A7F61.


Opacity

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

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

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

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

This text has shadow with #6A7F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7F61 on black background.


Color preview on white background

This text has color #6A7F61 on white background.



Black color preview on #6A7F61 background

This text has black color on #6A7F61 background.


White color preview on #6A7F61 background

This text has white color on #6A7F61 background.