COLOR #6F741C

HEX: #6F741C
RGB: (111,116,28)

Color info

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

RGB color model

#6F741C color RGB value is (111,116,28).

  • red value is 111;
  • green value is 116;
  • blue value is 28.
RGB:
(111,116,28)
(44%,45%,11%)

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 28 of 255 = 11%

111
116
28

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 28 = 255 (100%)
R 111 of 255 ~ 43.53%
G 116 of 255 ~ 45.49%
B 28 of 255 ~ 10.98%

%43.53
%45.49
%10.98

CMYK color model

#6F741C color CMYK value is (4,0,76,55).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 75.86%
  • key color value is 54.51%
CMYK:
(4,0,76,55)
C4M0Y76K55 
(4%,0%,76%,55%)
(0.04/0.00/0.76/0.55)	

CMYK percentages

%4.31
%0
%75.86
%54.51

Codes

Color #6F741C in popluar color models

6F741C
RGB11111628
HSL63°61.11%28.24%
HSB/HSV63°75.86%45.49%
CMYK4.31%0.00%75.86%
54.51%

Color #6F741C in popluar number systems.

HEX6F741C
Decimal11111628
Binary1101111111010011100
Octal15716434

Shades and tints

Shades of #6F741C

#6F741C
(111,116,28)
#656A1A
(101,106,26)
#5B6018
(91,96,24)
#515616
(81,86,22)
#474C14
(71,76,20)
#3D4212
(61,66,18)
#333810
(51,56,16)
#292E0E
(41,46,14)
#1F240C
(31,36,12)
#151A0A
(21,26,10)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #6F741C

#6F741C
(111,116,28)
#7C8030
(124,128,48)
#898C44
(137,140,68)
#969858
(150,152,88)
#A3A46C
(163,164,108)
#B0B080
(176,176,128)
#BDBC94
(189,188,148)
#CAC8A8
(202,200,168)
#D7D4BC
(215,212,188)
#E4E0D0
(228,224,208)
#F1ECE4
(241,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F741C color. Also use rgb(111,116,28) instead hex code.

Text Font Color

.myTextColor { color: #6F741C; }

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

This text font color is #6F741C.


Background Color

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

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

This div background color is #6F741C.


Border color

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

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

This div border color is #6F741C.


Opacity

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

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

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

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

This text has shadow with #6F741C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F741C on black background.


Color preview on white background

This text has color #6F741C on white background.



Black color preview on #6F741C background

This text has black color on #6F741C background.


White color preview on #6F741C background

This text has white color on #6F741C background.