COLOR #6A7447

HEX: #6A7447
RGB: (106,116,71)

Color info

#6A7447 contains red, green and blue colors in about the same proportion. Web safe color of #6A7447 is #666633 (or #663).

RGB color model

#6A7447 color RGB value is (106,116,71).

  • red value is 106;
  • green value is 116;
  • blue value is 71.
RGB:
(106,116,71)
(42%,45%,28%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 71 of 255 = 28%

106
116
71

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

Portions of RGB colors in percentages

R + G + B =
106 + 116 + 71 = 293 (100%)
R 106 of 293 ~ 36.18%
G 116 of 293 ~ 39.59%
B 71 of 293 ~ 24.23%

%36.18
%39.59
%24.23

CMYK color model

#6A7447 color CMYK value is (9,0,39,55).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 54.51%
CMYK:
(9,0,39,55)
C9M0Y39K55 
(9%,0%,39%,55%)
(0.09/0.00/0.39/0.55)	

CMYK percentages

%8.62
%0
%38.79
%54.51

Codes

Color #6A7447 in popluar color models

6A7447
RGB10611671
HSL73°24.06%36.67%
HSB/HSV73°38.79%45.49%
CMYK8.62%0.00%38.79%
54.51%

Color #6A7447 in popluar number systems.

HEX6A7447
Decimal10611671
Binary110101011101001000111
Octal152164107

Shades and tints

Shades of #6A7447

#6A7447
(106,116,71)
#616A41
(97,106,65)
#58603B
(88,96,59)
#4F5635
(79,86,53)
#464C2F
(70,76,47)
#3D4229
(61,66,41)
#343823
(52,56,35)
#2B2E1D
(43,46,29)
#222417
(34,36,23)
#191A11
(25,26,17)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #6A7447

#6A7447
(106,116,71)
#778057
(119,128,87)
#848C67
(132,140,103)
#919877
(145,152,119)
#9EA487
(158,164,135)
#ABB097
(171,176,151)
#B8BCA7
(184,188,167)
#C5C8B7
(197,200,183)
#D2D4C7
(210,212,199)
#DFE0D7
(223,224,215)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7447 color. Also use rgb(106,116,71) instead hex code.

Text Font Color

.myTextColor { color: #6A7447; }

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

This text font color is #6A7447.


Background Color

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

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

This div background color is #6A7447.


Border color

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

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

This div border color is #6A7447.


Opacity

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

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

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

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

This text has shadow with #6A7447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7447 on black background.


Color preview on white background

This text has color #6A7447 on white background.



Black color preview on #6A7447 background

This text has black color on #6A7447 background.


White color preview on #6A7447 background

This text has white color on #6A7447 background.