COLOR #6F5F46

HEX: #6F5F46
RGB: (111,95,70)

Color info

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

RGB color model

#6F5F46 color RGB value is (111,95,70).

  • red value is 111;
  • green value is 95;
  • blue value is 70.
RGB:
(111,95,70)
(44%,37%,27%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 70 of 255 = 27%

111
95
70

R + G + B ~ 36%. #6F5F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 95 + 70 = 276 (100%)
R 111 of 276 ~ 40.22%
G 95 of 276 ~ 34.42%
B 70 of 276 ~ 25.36%

%40.22
%34.42
%25.36

CMYK color model

#6F5F46 color CMYK value is (0,14,37,56).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 36.94%
  • key color value is 56.47%
CMYK:
(0,14,37,56)
C0M14Y37K56 
(0%,14%,37%,56%)
(0.00/0.14/0.37/0.56)	

CMYK percentages

%0
%14.41
%36.94
%56.47

Codes

Color #6F5F46 in popluar color models

6F5F46
RGB1119570
HSL37°22.65%35.49%
HSB/HSV37°36.94%43.53%
CMYK0.00%14.41%36.94%
56.47%

Color #6F5F46 in popluar number systems.

HEX6F5F46
Decimal1119570
Binary110111110111111000110
Octal157137106

Shades and tints

Shades of #6F5F46

#6F5F46
(111,95,70)
#655740
(101,87,64)
#5B4F3A
(91,79,58)
#514734
(81,71,52)
#473F2E
(71,63,46)
#3D3728
(61,55,40)
#332F22
(51,47,34)
#29271C
(41,39,28)
#1F1F16
(31,31,22)
#151710
(21,23,16)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #6F5F46

#6F5F46
(111,95,70)
#7C6D56
(124,109,86)
#897B66
(137,123,102)
#968976
(150,137,118)
#A39786
(163,151,134)
#B0A596
(176,165,150)
#BDB3A6
(189,179,166)
#CAC1B6
(202,193,182)
#D7CFC6
(215,207,198)
#E4DDD6
(228,221,214)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5F46 color. Also use rgb(111,95,70) instead hex code.

Text Font Color

.myTextColor { color: #6F5F46; }

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

This text font color is #6F5F46.


Background Color

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

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

This div background color is #6F5F46.


Border color

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

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

This div border color is #6F5F46.


Opacity

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

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

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

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

This text has shadow with #6F5F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5F46 on black background.


Color preview on white background

This text has color #6F5F46 on white background.



Black color preview on #6F5F46 background

This text has black color on #6F5F46 background.


White color preview on #6F5F46 background

This text has white color on #6F5F46 background.