COLOR #6F7E39

HEX: #6F7E39
RGB: (111,126,57)

Color info

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

RGB color model

#6F7E39 color RGB value is (111,126,57).

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

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 57 of 255 = 22%

111
126
57

R + G + B ~ 38%. #6F7E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 126 + 57 = 294 (100%)
R 111 of 294 ~ 37.76%
G 126 of 294 ~ 42.86%
B 57 of 294 ~ 19.39%

%37.76
%42.86
%19.39

CMYK color model

#6F7E39 color CMYK value is (12,0,55,51).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 54.76%
  • key color value is 50.59%
CMYK:
(12,0,55,51)
C12M0Y55K51 
(12%,0%,55%,51%)
(0.12/0.00/0.55/0.51)	

CMYK percentages

%11.9
%0
%54.76
%50.59

Codes

Color #6F7E39 in popluar color models

6F7E39
RGB11112657
HSL73°37.70%35.88%
HSB/HSV73°54.76%49.41%
CMYK11.90%0.00%54.76%
50.59%

Color #6F7E39 in popluar number systems.

HEX6F7E39
Decimal11112657
Binary11011111111110111001
Octal15717671

Shades and tints

Shades of #6F7E39

#6F7E39
(111,126,57)
#657334
(101,115,52)
#5B682F
(91,104,47)
#515D2A
(81,93,42)
#475225
(71,82,37)
#3D4720
(61,71,32)
#333C1B
(51,60,27)
#293116
(41,49,22)
#1F2611
(31,38,17)
#151B0C
(21,27,12)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #6F7E39

#6F7E39
(111,126,57)
#7C894B
(124,137,75)
#89945D
(137,148,93)
#969F6F
(150,159,111)
#A3AA81
(163,170,129)
#B0B593
(176,181,147)
#BDC0A5
(189,192,165)
#CACBB7
(202,203,183)
#D7D6C9
(215,214,201)
#E4E1DB
(228,225,219)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7E39; }

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

This text font color is #6F7E39.


Background Color

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

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

This div background color is #6F7E39.


Border color

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

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

This div border color is #6F7E39.


Opacity

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

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

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

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

This text has shadow with #6F7E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7E39 on black background.


Color preview on white background

This text has color #6F7E39 on white background.



Black color preview on #6F7E39 background

This text has black color on #6F7E39 background.


White color preview on #6F7E39 background

This text has white color on #6F7E39 background.