COLOR #6F8579

HEX: #6F8579
RGB: (111,133,121)

Color info

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

RGB color model

#6F8579 color RGB value is (111,133,121).

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

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 121 of 255 = 47%

111
133
121

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 121 = 365 (100%)
R 111 of 365 ~ 30.41%
G 133 of 365 ~ 36.44%
B 121 of 365 ~ 33.15%

%30.41
%36.44
%33.15

CMYK color model

#6F8579 color CMYK value is (17,0,9,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 47.84%
CMYK:
(17,0,9,48)
C17M0Y9K48 
(17%,0%,9%,48%)
(0.17/0.00/0.09/0.48)	

CMYK percentages

%16.54
%0
%9.02
%47.84

Codes

Color #6F8579 in popluar color models

6F8579
RGB111133121
HSL147°9.02%47.84%
HSB/HSV147°16.54%52.16%
CMYK16.54%0.00%9.02%
47.84%

Color #6F8579 in popluar number systems.

HEX6F8579
Decimal111133121
Binary1101111100001011111001
Octal157205171

Shades and tints

Shades of #6F8579

#6F8579
(111,133,121)
#65796E
(101,121,110)
#5B6D63
(91,109,99)
#516158
(81,97,88)
#47554D
(71,85,77)
#3D4942
(61,73,66)
#333D37
(51,61,55)
#29312C
(41,49,44)
#1F2521
(31,37,33)
#151916
(21,25,22)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F8579

#6F8579
(111,133,121)
#7C9085
(124,144,133)
#899B91
(137,155,145)
#96A69D
(150,166,157)
#A3B1A9
(163,177,169)
#B0BCB5
(176,188,181)
#BDC7C1
(189,199,193)
#CAD2CD
(202,210,205)
#D7DDD9
(215,221,217)
#E4E8E5
(228,232,229)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8579; }

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

This text font color is #6F8579.


Background Color

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

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

This div background color is #6F8579.


Border color

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

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

This div border color is #6F8579.


Opacity

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

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

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

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

This text has shadow with #6F8579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8579 on black background.


Color preview on white background

This text has color #6F8579 on white background.



Black color preview on #6F8579 background

This text has black color on #6F8579 background.


White color preview on #6F8579 background

This text has white color on #6F8579 background.