COLOR #6F7440

HEX: #6F7440
RGB: (111,116,64)

Color info

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

RGB color model

#6F7440 color RGB value is (111,116,64).

  • red value is 111;
  • green value is 116;
  • blue value is 64.
RGB:
(111,116,64)
(44%,45%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 64 of 255 = 25%

111
116
64

R + G + B ~ 38%. #6F7440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 64 = 291 (100%)
R 111 of 291 ~ 38.14%
G 116 of 291 ~ 39.86%
B 64 of 291 ~ 21.99%

%38.14
%39.86
%21.99

CMYK color model

#6F7440 color CMYK value is (4,0,45,55).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(4,0,45,55)
C4M0Y45K55 
(4%,0%,45%,55%)
(0.04/0.00/0.45/0.55)	

CMYK percentages

%4.31
%0
%44.83
%54.51

Codes

Color #6F7440 in popluar color models

6F7440
RGB11111664
HSL66°28.89%35.29%
HSB/HSV66°44.83%45.49%
CMYK4.31%0.00%44.83%
54.51%

Color #6F7440 in popluar number systems.

HEX6F7440
Decimal11111664
Binary110111111101001000000
Octal157164100

Shades and tints

Shades of #6F7440

#6F7440
(111,116,64)
#656A3B
(101,106,59)
#5B6036
(91,96,54)
#515631
(81,86,49)
#474C2C
(71,76,44)
#3D4227
(61,66,39)
#333822
(51,56,34)
#292E1D
(41,46,29)
#1F2418
(31,36,24)
#151A13
(21,26,19)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #6F7440

#6F7440
(111,116,64)
#7C8051
(124,128,81)
#898C62
(137,140,98)
#969873
(150,152,115)
#A3A484
(163,164,132)
#B0B095
(176,176,149)
#BDBCA6
(189,188,166)
#CAC8B7
(202,200,183)
#D7D4C8
(215,212,200)
#E4E0D9
(228,224,217)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7440 color. Also use rgb(111,116,64) instead hex code.

Text Font Color

.myTextColor { color: #6F7440; }

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

This text font color is #6F7440.


Background Color

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

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

This div background color is #6F7440.


Border color

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

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

This div border color is #6F7440.


Opacity

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

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

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

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

This text has shadow with #6F7440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7440 on black background.


Color preview on white background

This text has color #6F7440 on white background.



Black color preview on #6F7440 background

This text has black color on #6F7440 background.


White color preview on #6F7440 background

This text has white color on #6F7440 background.