COLOR #6F885C

HEX: #6F885C
RGB: (111,136,92)

Color info

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

RGB color model

#6F885C color RGB value is (111,136,92).

  • red value is 111;
  • green value is 136;
  • blue value is 92.
RGB:
(111,136,92)
(44%,53%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 92 of 255 = 36%

111
136
92

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 92 = 339 (100%)
R 111 of 339 ~ 32.74%
G 136 of 339 ~ 40.12%
B 92 of 339 ~ 27.14%

%32.74
%40.12
%27.14

CMYK color model

#6F885C color CMYK value is (18,0,32,47).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(18,0,32,47)
C18M0Y32K47 
(18%,0%,32%,47%)
(0.18/0.00/0.32/0.47)	

CMYK percentages

%18.38
%0
%32.35
%46.67

Codes

Color #6F885C in popluar color models

6F885C
RGB11113692
HSL94°19.30%44.71%
HSB/HSV94°32.35%53.33%
CMYK18.38%0.00%32.35%
46.67%

Color #6F885C in popluar number systems.

HEX6F885C
Decimal11113692
Binary1101111100010001011100
Octal157210134

Shades and tints

Shades of #6F885C

#6F885C
(111,136,92)
#657C54
(101,124,84)
#5B704C
(91,112,76)
#516444
(81,100,68)
#47583C
(71,88,60)
#3D4C34
(61,76,52)
#33402C
(51,64,44)
#293424
(41,52,36)
#1F281C
(31,40,28)
#151C14
(21,28,20)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #6F885C

#6F885C
(111,136,92)
#7C926A
(124,146,106)
#899C78
(137,156,120)
#96A686
(150,166,134)
#A3B094
(163,176,148)
#B0BAA2
(176,186,162)
#BDC4B0
(189,196,176)
#CACEBE
(202,206,190)
#D7D8CC
(215,216,204)
#E4E2DA
(228,226,218)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F885C color. Also use rgb(111,136,92) instead hex code.

Text Font Color

.myTextColor { color: #6F885C; }

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

This text font color is #6F885C.


Background Color

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

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

This div background color is #6F885C.


Border color

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

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

This div border color is #6F885C.


Opacity

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

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

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

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

This text has shadow with #6F885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F885C on black background.


Color preview on white background

This text has color #6F885C on white background.



Black color preview on #6F885C background

This text has black color on #6F885C background.


White color preview on #6F885C background

This text has white color on #6F885C background.