COLOR #6F884D

HEX: #6F884D
RGB: (111,136,77)

Color info

#6F884D contains red, green and blue colors in about the same proportion. Web safe color of #6F884D is #669933 (or #693).

RGB color model

#6F884D color RGB value is (111,136,77).

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

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 77 of 255 = 30%

111
136
77

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 77 = 324 (100%)
R 111 of 324 ~ 34.26%
G 136 of 324 ~ 41.98%
B 77 of 324 ~ 23.77%

%34.26
%41.98
%23.77

CMYK color model

#6F884D color CMYK value is (18,0,43,47).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 43.38%
  • key color value is 46.67%
CMYK:
(18,0,43,47)
C18M0Y43K47 
(18%,0%,43%,47%)
(0.18/0.00/0.43/0.47)	

CMYK percentages

%18.38
%0
%43.38
%46.67

Codes

Color #6F884D in popluar color models

6F884D
RGB11113677
HSL85°27.70%41.76%
HSB/HSV85°43.38%53.33%
CMYK18.38%0.00%43.38%
46.67%

Color #6F884D in popluar number systems.

HEX6F884D
Decimal11113677
Binary1101111100010001001101
Octal157210115

Shades and tints

Shades of #6F884D

#6F884D
(111,136,77)
#657C46
(101,124,70)
#5B703F
(91,112,63)
#516438
(81,100,56)
#475831
(71,88,49)
#3D4C2A
(61,76,42)
#334023
(51,64,35)
#29341C
(41,52,28)
#1F2815
(31,40,21)
#151C0E
(21,28,14)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #6F884D

#6F884D
(111,136,77)
#7C925D
(124,146,93)
#899C6D
(137,156,109)
#96A67D
(150,166,125)
#A3B08D
(163,176,141)
#B0BA9D
(176,186,157)
#BDC4AD
(189,196,173)
#CACEBD
(202,206,189)
#D7D8CD
(215,216,205)
#E4E2DD
(228,226,221)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F884D; }

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

This text font color is #6F884D.


Background Color

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

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

This div background color is #6F884D.


Border color

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

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

This div border color is #6F884D.


Opacity

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

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

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

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

This text has shadow with #6F884D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F884D on black background.


Color preview on white background

This text has color #6F884D on white background.



Black color preview on #6F884D background

This text has black color on #6F884D background.


White color preview on #6F884D background

This text has white color on #6F884D background.