COLOR #6F7D5C

HEX: #6F7D5C
RGB: (111,125,92)

Color info

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

RGB color model

#6F7D5C color RGB value is (111,125,92).

  • red value is 111;
  • green value is 125;
  • blue value is 92.
RGB:
(111,125,92)
(44%,49%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 125 of 255 = 49%
B 92 of 255 = 36%

111
125
92

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

Portions of RGB colors in percentages

R + G + B =
111 + 125 + 92 = 328 (100%)
R 111 of 328 ~ 33.84%
G 125 of 328 ~ 38.11%
B 92 of 328 ~ 28.05%

%33.84
%38.11
%28.05

CMYK color model

#6F7D5C color CMYK value is (11,0,26,51).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 26.40%
  • key color value is 50.98%
CMYK:
(11,0,26,51)
C11M0Y26K51 
(11%,0%,26%,51%)
(0.11/0.00/0.26/0.51)	

CMYK percentages

%11.2
%0
%26.4
%50.98

Codes

Color #6F7D5C in popluar color models

6F7D5C
RGB11112592
HSL85°15.21%42.55%
HSB/HSV85°26.40%49.02%
CMYK11.20%0.00%26.40%
50.98%

Color #6F7D5C in popluar number systems.

HEX6F7D5C
Decimal11112592
Binary110111111111011011100
Octal157175134

Shades and tints

Shades of #6F7D5C

#6F7D5C
(111,125,92)
#657254
(101,114,84)
#5B674C
(91,103,76)
#515C44
(81,92,68)
#47513C
(71,81,60)
#3D4634
(61,70,52)
#333B2C
(51,59,44)
#293024
(41,48,36)
#1F251C
(31,37,28)
#151A14
(21,26,20)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F7D5C

#6F7D5C
(111,125,92)
#7C886A
(124,136,106)
#899378
(137,147,120)
#969E86
(150,158,134)
#A3A994
(163,169,148)
#B0B4A2
(176,180,162)
#BDBFB0
(189,191,176)
#CACABE
(202,202,190)
#D7D5CC
(215,213,204)
#E4E0DA
(228,224,218)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7D5C color. Also use rgb(111,125,92) instead hex code.

Text Font Color

.myTextColor { color: #6F7D5C; }

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

This text font color is #6F7D5C.


Background Color

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

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

This div background color is #6F7D5C.


Border color

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

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

This div border color is #6F7D5C.


Opacity

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

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

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

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

This text has shadow with #6F7D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7D5C on black background.


Color preview on white background

This text has color #6F7D5C on white background.



Black color preview on #6F7D5C background

This text has black color on #6F7D5C background.


White color preview on #6F7D5C background

This text has white color on #6F7D5C background.