COLOR #6F7931

HEX: #6F7931
RGB: (111,121,49)

Color info

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

RGB color model

#6F7931 color RGB value is (111,121,49).

  • red value is 111;
  • green value is 121;
  • blue value is 49.
RGB:
(111,121,49)
(44%,47%,19%)

RGB channels and saturation

R 111 of 255 = 44%
G 121 of 255 = 47%
B 49 of 255 = 19%

111
121
49

R + G + B ~ 37%. #6F7931 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 121 + 49 = 281 (100%)
R 111 of 281 ~ 39.5%
G 121 of 281 ~ 43.06%
B 49 of 281 ~ 17.44%

%39.5
%43.06
%17.44

CMYK color model

#6F7931 color CMYK value is (8,0,60,53).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 59.50%
  • key color value is 52.55%
CMYK:
(8,0,60,53)
C8M0Y60K53 
(8%,0%,60%,53%)
(0.08/0.00/0.60/0.53)	

CMYK percentages

%8.26
%0
%59.5
%52.55

Codes

Color #6F7931 in popluar color models

6F7931
RGB11112149
HSL68°42.35%33.33%
HSB/HSV68°59.50%47.45%
CMYK8.26%0.00%59.50%
52.55%

Color #6F7931 in popluar number systems.

HEX6F7931
Decimal11112149
Binary11011111111001110001
Octal15717161

Shades and tints

Shades of #6F7931

#6F7931
(111,121,49)
#656E2D
(101,110,45)
#5B6329
(91,99,41)
#515825
(81,88,37)
#474D21
(71,77,33)
#3D421D
(61,66,29)
#333719
(51,55,25)
#292C15
(41,44,21)
#1F2111
(31,33,17)
#15160D
(21,22,13)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #6F7931

#6F7931
(111,121,49)
#7C8543
(124,133,67)
#899155
(137,145,85)
#969D67
(150,157,103)
#A3A979
(163,169,121)
#B0B58B
(176,181,139)
#BDC19D
(189,193,157)
#CACDAF
(202,205,175)
#D7D9C1
(215,217,193)
#E4E5D3
(228,229,211)
#F1F1E5
(241,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7931; }

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

This text font color is #6F7931.


Background Color

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

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

This div background color is #6F7931.


Border color

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

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

This div border color is #6F7931.


Opacity

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

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

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

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

This text has shadow with #6F7931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7931 on black background.


Color preview on white background

This text has color #6F7931 on white background.



Black color preview on #6F7931 background

This text has black color on #6F7931 background.


White color preview on #6F7931 background

This text has white color on #6F7931 background.