COLOR #6F5F4E

HEX: #6F5F4E
RGB: (111,95,78)

Color info

#6F5F4E contains red, green and blue colors in about the same proportion. Web safe color of #6F5F4E is #666666 (or #666).

RGB color model

#6F5F4E color RGB value is (111,95,78).

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

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 78 of 255 = 31%

111
95
78

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

Portions of RGB colors in percentages

R + G + B =
111 + 95 + 78 = 284 (100%)
R 111 of 284 ~ 39.08%
G 95 of 284 ~ 33.45%
B 78 of 284 ~ 27.46%

%39.08
%33.45
%27.46

CMYK color model

#6F5F4E color CMYK value is (0,14,30,56).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(0,14,30,56)
C0M14Y30K56 
(0%,14%,30%,56%)
(0.00/0.14/0.30/0.56)	

CMYK percentages

%0
%14.41
%29.73
%56.47

Codes

Color #6F5F4E in popluar color models

6F5F4E
RGB1119578
HSL31°17.46%37.06%
HSB/HSV31°29.73%43.53%
CMYK0.00%14.41%29.73%
56.47%

Color #6F5F4E in popluar number systems.

HEX6F5F4E
Decimal1119578
Binary110111110111111001110
Octal157137116

Shades and tints

Shades of #6F5F4E

#6F5F4E
(111,95,78)
#655747
(101,87,71)
#5B4F40
(91,79,64)
#514739
(81,71,57)
#473F32
(71,63,50)
#3D372B
(61,55,43)
#332F24
(51,47,36)
#29271D
(41,39,29)
#1F1F16
(31,31,22)
#15170F
(21,23,15)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #6F5F4E

#6F5F4E
(111,95,78)
#7C6D5E
(124,109,94)
#897B6E
(137,123,110)
#96897E
(150,137,126)
#A3978E
(163,151,142)
#B0A59E
(176,165,158)
#BDB3AE
(189,179,174)
#CAC1BE
(202,193,190)
#D7CFCE
(215,207,206)
#E4DDDE
(228,221,222)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5F4E; }

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

This text font color is #6F5F4E.


Background Color

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

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

This div background color is #6F5F4E.


Border color

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

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

This div border color is #6F5F4E.


Opacity

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

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

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

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

This text has shadow with #6F5F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5F4E on black background.


Color preview on white background

This text has color #6F5F4E on white background.



Black color preview on #6F5F4E background

This text has black color on #6F5F4E background.


White color preview on #6F5F4E background

This text has white color on #6F5F4E background.