COLOR #6F7C4E

HEX: #6F7C4E
RGB: (111,124,78)

Color info

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

RGB color model

#6F7C4E color RGB value is (111,124,78).

  • red value is 111;
  • green value is 124;
  • blue value is 78.
RGB:
(111,124,78)
(44%,49%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 124 of 255 = 49%
B 78 of 255 = 31%

111
124
78

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

Portions of RGB colors in percentages

R + G + B =
111 + 124 + 78 = 313 (100%)
R 111 of 313 ~ 35.46%
G 124 of 313 ~ 39.62%
B 78 of 313 ~ 24.92%

%35.46
%39.62
%24.92

CMYK color model

#6F7C4E color CMYK value is (10,0,37,51).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 51.37%
CMYK:
(10,0,37,51)
C10M0Y37K51 
(10%,0%,37%,51%)
(0.10/0.00/0.37/0.51)	

CMYK percentages

%10.48
%0
%37.1
%51.37

Codes

Color #6F7C4E in popluar color models

6F7C4E
RGB11112478
HSL77°22.77%39.61%
HSB/HSV77°37.10%48.63%
CMYK10.48%0.00%37.10%
51.37%

Color #6F7C4E in popluar number systems.

HEX6F7C4E
Decimal11112478
Binary110111111111001001110
Octal157174116

Shades and tints

Shades of #6F7C4E

#6F7C4E
(111,124,78)
#657147
(101,113,71)
#5B6640
(91,102,64)
#515B39
(81,91,57)
#475032
(71,80,50)
#3D452B
(61,69,43)
#333A24
(51,58,36)
#292F1D
(41,47,29)
#1F2416
(31,36,22)
#15190F
(21,25,15)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #6F7C4E

#6F7C4E
(111,124,78)
#7C875E
(124,135,94)
#89926E
(137,146,110)
#969D7E
(150,157,126)
#A3A88E
(163,168,142)
#B0B39E
(176,179,158)
#BDBEAE
(189,190,174)
#CAC9BE
(202,201,190)
#D7D4CE
(215,212,206)
#E4DFDE
(228,223,222)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7C4E color. Also use rgb(111,124,78) instead hex code.

Text Font Color

.myTextColor { color: #6F7C4E; }

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

This text font color is #6F7C4E.


Background Color

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

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

This div background color is #6F7C4E.


Border color

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

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

This div border color is #6F7C4E.


Opacity

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

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

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

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

This text has shadow with #6F7C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7C4E on black background.


Color preview on white background

This text has color #6F7C4E on white background.



Black color preview on #6F7C4E background

This text has black color on #6F7C4E background.


White color preview on #6F7C4E background

This text has white color on #6F7C4E background.