COLOR #6F722F

HEX: #6F722F RGB: (111,114,47)

Color info

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

RGB color model

#6F722F color RGB value is (111,114,47).

RGB: (111,114,47) (44%, 45%, 18%)

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 47 of 255 = 18%

111
114
47

R + G + B ~ 36%. #6F722F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 114 + 47 = 272 (100%)
R 111 of 272 ~ 40.81%
G 114 of 272 ~ 41.91%
B 47 of 272 ~ 17.28'%

%40.81
%41.91
%17.28

CMYK color model

#6F722F color CMYK value is (3,0,59,55).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 58.77%
  • key color value is 55.29%

CMYK: (3,0,59,55)
C3M0Y59K55 (3%, 0%, 59%, 55%)
(0.03 / 0.00 / 0.59 / 0.55)

CMYK percentages

%2.63
%0
%58.77
%55.29

Codes

Color #6F722F in popluar color models

6F 72 2F
RGB 111 114 47
HSL 63° 41.61% 31.57%
HSB/HSV 63° 58.77% 44.71%
CMYK 2.63% 0.00% 58.77%
55.29%

Color #6F722F in popluar number systems.

HEX 6F 72 2F
Decimal 111 114 47
Binary 1101111 1110010 101111
Octal 157 162 57

Shades and tints

Shades of #6F722F

#6F722F
(111,114,47)
#65682B
(101,104,43)
#5B5E27
(91,94,39)
#515423
(81,84,35)
#474A1F
(71,74,31)
#3D401B
(61,64,27)
#333617
(51,54,23)
#292C13
(41,44,19)
#1F220F
(31,34,15)
#15180B
(21,24,11)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #6F722F

#6F722F
(111,114,47)
#7C7E41
(124,126,65)
#898A53
(137,138,83)
#969665
(150,150,101)
#A3A277
(163,162,119)
#B0AE89
(176,174,137)
#BDBA9B
(189,186,155)
#CAC6AD
(202,198,173)
#D7D2BF
(215,210,191)
#E4DED1
(228,222,209)
#F1EAE3
(241,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F722F; }

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

This text font color is #6F722F.

Background Color

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

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

This div background color is #6F722F.

Border color

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

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

This div border color is #6F722F.

Opacity

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

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

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

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

This text has shadow with #6F722F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F722F.

Preview

Color preview on black background

This text has color #6F722F on black background.


Color preview on white background

This text has color #6F722F on white background.


Black color preview on #6F722F background

This text has black color on #6F722F background.


White color preview on #6F722F background

This text has white color on #6F722F background.


Related colors

Complementary color

Complementary color for #hex is #908DD0.


I love getcolorcode.com

Triadic colors

1 #2F6F72 and #722F6F with #6F722F are triadic colors.

2 #2F726F and #726F2F with #6F722F are triadic colors.