COLOR #6F7D2F

HEX: #6F7D2F RGB: (111,125,47)

Color info

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

RGB color model

#6F7D2F color RGB value is (111,125,47).

RGB: (111,125,47) (44%, 49%, 18%)

RGB channels and saturation

R 111 of 255 = 44%
G 125 of 255 = 49%
B 47 of 255 = 18%

111
125
47

R + G + B ~ 37%. #6F7D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 125 + 47 = 283 (100%)
R 111 of 283 ~ 39.22%
G 125 of 283 ~ 44.17%
B 47 of 283 ~ 16.61'%

%39.22
%44.17
%16.61

CMYK color model

#6F7D2F color CMYK value is (11,0,62,51).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 62.40%
  • key color value is 50.98%
CMYK: (11,0,62,51) C11M0Y62K51 (11%,0%,62%,51%) (0.11/0.00/0.62/0.51) 

CMYK percentages

%11.2
%0
%62.4
%50.98

Codes

Color #6F7D2F in popluar color models

6F 7D 2F
RGB 111 125 47
HSL 71° 45.35% 33.73%
HSB/HSV 71° 62.40% 49.02%
CMYK 11.20% 0.00% 62.40%
50.98%

Color #6F7D2F in popluar number systems.

HEX 6F 7D 2F
Decimal 111 125 47
Binary 1101111 1111101 101111
Octal 157 175 57

Shades and tints

Shades of #6F7D2F

#6F7D2F
(111,125,47)
#65722B
(101,114,43)
#5B6727
(91,103,39)
#515C23
(81,92,35)
#47511F
(71,81,31)
#3D461B
(61,70,27)
#333B17
(51,59,23)
#293013
(41,48,19)
#1F250F
(31,37,15)
#151A0B
(21,26,11)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #6F7D2F

#6F7D2F
(111,125,47)
#7C8841
(124,136,65)
#899353
(137,147,83)
#969E65
(150,158,101)
#A3A977
(163,169,119)
#B0B489
(176,180,137)
#BDBF9B
(189,191,155)
#CACAAD
(202,202,173)
#D7D5BF
(215,213,191)
#E4E0D1
(228,224,209)
#F1EBE3
(241,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7D2F; }

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

This text font color is #6F7D2F.

Background Color

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

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

This div background color is #6F7D2F.

Border color

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

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

This div border color is #6F7D2F.

Opacity

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

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

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

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

This text has shadow with #6F7D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7D2F.

Preview

Color preview on black background

This text has color #6F7D2F on black background.


Color preview on white background

This text has color #6F7D2F on white background.


Black color preview on #6F7D2F background

This text has black color on #6F7D2F background.


White color preview on #6F7D2F background

This text has white color on #6F7D2F background.


Related colors

Complementary color

Complementary color for #hex is #9082D0.


I love getcolorcode.com

Triadic colors

1 #2F6F7D and #7D2F6F with #6F7D2F are triadic colors.

2 #2F7D6F and #7D6F2F with #6F7D2F are triadic colors.