COLOR #6F712F

HEX: #6F712F
RGB: (111,113,47)

Color info

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

RGB color model

#6F712F color RGB value is (111,113,47).

  • red value is 111;
  • green value is 113;
  • blue value is 47.
RGB:
(111,113,47)
(44%,44%,18%)

RGB channels and saturation

R 111 of 255 = 44%
G 113 of 255 = 44%
B 47 of 255 = 18%

111
113
47

R + G + B ~ 35%. #6F712F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 113 + 47 = 271 (100%)
R 111 of 271 ~ 40.96%
G 113 of 271 ~ 41.7%
B 47 of 271 ~ 17.34%

%40.96
%41.7
%17.34

CMYK color model

#6F712F color CMYK value is (2,0,58,56).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 58.41%
  • key color value is 55.69%
CMYK:
(2,0,58,56)
C2M0Y58K56 
(2%,0%,58%,56%)
(0.02/0.00/0.58/0.56)	

CMYK percentages

%1.77
%0
%58.41
%55.69

Codes

Color #6F712F in popluar color models

6F712F
RGB11111347
HSL62°41.25%31.37%
HSB/HSV62°58.41%44.31%
CMYK1.77%0.00%58.41%
55.69%

Color #6F712F in popluar number systems.

HEX6F712F
Decimal11111347
Binary11011111110001101111
Octal15716157

Shades and tints

Shades of #6F712F

#6F712F
(111,113,47)
#65672B
(101,103,43)
#5B5D27
(91,93,39)
#515323
(81,83,35)
#47491F
(71,73,31)
#3D3F1B
(61,63,27)
#333517
(51,53,23)
#292B13
(41,43,19)
#1F210F
(31,33,15)
#15170B
(21,23,11)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #6F712F

#6F712F
(111,113,47)
#7C7D41
(124,125,65)
#898953
(137,137,83)
#969565
(150,149,101)
#A3A177
(163,161,119)
#B0AD89
(176,173,137)
#BDB99B
(189,185,155)
#CAC5AD
(202,197,173)
#D7D1BF
(215,209,191)
#E4DDD1
(228,221,209)
#F1E9E3
(241,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F712F color. Also use rgb(111,113,47) instead hex code.

Text Font Color

.myTextColor { color: #6F712F; }

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

This text font color is #6F712F.


Background Color

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

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

This div background color is #6F712F.


Border color

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

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

This div border color is #6F712F.


Opacity

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

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

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

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

This text has shadow with #6F712F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F712F on black background.


Color preview on white background

This text has color #6F712F on white background.



Black color preview on #6F712F background

This text has black color on #6F712F background.


White color preview on #6F712F background

This text has white color on #6F712F background.