COLOR #6F8349

HEX: #6F8349
RGB: (111,131,73)

Color info

#6F8349 contains red, green and blue colors in about the same proportion. Web safe color of #6F8349 is #669933 (or #693).

RGB color model

#6F8349 color RGB value is (111,131,73).

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

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 73 of 255 = 29%

111
131
73

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

Portions of RGB colors in percentages

R + G + B =
111 + 131 + 73 = 315 (100%)
R 111 of 315 ~ 35.24%
G 131 of 315 ~ 41.59%
B 73 of 315 ~ 23.17%

%35.24
%41.59
%23.17

CMYK color model

#6F8349 color CMYK value is (15,0,44,49).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 44.27%
  • key color value is 48.63%
CMYK:
(15,0,44,49)
C15M0Y44K49 
(15%,0%,44%,49%)
(0.15/0.00/0.44/0.49)	

CMYK percentages

%15.27
%0
%44.27
%48.63

Codes

Color #6F8349 in popluar color models

6F8349
RGB11113173
HSL81°28.43%40.00%
HSB/HSV81°44.27%51.37%
CMYK15.27%0.00%44.27%
48.63%

Color #6F8349 in popluar number systems.

HEX6F8349
Decimal11113173
Binary1101111100000111001001
Octal157203111

Shades and tints

Shades of #6F8349

#6F8349
(111,131,73)
#657843
(101,120,67)
#5B6D3D
(91,109,61)
#516237
(81,98,55)
#475731
(71,87,49)
#3D4C2B
(61,76,43)
#334125
(51,65,37)
#29361F
(41,54,31)
#1F2B19
(31,43,25)
#152013
(21,32,19)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #6F8349

#6F8349
(111,131,73)
#7C8E59
(124,142,89)
#899969
(137,153,105)
#96A479
(150,164,121)
#A3AF89
(163,175,137)
#B0BA99
(176,186,153)
#BDC5A9
(189,197,169)
#CAD0B9
(202,208,185)
#D7DBC9
(215,219,201)
#E4E6D9
(228,230,217)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8349; }

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

This text font color is #6F8349.


Background Color

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

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

This div background color is #6F8349.


Border color

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

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

This div border color is #6F8349.


Opacity

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

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

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

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

This text has shadow with #6F8349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8349 on black background.


Color preview on white background

This text has color #6F8349 on white background.



Black color preview on #6F8349 background

This text has black color on #6F8349 background.


White color preview on #6F8349 background

This text has white color on #6F8349 background.