COLOR #6F7D42

HEX: #6F7D42
RGB: (111,125,66)

Color info

#6F7D42 contains red, green and blue colors in about the same proportion. Web safe color of #6F7D42 is #666633 (or #663).

RGB color model

#6F7D42 color RGB value is (111,125,66).

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

RGB channels and saturation

R 111 of 255 = 44%
G 125 of 255 = 49%
B 66 of 255 = 26%

111
125
66

R + G + B ~ 40%. #6F7D42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 125 + 66 = 302 (100%)
R 111 of 302 ~ 36.75%
G 125 of 302 ~ 41.39%
B 66 of 302 ~ 21.85%

%36.75
%41.39
%21.85

CMYK color model

#6F7D42 color CMYK value is (11,0,47,51).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 47.20%
  • key color value is 50.98%
CMYK:
(11,0,47,51)
C11M0Y47K51 
(11%,0%,47%,51%)
(0.11/0.00/0.47/0.51)	

CMYK percentages

%11.2
%0
%47.2
%50.98

Codes

Color #6F7D42 in popluar color models

6F7D42
RGB11112566
HSL74°30.89%37.45%
HSB/HSV74°47.20%49.02%
CMYK11.20%0.00%47.20%
50.98%

Color #6F7D42 in popluar number systems.

HEX6F7D42
Decimal11112566
Binary110111111111011000010
Octal157175102

Shades and tints

Shades of #6F7D42

#6F7D42
(111,125,66)
#65723C
(101,114,60)
#5B6736
(91,103,54)
#515C30
(81,92,48)
#47512A
(71,81,42)
#3D4624
(61,70,36)
#333B1E
(51,59,30)
#293018
(41,48,24)
#1F2512
(31,37,18)
#151A0C
(21,26,12)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #6F7D42

#6F7D42
(111,125,66)
#7C8853
(124,136,83)
#899364
(137,147,100)
#969E75
(150,158,117)
#A3A986
(163,169,134)
#B0B497
(176,180,151)
#BDBFA8
(189,191,168)
#CACAB9
(202,202,185)
#D7D5CA
(215,213,202)
#E4E0DB
(228,224,219)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7D42; }

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

This text font color is #6F7D42.


Background Color

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

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

This div background color is #6F7D42.


Border color

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

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

This div border color is #6F7D42.


Opacity

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

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

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

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

This text has shadow with #6F7D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7D42 on black background.


Color preview on white background

This text has color #6F7D42 on white background.



Black color preview on #6F7D42 background

This text has black color on #6F7D42 background.


White color preview on #6F7D42 background

This text has white color on #6F7D42 background.