COLOR #6F7968

HEX: #6F7968 RGB: (111,121,104)

Color info

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

RGB color model

#6F7968 color RGB value is (111,121,104).

RGB: (111,121,104) (44%, 47%, 41%)

RGB channels and saturation

R 111 of 255 = 44%
G 121 of 255 = 47%
B 104 of 255 = 41%

111
121
104

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

Portions of RGB colors in percentages

R + G + B = 111 + 121 + 104 = 336 (100%)
R 111 of 336 ~ 33.04%
G 121 of 336 ~ 36.01%
B 104 of 336 ~ 30.95'%

%33.04
%36.01
%30.95

CMYK color model

#6F7968 color CMYK value is (8,0,14,53).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 52.55%

CMYK: (8,0,14,53)
C8M0Y14K53 (8%, 0%, 14%, 53%)
(0.08 / 0.00 / 0.14 / 0.53)

CMYK percentages

%8.26
%0
%14.05
%52.55

Codes

Color #6F7968 in popluar color models

6F 79 68
RGB 111 121 104
HSL 95° 7.56% 44.12%
HSB/HSV 95° 14.05% 47.45%
CMYK 8.26% 0.00% 14.05%
52.55%

Color #6F7968 in popluar number systems.

HEX 6F 79 68
Decimal 111 121 104
Binary 1101111 1111001 1101000
Octal 157 171 150

Shades and tints

Shades of #6F7968

#6F7968
(111,121,104)
#656E5F
(101,110,95)
#5B6356
(91,99,86)
#51584D
(81,88,77)
#474D44
(71,77,68)
#3D423B
(61,66,59)
#333732
(51,55,50)
#292C29
(41,44,41)
#1F2120
(31,33,32)
#151617
(21,22,23)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #6F7968

#6F7968
(111,121,104)
#7C8575
(124,133,117)
#899182
(137,145,130)
#969D8F
(150,157,143)
#A3A99C
(163,169,156)
#B0B5A9
(176,181,169)
#BDC1B6
(189,193,182)
#CACDC3
(202,205,195)
#D7D9D0
(215,217,208)
#E4E5DD
(228,229,221)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7968; }

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

This text font color is #6F7968.

Background Color

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

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

This div background color is #6F7968.

Border color

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

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

This div border color is #6F7968.

Opacity

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

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

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

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

This text has shadow with #6F7968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7968.

Preview

Color preview on black background

This text has color #6F7968 on black background.


Color preview on white background

This text has color #6F7968 on white background.


Black color preview on #6F7968 background

This text has black color on #6F7968 background.


White color preview on #6F7968 background

This text has white color on #6F7968 background.


Related colors

Complementary color

Complementary color for #hex is #908697.


I love getcolorcode.com

Triadic colors

1 #686F79 and #79686F with #6F7968 are triadic colors.

2 #68796F and #796F68 with #6F7968 are triadic colors.