COLOR #6F6A3F

HEX: #6F6A3F
RGB: (111,106,63)

Color info

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

RGB color model

#6F6A3F color RGB value is (111,106,63).

  • red value is 111;
  • green value is 106;
  • blue value is 63.
RGB:
(111,106,63)
(44%,42%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 63 of 255 = 25%

111
106
63

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

Portions of RGB colors in percentages

R + G + B =
111 + 106 + 63 = 280 (100%)
R 111 of 280 ~ 39.64%
G 106 of 280 ~ 37.86%
B 63 of 280 ~ 22.5%

%39.64
%37.86
%22.5

CMYK color model

#6F6A3F color CMYK value is (0,5,43,56).

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK:
(0,5,43,56)
C0M5Y43K56 
(0%,5%,43%,56%)
(0.00/0.05/0.43/0.56)	

CMYK percentages

%0
%4.5
%43.24
%56.47

Codes

Color #6F6A3F in popluar color models

6F6A3F
RGB11110663
HSL54°27.59%34.12%
HSB/HSV54°43.24%43.53%
CMYK0.00%4.50%43.24%
56.47%

Color #6F6A3F in popluar number systems.

HEX6F6A3F
Decimal11110663
Binary11011111101010111111
Octal15715277

Shades and tints

Shades of #6F6A3F

#6F6A3F
(111,106,63)
#65613A
(101,97,58)
#5B5835
(91,88,53)
#514F30
(81,79,48)
#47462B
(71,70,43)
#3D3D26
(61,61,38)
#333421
(51,52,33)
#292B1C
(41,43,28)
#1F2217
(31,34,23)
#151912
(21,25,18)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F6A3F

#6F6A3F
(111,106,63)
#7C7750
(124,119,80)
#898461
(137,132,97)
#969172
(150,145,114)
#A39E83
(163,158,131)
#B0AB94
(176,171,148)
#BDB8A5
(189,184,165)
#CAC5B6
(202,197,182)
#D7D2C7
(215,210,199)
#E4DFD8
(228,223,216)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6A3F color. Also use rgb(111,106,63) instead hex code.

Text Font Color

.myTextColor { color: #6F6A3F; }

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

This text font color is #6F6A3F.


Background Color

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

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

This div background color is #6F6A3F.


Border color

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

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

This div border color is #6F6A3F.


Opacity

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

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

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

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

This text has shadow with #6F6A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6A3F on black background.


Color preview on white background

This text has color #6F6A3F on white background.



Black color preview on #6F6A3F background

This text has black color on #6F6A3F background.


White color preview on #6F6A3F background

This text has white color on #6F6A3F background.