COLOR #6F805B

HEX: #6F805B
RGB: (111,128,91)

Color info

#6F805B contains red, green and blue colors in about the same proportion. Web safe color of #6F805B is #666666 (or #666).

RGB color model

#6F805B color RGB value is (111,128,91).

  • red value is 111;
  • green value is 128;
  • blue value is 91.
RGB:
(111,128,91)
(44%,50%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 128 of 255 = 50%
B 91 of 255 = 36%

111
128
91

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

Portions of RGB colors in percentages

R + G + B =
111 + 128 + 91 = 330 (100%)
R 111 of 330 ~ 33.64%
G 128 of 330 ~ 38.79%
B 91 of 330 ~ 27.58%

%33.64
%38.79
%27.58

CMYK color model

#6F805B color CMYK value is (13,0,29,50).

  • cyan value is 13.28%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 49.80%
CMYK:
(13,0,29,50)
C13M0Y29K50 
(13%,0%,29%,50%)
(0.13/0.00/0.29/0.50)	

CMYK percentages

%13.28
%0
%28.91
%49.8

Codes

Color #6F805B in popluar color models

6F805B
RGB11112891
HSL88°16.89%42.94%
HSB/HSV88°28.91%50.20%
CMYK13.28%0.00%28.91%
49.80%

Color #6F805B in popluar number systems.

HEX6F805B
Decimal11112891
Binary1101111100000001011011
Octal157200133

Shades and tints

Shades of #6F805B

#6F805B
(111,128,91)
#657553
(101,117,83)
#5B6A4B
(91,106,75)
#515F43
(81,95,67)
#47543B
(71,84,59)
#3D4933
(61,73,51)
#333E2B
(51,62,43)
#293323
(41,51,35)
#1F281B
(31,40,27)
#151D13
(21,29,19)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #6F805B

#6F805B
(111,128,91)
#7C8B69
(124,139,105)
#899677
(137,150,119)
#96A185
(150,161,133)
#A3AC93
(163,172,147)
#B0B7A1
(176,183,161)
#BDC2AF
(189,194,175)
#CACDBD
(202,205,189)
#D7D8CB
(215,216,203)
#E4E3D9
(228,227,217)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F805B color. Also use rgb(111,128,91) instead hex code.

Text Font Color

.myTextColor { color: #6F805B; }

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

This text font color is #6F805B.


Background Color

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

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

This div background color is #6F805B.


Border color

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

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

This div border color is #6F805B.


Opacity

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

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

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

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

This text has shadow with #6F805B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F805B on black background.


Color preview on white background

This text has color #6F805B on white background.



Black color preview on #6F805B background

This text has black color on #6F805B background.


White color preview on #6F805B background

This text has white color on #6F805B background.