COLOR #6F8179

HEX: #6F8179
RGB: (111,129,121)

Color info

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

RGB color model

#6F8179 color RGB value is (111,129,121).

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

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 121 of 255 = 47%

111
129
121

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 121 = 361 (100%)
R 111 of 361 ~ 30.75%
G 129 of 361 ~ 35.73%
B 121 of 361 ~ 33.52%

%30.75
%35.73
%33.52

CMYK color model

#6F8179 color CMYK value is (14,0,6,49).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(14,0,6,49)
C14M0Y6K49 
(14%,0%,6%,49%)
(0.14/0.00/0.06/0.49)	

CMYK percentages

%13.95
%0
%6.2
%49.41

Codes

Color #6F8179 in popluar color models

6F8179
RGB111129121
HSL153°7.50%47.06%
HSB/HSV153°13.95%50.59%
CMYK13.95%0.00%6.20%
49.41%

Color #6F8179 in popluar number systems.

HEX6F8179
Decimal111129121
Binary1101111100000011111001
Octal157201171

Shades and tints

Shades of #6F8179

#6F8179
(111,129,121)
#65766E
(101,118,110)
#5B6B63
(91,107,99)
#516058
(81,96,88)
#47554D
(71,85,77)
#3D4A42
(61,74,66)
#333F37
(51,63,55)
#29342C
(41,52,44)
#1F2921
(31,41,33)
#151E16
(21,30,22)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #6F8179

#6F8179
(111,129,121)
#7C8C85
(124,140,133)
#899791
(137,151,145)
#96A29D
(150,162,157)
#A3ADA9
(163,173,169)
#B0B8B5
(176,184,181)
#BDC3C1
(189,195,193)
#CACECD
(202,206,205)
#D7D9D9
(215,217,217)
#E4E4E5
(228,228,229)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8179; }

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

This text font color is #6F8179.


Background Color

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

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

This div background color is #6F8179.


Border color

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

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

This div border color is #6F8179.


Opacity

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

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

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

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

This text has shadow with #6F8179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8179 on black background.


Color preview on white background

This text has color #6F8179 on white background.



Black color preview on #6F8179 background

This text has black color on #6F8179 background.


White color preview on #6F8179 background

This text has white color on #6F8179 background.