COLOR #6F7B6E

HEX: #6F7B6E RGB: (111,123,110)

Color info

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

RGB color model

#6F7B6E color RGB value is (111,123,110).

RGB: (111,123,110) (44%, 48%, 43%)

RGB channels and saturation

R 111 of 255 = 44%
G 123 of 255 = 48%
B 110 of 255 = 43%

111
123
110

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

Portions of RGB colors in percentages

R + G + B = 111 + 123 + 110 = 344 (100%)
R 111 of 344 ~ 32.27%
G 123 of 344 ~ 35.76%
B 110 of 344 ~ 31.98'%

%32.27
%35.76
%31.98

CMYK color model

#6F7B6E color CMYK value is (10,0,11,52).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 51.76%

CMYK: (10,0,11,52)
C10M0Y11K52 (10%, 0%, 11%, 52%)
(0.10 / 0.00 / 0.11 / 0.52)

CMYK percentages

%9.76
%0
%10.57
%51.76

Codes

Color #6F7B6E in popluar color models

6F 7B 6E
RGB 111 123 110
HSL 115° 5.58% 45.69%
HSB/HSV 115° 10.57% 48.24%
CMYK 9.76% 0.00% 10.57%
51.76%

Color #6F7B6E in popluar number systems.

HEX 6F 7B 6E
Decimal 111 123 110
Binary 1101111 1111011 1101110
Octal 157 173 156

Shades and tints

Shades of #6F7B6E

#6F7B6E
(111,123,110)
#657064
(101,112,100)
#5B655A
(91,101,90)
#515A50
(81,90,80)
#474F46
(71,79,70)
#3D443C
(61,68,60)
#333932
(51,57,50)
#292E28
(41,46,40)
#1F231E
(31,35,30)
#151814
(21,24,20)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #6F7B6E

#6F7B6E
(111,123,110)
#7C877B
(124,135,123)
#899388
(137,147,136)
#969F95
(150,159,149)
#A3ABA2
(163,171,162)
#B0B7AF
(176,183,175)
#BDC3BC
(189,195,188)
#CACFC9
(202,207,201)
#D7DBD6
(215,219,214)
#E4E7E3
(228,231,227)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7B6E color. Also use rgb(111,123,110) instead hex code.

Text Font Color

.myTextColor { color: #6F7B6E; }

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

This text font color is #6F7B6E.

Background Color

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

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

This div background color is #6F7B6E.

Border color

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

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

This div border color is #6F7B6E.

Opacity

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

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

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

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

This text has shadow with #6F7B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7B6E.

Preview

Color preview on black background

This text has color #6F7B6E on black background.


Color preview on white background

This text has color #6F7B6E on white background.


Black color preview on #6F7B6E background

This text has black color on #6F7B6E background.


White color preview on #6F7B6E background

This text has white color on #6F7B6E background.


Related colors

Complementary color

Complementary color for #hex is #908491.


I love getcolorcode.com

Triadic colors

1 #6E6F7B and #7B6E6F with #6F7B6E are triadic colors.

2 #6E7B6F and #7B6F6E with #6F7B6E are triadic colors.