COLOR #6F8372

HEX: #6F8372
RGB: (111,131,114)

Color info

#6F8372 contains red, green and blue colors in about the same proportion. Web safe color of #6F8372 is #669966 (or #696).

RGB color model

#6F8372 color RGB value is (111,131,114).

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

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 114 of 255 = 45%

111
131
114

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

Portions of RGB colors in percentages

R + G + B =
111 + 131 + 114 = 356 (100%)
R 111 of 356 ~ 31.18%
G 131 of 356 ~ 36.8%
B 114 of 356 ~ 32.02%

%31.18
%36.8
%32.02

CMYK color model

#6F8372 color CMYK value is (15,0,13,49).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(15,0,13,49)
C15M0Y13K49 
(15%,0%,13%,49%)
(0.15/0.00/0.13/0.49)	

CMYK percentages

%15.27
%0
%12.98
%48.63

Codes

Color #6F8372 in popluar color models

6F8372
RGB111131114
HSL129°8.26%47.45%
HSB/HSV129°15.27%51.37%
CMYK15.27%0.00%12.98%
48.63%

Color #6F8372 in popluar number systems.

HEX6F8372
Decimal111131114
Binary1101111100000111110010
Octal157203162

Shades and tints

Shades of #6F8372

#6F8372
(111,131,114)
#657868
(101,120,104)
#5B6D5E
(91,109,94)
#516254
(81,98,84)
#47574A
(71,87,74)
#3D4C40
(61,76,64)
#334136
(51,65,54)
#29362C
(41,54,44)
#1F2B22
(31,43,34)
#152018
(21,32,24)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #6F8372

#6F8372
(111,131,114)
#7C8E7E
(124,142,126)
#89998A
(137,153,138)
#96A496
(150,164,150)
#A3AFA2
(163,175,162)
#B0BAAE
(176,186,174)
#BDC5BA
(189,197,186)
#CAD0C6
(202,208,198)
#D7DBD2
(215,219,210)
#E4E6DE
(228,230,222)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8372; }

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

This text font color is #6F8372.


Background Color

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

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

This div background color is #6F8372.


Border color

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

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

This div border color is #6F8372.


Opacity

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

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

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

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

This text has shadow with #6F8372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8372 on black background.


Color preview on white background

This text has color #6F8372 on white background.



Black color preview on #6F8372 background

This text has black color on #6F8372 background.


White color preview on #6F8372 background

This text has white color on #6F8372 background.