COLOR #6F886E

HEX: #6F886E
RGB: (111,136,110)

Color info

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

RGB color model

#6F886E color RGB value is (111,136,110).

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

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 110 of 255 = 43%

111
136
110

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 110 = 357 (100%)
R 111 of 357 ~ 31.09%
G 136 of 357 ~ 38.1%
B 110 of 357 ~ 30.81%

%31.09
%38.1
%30.81

CMYK color model

#6F886E color CMYK value is (18,0,19,47).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(18,0,19,47)
C18M0Y19K47 
(18%,0%,19%,47%)
(0.18/0.00/0.19/0.47)	

CMYK percentages

%18.38
%0
%19.12
%46.67

Codes

Color #6F886E in popluar color models

6F886E
RGB111136110
HSL118°10.57%48.24%
HSB/HSV118°19.12%53.33%
CMYK18.38%0.00%19.12%
46.67%

Color #6F886E in popluar number systems.

HEX6F886E
Decimal111136110
Binary1101111100010001101110
Octal157210156

Shades and tints

Shades of #6F886E

#6F886E
(111,136,110)
#657C64
(101,124,100)
#5B705A
(91,112,90)
#516450
(81,100,80)
#475846
(71,88,70)
#3D4C3C
(61,76,60)
#334032
(51,64,50)
#293428
(41,52,40)
#1F281E
(31,40,30)
#151C14
(21,28,20)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #6F886E

#6F886E
(111,136,110)
#7C927B
(124,146,123)
#899C88
(137,156,136)
#96A695
(150,166,149)
#A3B0A2
(163,176,162)
#B0BAAF
(176,186,175)
#BDC4BC
(189,196,188)
#CACEC9
(202,206,201)
#D7D8D6
(215,216,214)
#E4E2E3
(228,226,227)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F886E; }

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

This text font color is #6F886E.


Background Color

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

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

This div background color is #6F886E.


Border color

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

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

This div border color is #6F886E.


Opacity

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

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

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

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

This text has shadow with #6F886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F886E on black background.


Color preview on white background

This text has color #6F886E on white background.



Black color preview on #6F886E background

This text has black color on #6F886E background.


White color preview on #6F886E background

This text has white color on #6F886E background.