COLOR #6F585E

HEX: #6F585E
RGB: (111,88,94)

Color info

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

RGB color model

#6F585E color RGB value is (111,88,94).

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

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 94 of 255 = 37%

111
88
94

R + G + B ~ 39%. #6F585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 94 = 293 (100%)
R 111 of 293 ~ 37.88%
G 88 of 293 ~ 30.03%
B 94 of 293 ~ 32.08%

%37.88
%30.03
%32.08

CMYK color model

#6F585E color CMYK value is (0,21,15,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK:
(0,21,15,56)
C0M21Y15K56 
(0%,21%,15%,56%)
(0.00/0.21/0.15/0.56)	

CMYK percentages

%0
%20.72
%15.32
%56.47

Codes

Color #6F585E in popluar color models

6F585E
RGB1118894
HSL344°11.56%39.02%
HSB/HSV344°20.72%43.53%
CMYK0.00%20.72%15.32%
56.47%

Color #6F585E in popluar number systems.

HEX6F585E
Decimal1118894
Binary110111110110001011110
Octal157130136

Shades and tints

Shades of #6F585E

#6F585E
(111,88,94)
#655056
(101,80,86)
#5B484E
(91,72,78)
#514046
(81,64,70)
#47383E
(71,56,62)
#3D3036
(61,48,54)
#33282E
(51,40,46)
#292026
(41,32,38)
#1F181E
(31,24,30)
#151016
(21,16,22)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #6F585E

#6F585E
(111,88,94)
#7C676C
(124,103,108)
#89767A
(137,118,122)
#968588
(150,133,136)
#A39496
(163,148,150)
#B0A3A4
(176,163,164)
#BDB2B2
(189,178,178)
#CAC1C0
(202,193,192)
#D7D0CE
(215,208,206)
#E4DFDC
(228,223,220)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F585E; }

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

This text font color is #6F585E.


Background Color

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

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

This div background color is #6F585E.


Border color

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

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

This div border color is #6F585E.


Opacity

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

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

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

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

This text has shadow with #6F585E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F585E on black background.


Color preview on white background

This text has color #6F585E on white background.



Black color preview on #6F585E background

This text has black color on #6F585E background.


White color preview on #6F585E background

This text has white color on #6F585E background.