COLOR #6F7E3F

HEX: #6F7E3F
RGB: (111,126,63)

Color info

#6F7E3F contains mainly red and green colors. Web safe color of #6F7E3F is #666633 (or #663).

RGB color model

#6F7E3F color RGB value is (111,126,63).

  • red value is 111;
  • green value is 126;
  • blue value is 63.
RGB:
(111,126,63)
(44%,49%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 63 of 255 = 25%

111
126
63

R + G + B ~ 39%. #6F7E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 126 + 63 = 300 (100%)
R 111 of 300 ~ 37%
G 126 of 300 ~ 42%
B 63 of 300 ~ 21%

%37
%42
%21

CMYK color model

#6F7E3F color CMYK value is (12,0,50,51).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 50.59%
CMYK:
(12,0,50,51)
C12M0Y50K51 
(12%,0%,50%,51%)
(0.12/0.00/0.50/0.51)	

CMYK percentages

%11.9
%0
%50
%50.59

Codes

Color #6F7E3F in popluar color models

6F7E3F
RGB11112663
HSL74°33.33%37.06%
HSB/HSV74°50.00%49.41%
CMYK11.90%0.00%50.00%
50.59%

Color #6F7E3F in popluar number systems.

HEX6F7E3F
Decimal11112663
Binary11011111111110111111
Octal15717677

Shades and tints

Shades of #6F7E3F

#6F7E3F
(111,126,63)
#65733A
(101,115,58)
#5B6835
(91,104,53)
#515D30
(81,93,48)
#47522B
(71,82,43)
#3D4726
(61,71,38)
#333C21
(51,60,33)
#29311C
(41,49,28)
#1F2617
(31,38,23)
#151B12
(21,27,18)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F7E3F

#6F7E3F
(111,126,63)
#7C8950
(124,137,80)
#899461
(137,148,97)
#969F72
(150,159,114)
#A3AA83
(163,170,131)
#B0B594
(176,181,148)
#BDC0A5
(189,192,165)
#CACBB6
(202,203,182)
#D7D6C7
(215,214,199)
#E4E1D8
(228,225,216)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7E3F; }

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

This text font color is #6F7E3F.


Background Color

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

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

This div background color is #6F7E3F.


Border color

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

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

This div border color is #6F7E3F.


Opacity

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

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

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

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

This text has shadow with #6F7E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7E3F on black background.


Color preview on white background

This text has color #6F7E3F on white background.



Black color preview on #6F7E3F background

This text has black color on #6F7E3F background.


White color preview on #6F7E3F background

This text has white color on #6F7E3F background.