COLOR #6F7869

HEX: #6F7869
RGB: (111,120,105)

Color info

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

RGB color model

#6F7869 color RGB value is (111,120,105).

  • red value is 111;
  • green value is 120;
  • blue value is 105.
RGB:
(111,120,105)
(44%,47%,41%)

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 105 of 255 = 41%

111
120
105

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 105 = 336 (100%)
R 111 of 336 ~ 33.04%
G 120 of 336 ~ 35.71%
B 105 of 336 ~ 31.25%

%33.04
%35.71
%31.25

CMYK color model

#6F7869 color CMYK value is (8,0,13,53).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(8,0,13,53)
C8M0Y13K53 
(8%,0%,13%,53%)
(0.08/0.00/0.13/0.53)	

CMYK percentages

%7.5
%0
%12.5
%52.94

Codes

Color #6F7869 in popluar color models

6F7869
RGB111120105
HSL96°6.67%44.12%
HSB/HSV96°12.50%47.06%
CMYK7.50%0.00%12.50%
52.94%

Color #6F7869 in popluar number systems.

HEX6F7869
Decimal111120105
Binary110111111110001101001
Octal157170151

Shades and tints

Shades of #6F7869

#6F7869
(111,120,105)
#656E60
(101,110,96)
#5B6457
(91,100,87)
#515A4E
(81,90,78)
#475045
(71,80,69)
#3D463C
(61,70,60)
#333C33
(51,60,51)
#29322A
(41,50,42)
#1F2821
(31,40,33)
#151E18
(21,30,24)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #6F7869

#6F7869
(111,120,105)
#7C8476
(124,132,118)
#899083
(137,144,131)
#969C90
(150,156,144)
#A3A89D
(163,168,157)
#B0B4AA
(176,180,170)
#BDC0B7
(189,192,183)
#CACCC4
(202,204,196)
#D7D8D1
(215,216,209)
#E4E4DE
(228,228,222)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7869 color. Also use rgb(111,120,105) instead hex code.

Text Font Color

.myTextColor { color: #6F7869; }

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

This text font color is #6F7869.


Background Color

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

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

This div background color is #6F7869.


Border color

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

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

This div border color is #6F7869.


Opacity

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

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

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

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

This text has shadow with #6F7869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7869 on black background.


Color preview on white background

This text has color #6F7869 on white background.



Black color preview on #6F7869 background

This text has black color on #6F7869 background.


White color preview on #6F7869 background

This text has white color on #6F7869 background.