COLOR #6F7913

HEX: #6F7913
RGB: (111,121,19)

Color info

#6F7913 contains mainly red and green colors. Web safe color of #6F7913 is #666600 (or #660).

RGB color model

#6F7913 color RGB value is (111,121,19).

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

RGB channels and saturation

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

111
121
19

R + G + B ~ 33%. #6F7913 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 121 + 19 = 251 (100%)
R 111 of 251 ~ 44.22%
G 121 of 251 ~ 48.21%
B 19 of 251 ~ 7.57%

%44.22
%48.21

CMYK color model

#6F7913 color CMYK value is (8,0,84,53).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 84.30%
  • key color value is 52.55%
CMYK:
(8,0,84,53)
C8M0Y84K53 
(8%,0%,84%,53%)
(0.08/0.00/0.84/0.53)	

CMYK percentages

%8.26
%0
%84.3
%52.55

Codes

Color #6F7913 in popluar color models

6F7913
RGB11112119
HSL66°72.86%27.45%
HSB/HSV66°84.30%47.45%
CMYK8.26%0.00%84.30%
52.55%

Color #6F7913 in popluar number systems.

HEX6F7913
Decimal11112119
Binary1101111111100110011
Octal15717123

Shades and tints

Shades of #6F7913

#6F7913
(111,121,19)
#656E12
(101,110,18)
#5B6311
(91,99,17)
#515810
(81,88,16)
#474D0F
(71,77,15)
#3D420E
(61,66,14)
#33370D
(51,55,13)
#292C0C
(41,44,12)
#1F210B
(31,33,11)
#15160A
(21,22,10)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #6F7913

#6F7913
(111,121,19)
#7C8528
(124,133,40)
#89913D
(137,145,61)
#969D52
(150,157,82)
#A3A967
(163,169,103)
#B0B57C
(176,181,124)
#BDC191
(189,193,145)
#CACDA6
(202,205,166)
#D7D9BB
(215,217,187)
#E4E5D0
(228,229,208)
#F1F1E5
(241,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7913; }

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

This text font color is #6F7913.


Background Color

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

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

This div background color is #6F7913.


Border color

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

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

This div border color is #6F7913.


Opacity

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

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

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

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

This text has shadow with #6F7913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7913 on black background.


Color preview on white background

This text has color #6F7913 on white background.



Black color preview on #6F7913 background

This text has black color on #6F7913 background.


White color preview on #6F7913 background

This text has white color on #6F7913 background.