COLOR #6F7D3A

HEX: #6F7D3A
RGB: (111,125,58)

Color info

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

RGB color model

#6F7D3A color RGB value is (111,125,58).

  • red value is 111;
  • green value is 125;
  • blue value is 58.
RGB:
(111,125,58)
(44%,49%,23%)

RGB channels and saturation

R 111 of 255 = 44%
G 125 of 255 = 49%
B 58 of 255 = 23%

111
125
58

R + G + B ~ 39%. #6F7D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 125 + 58 = 294 (100%)
R 111 of 294 ~ 37.76%
G 125 of 294 ~ 42.52%
B 58 of 294 ~ 19.73%

%37.76
%42.52
%19.73

CMYK color model

#6F7D3A color CMYK value is (11,0,54,51).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 53.60%
  • key color value is 50.98%
CMYK:
(11,0,54,51)
C11M0Y54K51 
(11%,0%,54%,51%)
(0.11/0.00/0.54/0.51)	

CMYK percentages

%11.2
%0
%53.6
%50.98

Codes

Color #6F7D3A in popluar color models

6F7D3A
RGB11112558
HSL73°36.61%35.88%
HSB/HSV73°53.60%49.02%
CMYK11.20%0.00%53.60%
50.98%

Color #6F7D3A in popluar number systems.

HEX6F7D3A
Decimal11112558
Binary11011111111101111010
Octal15717572

Shades and tints

Shades of #6F7D3A

#6F7D3A
(111,125,58)
#657235
(101,114,53)
#5B6730
(91,103,48)
#515C2B
(81,92,43)
#475126
(71,81,38)
#3D4621
(61,70,33)
#333B1C
(51,59,28)
#293017
(41,48,23)
#1F2512
(31,37,18)
#151A0D
(21,26,13)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #6F7D3A

#6F7D3A
(111,125,58)
#7C884B
(124,136,75)
#89935C
(137,147,92)
#969E6D
(150,158,109)
#A3A97E
(163,169,126)
#B0B48F
(176,180,143)
#BDBFA0
(189,191,160)
#CACAB1
(202,202,177)
#D7D5C2
(215,213,194)
#E4E0D3
(228,224,211)
#F1EBE4
(241,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7D3A; }

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

This text font color is #6F7D3A.


Background Color

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

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

This div background color is #6F7D3A.


Border color

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

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

This div border color is #6F7D3A.


Opacity

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

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

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

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

This text has shadow with #6F7D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7D3A on black background.


Color preview on white background

This text has color #6F7D3A on white background.



Black color preview on #6F7D3A background

This text has black color on #6F7D3A background.


White color preview on #6F7D3A background

This text has white color on #6F7D3A background.