COLOR #6F7E5E

HEX: #6F7E5E RGB: (111,126,94)

Color info

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

RGB color model

#6F7E5E color RGB value is (111,126,94).

RGB: (111,126,94) (44%, 49%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 94 of 255 = 37%

111
126
94

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

Portions of RGB colors in percentages

R + G + B = 111 + 126 + 94 = 331 (100%)
R 111 of 331 ~ 33.53%
G 126 of 331 ~ 38.07%
B 94 of 331 ~ 28.4'%

%33.53
%38.07
%28.4

CMYK color model

#6F7E5E color CMYK value is (12,0,25,51).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 50.59%

CMYK: (12,0,25,51)
C12M0Y25K51 (12%, 0%, 25%, 51%)
(0.12 / 0.00 / 0.25 / 0.51)

CMYK percentages

%11.9
%0
%25.4
%50.59

Codes

Color #6F7E5E in popluar color models

6F 7E 5E
RGB 111 126 94
HSL 88° 14.55% 43.14%
HSB/HSV 88° 25.40% 49.41%
CMYK 11.90% 0.00% 25.40%
50.59%

Color #6F7E5E in popluar number systems.

HEX 6F 7E 5E
Decimal 111 126 94
Binary 1101111 1111110 1011110
Octal 157 176 136

Shades and tints

Shades of #6F7E5E

#6F7E5E
(111,126,94)
#657356
(101,115,86)
#5B684E
(91,104,78)
#515D46
(81,93,70)
#47523E
(71,82,62)
#3D4736
(61,71,54)
#333C2E
(51,60,46)
#293126
(41,49,38)
#1F261E
(31,38,30)
#151B16
(21,27,22)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #6F7E5E

#6F7E5E
(111,126,94)
#7C896C
(124,137,108)
#89947A
(137,148,122)
#969F88
(150,159,136)
#A3AA96
(163,170,150)
#B0B5A4
(176,181,164)
#BDC0B2
(189,192,178)
#CACBC0
(202,203,192)
#D7D6CE
(215,214,206)
#E4E1DC
(228,225,220)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7E5E color. Also use rgb(111,126,94) instead hex code.

Text Font Color

.myTextColor { color: #6F7E5E; }

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

This text font color is #6F7E5E.

Background Color

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

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

This div background color is #6F7E5E.

Border color

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

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

This div border color is #6F7E5E.

Opacity

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

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

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

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

This text has shadow with #6F7E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7E5E.

Preview

Color preview on black background

This text has color #6F7E5E on black background.


Color preview on white background

This text has color #6F7E5E on white background.


Black color preview on #6F7E5E background

This text has black color on #6F7E5E background.


White color preview on #6F7E5E background

This text has white color on #6F7E5E background.


Related colors

Complementary color

Complementary color for #hex is #9081A1.


I love getcolorcode.com

Triadic colors

1 #5E6F7E and #7E5E6F with #6F7E5E are triadic colors.

2 #5E7E6F and #7E6F5E with #6F7E5E are triadic colors.