COLOR #6F8346

HEX: #6F8346
RGB: (111,131,70)

Color info

#6F8346 contains mainly red and green colors. Web safe color of #6F8346 is #669933 (or #693).

RGB color model

#6F8346 color RGB value is (111,131,70).

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

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 70 of 255 = 27%

111
131
70

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

Portions of RGB colors in percentages

R + G + B =
111 + 131 + 70 = 312 (100%)
R 111 of 312 ~ 35.58%
G 131 of 312 ~ 41.99%
B 70 of 312 ~ 22.44%

%35.58
%41.99
%22.44

CMYK color model

#6F8346 color CMYK value is (15,0,47,49).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 46.56%
  • key color value is 48.63%
CMYK:
(15,0,47,49)
C15M0Y47K49 
(15%,0%,47%,49%)
(0.15/0.00/0.47/0.49)	

CMYK percentages

%15.27
%0
%46.56
%48.63

Codes

Color #6F8346 in popluar color models

6F8346
RGB11113170
HSL80°30.35%39.41%
HSB/HSV80°46.56%51.37%
CMYK15.27%0.00%46.56%
48.63%

Color #6F8346 in popluar number systems.

HEX6F8346
Decimal11113170
Binary1101111100000111000110
Octal157203106

Shades and tints

Shades of #6F8346

#6F8346
(111,131,70)
#657840
(101,120,64)
#5B6D3A
(91,109,58)
#516234
(81,98,52)
#47572E
(71,87,46)
#3D4C28
(61,76,40)
#334122
(51,65,34)
#29361C
(41,54,28)
#1F2B16
(31,43,22)
#152010
(21,32,16)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #6F8346

#6F8346
(111,131,70)
#7C8E56
(124,142,86)
#899966
(137,153,102)
#96A476
(150,164,118)
#A3AF86
(163,175,134)
#B0BA96
(176,186,150)
#BDC5A6
(189,197,166)
#CAD0B6
(202,208,182)
#D7DBC6
(215,219,198)
#E4E6D6
(228,230,214)
#F1F1E6
(241,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8346; }

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

This text font color is #6F8346.


Background Color

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

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

This div background color is #6F8346.


Border color

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

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

This div border color is #6F8346.


Opacity

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

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

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

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

This text has shadow with #6F8346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8346 on black background.


Color preview on white background

This text has color #6F8346 on white background.



Black color preview on #6F8346 background

This text has black color on #6F8346 background.


White color preview on #6F8346 background

This text has white color on #6F8346 background.