COLOR #6F575E

HEX: #6F575E
RGB: (111,87,94)

Color info

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

RGB color model

#6F575E color RGB value is (111,87,94).

  • red value is 111;
  • green value is 87;
  • blue value is 94.
RGB:
(111,87,94)
(44%,34%,37%)

RGB channels and saturation

R 111 of 255 = 44%
G 87 of 255 = 34%
B 94 of 255 = 37%

111
87
94

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

Portions of RGB colors in percentages

R + G + B =
111 + 87 + 94 = 292 (100%)
R 111 of 292 ~ 38.01%
G 87 of 292 ~ 29.79%
B 94 of 292 ~ 32.19%

%38.01
%29.79
%32.19

CMYK color model

#6F575E color CMYK value is (0,22,15,56).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK:
(0,22,15,56)
C0M22Y15K56 
(0%,22%,15%,56%)
(0.00/0.22/0.15/0.56)	

CMYK percentages

%0
%21.62
%15.32
%56.47

Codes

Color #6F575E in popluar color models

6F575E
RGB1118794
HSL343°12.12%38.82%
HSB/HSV343°21.62%43.53%
CMYK0.00%21.62%15.32%
56.47%

Color #6F575E in popluar number systems.

HEX6F575E
Decimal1118794
Binary110111110101111011110
Octal157127136

Shades and tints

Shades of #6F575E

#6F575E
(111,87,94)
#655056
(101,80,86)
#5B494E
(91,73,78)
#514246
(81,66,70)
#473B3E
(71,59,62)
#3D3436
(61,52,54)
#332D2E
(51,45,46)
#292626
(41,38,38)
#1F1F1E
(31,31,30)
#151816
(21,24,22)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #6F575E

#6F575E
(111,87,94)
#7C666C
(124,102,108)
#89757A
(137,117,122)
#968488
(150,132,136)
#A39396
(163,147,150)
#B0A2A4
(176,162,164)
#BDB1B2
(189,177,178)
#CAC0C0
(202,192,192)
#D7CFCE
(215,207,206)
#E4DEDC
(228,222,220)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F575E color. Also use rgb(111,87,94) instead hex code.

Text Font Color

.myTextColor { color: #6F575E; }

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

This text font color is #6F575E.


Background Color

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

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

This div background color is #6F575E.


Border color

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

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

This div border color is #6F575E.


Opacity

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

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

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

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

This text has shadow with #6F575E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F575E on black background.


Color preview on white background

This text has color #6F575E on white background.



Black color preview on #6F575E background

This text has black color on #6F575E background.


White color preview on #6F575E background

This text has white color on #6F575E background.