COLOR #6F856A

HEX: #6F856A
RGB: (111,133,106)

Color info

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

RGB color model

#6F856A color RGB value is (111,133,106).

  • red value is 111;
  • green value is 133;
  • blue value is 106.
RGB:
(111,133,106)
(44%,52%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 106 of 255 = 42%

111
133
106

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 106 = 350 (100%)
R 111 of 350 ~ 31.71%
G 133 of 350 ~ 38%
B 106 of 350 ~ 30.29%

%31.71
%38
%30.29

CMYK color model

#6F856A color CMYK value is (17,0,20,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(17,0,20,48)
C17M0Y20K48 
(17%,0%,20%,48%)
(0.17/0.00/0.20/0.48)	

CMYK percentages

%16.54
%0
%20.3
%47.84

Codes

Color #6F856A in popluar color models

6F856A
RGB111133106
HSL109°11.30%46.86%
HSB/HSV109°20.30%52.16%
CMYK16.54%0.00%20.30%
47.84%

Color #6F856A in popluar number systems.

HEX6F856A
Decimal111133106
Binary1101111100001011101010
Octal157205152

Shades and tints

Shades of #6F856A

#6F856A
(111,133,106)
#657961
(101,121,97)
#5B6D58
(91,109,88)
#51614F
(81,97,79)
#475546
(71,85,70)
#3D493D
(61,73,61)
#333D34
(51,61,52)
#29312B
(41,49,43)
#1F2522
(31,37,34)
#151919
(21,25,25)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #6F856A

#6F856A
(111,133,106)
#7C9077
(124,144,119)
#899B84
(137,155,132)
#96A691
(150,166,145)
#A3B19E
(163,177,158)
#B0BCAB
(176,188,171)
#BDC7B8
(189,199,184)
#CAD2C5
(202,210,197)
#D7DDD2
(215,221,210)
#E4E8DF
(228,232,223)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F856A color. Also use rgb(111,133,106) instead hex code.

Text Font Color

.myTextColor { color: #6F856A; }

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

This text font color is #6F856A.


Background Color

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

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

This div background color is #6F856A.


Border color

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

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

This div border color is #6F856A.


Opacity

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

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

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

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

This text has shadow with #6F856A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F856A on black background.


Color preview on white background

This text has color #6F856A on white background.



Black color preview on #6F856A background

This text has black color on #6F856A background.


White color preview on #6F856A background

This text has white color on #6F856A background.