COLOR #6F7646

HEX: #6F7646 RGB: (111,118,70)

Color info

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

RGB color model

#6F7646 color RGB value is (111,118,70).

RGB: (111,118,70) (44%, 46%, 27%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 70 of 255 = 27%

111
118
70

R + G + B ~ 39%. #6F7646 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 118 + 70 = 299 (100%)
R 111 of 299 ~ 37.12%
G 118 of 299 ~ 39.46%
B 70 of 299 ~ 23.41'%

%37.12
%39.46
%23.41

CMYK color model

#6F7646 color CMYK value is (6,0,41,54).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 40.68%
  • key color value is 53.73%

CMYK: (6,0,41,54)
C6M0Y41K54 (6%, 0%, 41%, 54%)
(0.06 / 0.00 / 0.41 / 0.54)

CMYK percentages

%5.93
%0
%40.68
%53.73

Codes

Color #6F7646 in popluar color models

6F 76 46
RGB 111 118 70
HSL 69° 25.53% 36.86%
HSB/HSV 69° 40.68% 46.27%
CMYK 5.93% 0.00% 40.68%
53.73%

Color #6F7646 in popluar number systems.

HEX 6F 76 46
Decimal 111 118 70
Binary 1101111 1110110 1000110
Octal 157 166 106

Shades and tints

Shades of #6F7646

#6F7646
(111,118,70)
#656C40
(101,108,64)
#5B623A
(91,98,58)
#515834
(81,88,52)
#474E2E
(71,78,46)
#3D4428
(61,68,40)
#333A22
(51,58,34)
#29301C
(41,48,28)
#1F2616
(31,38,22)
#151C10
(21,28,16)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #6F7646

#6F7646
(111,118,70)
#7C8256
(124,130,86)
#898E66
(137,142,102)
#969A76
(150,154,118)
#A3A686
(163,166,134)
#B0B296
(176,178,150)
#BDBEA6
(189,190,166)
#CACAB6
(202,202,182)
#D7D6C6
(215,214,198)
#E4E2D6
(228,226,214)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7646 color. Also use rgb(111,118,70) instead hex code.

Text Font Color

.myTextColor { color: #6F7646; }

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

This text font color is #6F7646.

Background Color

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

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

This div background color is #6F7646.

Border color

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

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

This div border color is #6F7646.

Opacity

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

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

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

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

This text has shadow with #6F7646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7646.

Preview

Color preview on black background

This text has color #6F7646 on black background.


Color preview on white background

This text has color #6F7646 on white background.


Black color preview on #6F7646 background

This text has black color on #6F7646 background.


White color preview on #6F7646 background

This text has white color on #6F7646 background.


Related colors

Complementary color

Complementary color for #hex is #9089B9.


I love getcolorcode.com

Triadic colors

1 #466F76 and #76466F with #6F7646 are triadic colors.

2 #46766F and #766F46 with #6F7646 are triadic colors.