COLOR #6F7059

HEX: #6F7059
RGB: (111,112,89)

Color info

#6F7059 contains red, green and blue colors in about the same proportion. Web safe color of #6F7059 is #666666 (or #666).

RGB color model

#6F7059 color RGB value is (111,112,89).

  • red value is 111;
  • green value is 112;
  • blue value is 89.
RGB:
(111,112,89)
(44%,44%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 112 of 255 = 44%
B 89 of 255 = 35%

111
112
89

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

Portions of RGB colors in percentages

R + G + B =
111 + 112 + 89 = 312 (100%)
R 111 of 312 ~ 35.58%
G 112 of 312 ~ 35.9%
B 89 of 312 ~ 28.53%

%35.58
%35.9
%28.53

CMYK color model

#6F7059 color CMYK value is (1,0,21,56).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(1,0,21,56)
C1M0Y21K56 
(1%,0%,21%,56%)
(0.01/0.00/0.21/0.56)	

CMYK percentages

%0.89
%0
%20.54
%56.08

Codes

Color #6F7059 in popluar color models

6F7059
RGB11111289
HSL63°11.44%39.41%
HSB/HSV63°20.54%43.92%
CMYK0.89%0.00%20.54%
56.08%

Color #6F7059 in popluar number systems.

HEX6F7059
Decimal11111289
Binary110111111100001011001
Octal157160131

Shades and tints

Shades of #6F7059

#6F7059
(111,112,89)
#656651
(101,102,81)
#5B5C49
(91,92,73)
#515241
(81,82,65)
#474839
(71,72,57)
#3D3E31
(61,62,49)
#333429
(51,52,41)
#292A21
(41,42,33)
#1F2019
(31,32,25)
#151611
(21,22,17)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #6F7059

#6F7059
(111,112,89)
#7C7D68
(124,125,104)
#898A77
(137,138,119)
#969786
(150,151,134)
#A3A495
(163,164,149)
#B0B1A4
(176,177,164)
#BDBEB3
(189,190,179)
#CACBC2
(202,203,194)
#D7D8D1
(215,216,209)
#E4E5E0
(228,229,224)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7059 color. Also use rgb(111,112,89) instead hex code.

Text Font Color

.myTextColor { color: #6F7059; }

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

This text font color is #6F7059.


Background Color

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

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

This div background color is #6F7059.


Border color

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

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

This div border color is #6F7059.


Opacity

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

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

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

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

This text has shadow with #6F7059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7059 on black background.


Color preview on white background

This text has color #6F7059 on white background.



Black color preview on #6F7059 background

This text has black color on #6F7059 background.


White color preview on #6F7059 background

This text has white color on #6F7059 background.