COLOR #6F7140

HEX: #6F7140 RGB: (111,113,64)

Color info

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

RGB color model

#6F7140 color RGB value is (111,113,64).

RGB: (111,113,64) (44%, 44%, 25%)

RGB channels and saturation

R 111 of 255 = 44%
G 113 of 255 = 44%
B 64 of 255 = 25%

111
113
64

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

Portions of RGB colors in percentages

R + G + B = 111 + 113 + 64 = 288 (100%)
R 111 of 288 ~ 38.54%
G 113 of 288 ~ 39.24%
B 64 of 288 ~ 22.22'%

%38.54
%39.24
%22.22

CMYK color model

#6F7140 color CMYK value is (2,0,43,56).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 43.36%
  • key color value is 55.69%

CMYK: (2,0,43,56)
C2M0Y43K56 (2%, 0%, 43%, 56%)
(0.02 / 0.00 / 0.43 / 0.56)

CMYK percentages

%1.77
%0
%43.36
%55.69

Codes

Color #6F7140 in popluar color models

6F 71 40
RGB 111 113 64
HSL 62° 27.68% 34.71%
HSB/HSV 62° 43.36% 44.31%
CMYK 1.77% 0.00% 43.36%
55.69%

Color #6F7140 in popluar number systems.

HEX 6F 71 40
Decimal 111 113 64
Binary 1101111 1110001 1000000
Octal 157 161 100

Shades and tints

Shades of #6F7140

#6F7140
(111,113,64)
#65673B
(101,103,59)
#5B5D36
(91,93,54)
#515331
(81,83,49)
#47492C
(71,73,44)
#3D3F27
(61,63,39)
#333522
(51,53,34)
#292B1D
(41,43,29)
#1F2118
(31,33,24)
#151713
(21,23,19)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #6F7140

#6F7140
(111,113,64)
#7C7D51
(124,125,81)
#898962
(137,137,98)
#969573
(150,149,115)
#A3A184
(163,161,132)
#B0AD95
(176,173,149)
#BDB9A6
(189,185,166)
#CAC5B7
(202,197,183)
#D7D1C8
(215,209,200)
#E4DDD9
(228,221,217)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7140; }

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

This text font color is #6F7140.

Background Color

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

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

This div background color is #6F7140.

Border color

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

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

This div border color is #6F7140.

Opacity

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

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

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

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

This text has shadow with #6F7140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7140.

Preview

Color preview on black background

This text has color #6F7140 on black background.


Color preview on white background

This text has color #6F7140 on white background.


Black color preview on #6F7140 background

This text has black color on #6F7140 background.


White color preview on #6F7140 background

This text has white color on #6F7140 background.


Related colors

Complementary color

Complementary color for #hex is #908EBF.


I love getcolorcode.com

Triadic colors

1 #406F71 and #71406F with #6F7140 are triadic colors.

2 #40716F and #716F40 with #6F7140 are triadic colors.