COLOR #6B6F31

HEX: #6B6F31
RGB: (107,111,49)

Color info

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

RGB color model

#6B6F31 color RGB value is (107,111,49).

  • red value is 107;
  • green value is 111;
  • blue value is 49.
RGB:
(107,111,49)
(42%,44%,19%)

RGB channels and saturation

R 107 of 255 = 42%
G 111 of 255 = 44%
B 49 of 255 = 19%

107
111
49

R + G + B ~ 35%. #6B6F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 111 + 49 = 267 (100%)
R 107 of 267 ~ 40.07%
G 111 of 267 ~ 41.57%
B 49 of 267 ~ 18.35%

%40.07
%41.57
%18.35

CMYK color model

#6B6F31 color CMYK value is (4,0,56,56).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 55.86%
  • key color value is 56.47%
CMYK:
(4,0,56,56)
C4M0Y56K56 
(4%,0%,56%,56%)
(0.04/0.00/0.56/0.56)	

CMYK percentages

%3.6
%0
%55.86
%56.47

Codes

Color #6B6F31 in popluar color models

6B6F31
RGB10711149
HSL64°38.75%31.37%
HSB/HSV64°55.86%43.53%
CMYK3.60%0.00%55.86%
56.47%

Color #6B6F31 in popluar number systems.

HEX6B6F31
Decimal10711149
Binary11010111101111110001
Octal15315761

Shades and tints

Shades of #6B6F31

#6B6F31
(107,111,49)
#62652D
(98,101,45)
#595B29
(89,91,41)
#505125
(80,81,37)
#474721
(71,71,33)
#3E3D1D
(62,61,29)
#353319
(53,51,25)
#2C2915
(44,41,21)
#231F11
(35,31,17)
#1A150D
(26,21,13)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #6B6F31

#6B6F31
(107,111,49)
#787C43
(120,124,67)
#858955
(133,137,85)
#929667
(146,150,103)
#9FA379
(159,163,121)
#ACB08B
(172,176,139)
#B9BD9D
(185,189,157)
#C6CAAF
(198,202,175)
#D3D7C1
(211,215,193)
#E0E4D3
(224,228,211)
#EDF1E5
(237,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6F31 color. Also use rgb(107,111,49) instead hex code.

Text Font Color

.myTextColor { color: #6B6F31; }

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

This text font color is #6B6F31.


Background Color

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

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

This div background color is #6B6F31.


Border color

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

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

This div border color is #6B6F31.


Opacity

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

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

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

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

This text has shadow with #6B6F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6F31 on black background.


Color preview on white background

This text has color #6B6F31 on white background.



Black color preview on #6B6F31 background

This text has black color on #6B6F31 background.


White color preview on #6B6F31 background

This text has white color on #6B6F31 background.