COLOR #6F6B1A

HEX: #6F6B1A
RGB: (111,107,26)

Color info

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

RGB color model

#6F6B1A color RGB value is (111,107,26).

  • red value is 111;
  • green value is 107;
  • blue value is 26.
RGB:
(111,107,26)
(44%,42%,10%)

RGB channels and saturation

R 111 of 255 = 44%
G 107 of 255 = 42%
B 26 of 255 = 10%

111
107
26

R + G + B ~ 32%. #6F6B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 107 + 26 = 244 (100%)
R 111 of 244 ~ 45.49%
G 107 of 244 ~ 43.85%
B 26 of 244 ~ 10.66%

%45.49
%43.85
%10.66

CMYK color model

#6F6B1A color CMYK value is (0,4,77,56).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 76.58%
  • key color value is 56.47%
CMYK:
(0,4,77,56)
C0M4Y77K56 
(0%,4%,77%,56%)
(0.00/0.04/0.77/0.56)	

CMYK percentages

%0
%3.6
%76.58
%56.47

Codes

Color #6F6B1A in popluar color models

6F6B1A
RGB11110726
HSL57°62.04%26.86%
HSB/HSV57°76.58%43.53%
CMYK0.00%3.60%76.58%
56.47%

Color #6F6B1A in popluar number systems.

HEX6F6B1A
Decimal11110726
Binary1101111110101111010
Octal15715332

Shades and tints

Shades of #6F6B1A

#6F6B1A
(111,107,26)
#656218
(101,98,24)
#5B5916
(91,89,22)
#515014
(81,80,20)
#474712
(71,71,18)
#3D3E10
(61,62,16)
#33350E
(51,53,14)
#292C0C
(41,44,12)
#1F230A
(31,35,10)
#151A08
(21,26,8)
#0B1106
(11,17,6)
#000000
(0,0,0)

Tints of #6F6B1A

#6F6B1A
(111,107,26)
#7C782E
(124,120,46)
#898542
(137,133,66)
#969256
(150,146,86)
#A39F6A
(163,159,106)
#B0AC7E
(176,172,126)
#BDB992
(189,185,146)
#CAC6A6
(202,198,166)
#D7D3BA
(215,211,186)
#E4E0CE
(228,224,206)
#F1EDE2
(241,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6B1A color. Also use rgb(111,107,26) instead hex code.

Text Font Color

.myTextColor { color: #6F6B1A; }

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

This text font color is #6F6B1A.


Background Color

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

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

This div background color is #6F6B1A.


Border color

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

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

This div border color is #6F6B1A.


Opacity

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

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

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

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

This text has shadow with #6F6B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6B1A on black background.


Color preview on white background

This text has color #6F6B1A on white background.



Black color preview on #6F6B1A background

This text has black color on #6F6B1A background.


White color preview on #6F6B1A background

This text has white color on #6F6B1A background.