COLOR #6F7F46

HEX: #6F7F46
RGB: (111,127,70)

Color info

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

RGB color model

#6F7F46 color RGB value is (111,127,70).

  • red value is 111;
  • green value is 127;
  • blue value is 70.
RGB:
(111,127,70)
(44%,50%,27%)

RGB channels and saturation

R 111 of 255 = 44%
G 127 of 255 = 50%
B 70 of 255 = 27%

111
127
70

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

Portions of RGB colors in percentages

R + G + B =
111 + 127 + 70 = 308 (100%)
R 111 of 308 ~ 36.04%
G 127 of 308 ~ 41.23%
B 70 of 308 ~ 22.73%

%36.04
%41.23
%22.73

CMYK color model

#6F7F46 color CMYK value is (13,0,45,50).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 44.88%
  • key color value is 50.20%
CMYK:
(13,0,45,50)
C13M0Y45K50 
(13%,0%,45%,50%)
(0.13/0.00/0.45/0.50)	

CMYK percentages

%12.6
%0
%44.88
%50.2

Codes

Color #6F7F46 in popluar color models

6F7F46
RGB11112770
HSL77°28.93%38.63%
HSB/HSV77°44.88%49.80%
CMYK12.60%0.00%44.88%
50.20%

Color #6F7F46 in popluar number systems.

HEX6F7F46
Decimal11112770
Binary110111111111111000110
Octal157177106

Shades and tints

Shades of #6F7F46

#6F7F46
(111,127,70)
#657440
(101,116,64)
#5B693A
(91,105,58)
#515E34
(81,94,52)
#47532E
(71,83,46)
#3D4828
(61,72,40)
#333D22
(51,61,34)
#29321C
(41,50,28)
#1F2716
(31,39,22)
#151C10
(21,28,16)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #6F7F46

#6F7F46
(111,127,70)
#7C8A56
(124,138,86)
#899566
(137,149,102)
#96A076
(150,160,118)
#A3AB86
(163,171,134)
#B0B696
(176,182,150)
#BDC1A6
(189,193,166)
#CACCB6
(202,204,182)
#D7D7C6
(215,215,198)
#E4E2D6
(228,226,214)
#F1EDE6
(241,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7F46; }

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

This text font color is #6F7F46.


Background Color

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

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

This div background color is #6F7F46.


Border color

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

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

This div border color is #6F7F46.


Opacity

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

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

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

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

This text has shadow with #6F7F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7F46 on black background.


Color preview on white background

This text has color #6F7F46 on white background.



Black color preview on #6F7F46 background

This text has black color on #6F7F46 background.


White color preview on #6F7F46 background

This text has white color on #6F7F46 background.