COLOR #6F5A5C

HEX: #6F5A5C
RGB: (111,90,92)

Color info

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

RGB color model

#6F5A5C color RGB value is (111,90,92).

  • red value is 111;
  • green value is 90;
  • blue value is 92.
RGB:
(111,90,92)
(44%,35%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 90 of 255 = 35%
B 92 of 255 = 36%

111
90
92

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

Portions of RGB colors in percentages

R + G + B =
111 + 90 + 92 = 293 (100%)
R 111 of 293 ~ 37.88%
G 90 of 293 ~ 30.72%
B 92 of 293 ~ 31.4%

%37.88
%30.72
%31.4

CMYK color model

#6F5A5C color CMYK value is (0,19,17,56).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 17.12%
  • key color value is 56.47%
CMYK:
(0,19,17,56)
C0M19Y17K56 
(0%,19%,17%,56%)
(0.00/0.19/0.17/0.56)	

CMYK percentages

%0
%18.92
%17.12
%56.47

Codes

Color #6F5A5C in popluar color models

6F5A5C
RGB1119092
HSL354°10.45%39.41%
HSB/HSV354°18.92%43.53%
CMYK0.00%18.92%17.12%
56.47%

Color #6F5A5C in popluar number systems.

HEX6F5A5C
Decimal1119092
Binary110111110110101011100
Octal157132134

Shades and tints

Shades of #6F5A5C

#6F5A5C
(111,90,92)
#655254
(101,82,84)
#5B4A4C
(91,74,76)
#514244
(81,66,68)
#473A3C
(71,58,60)
#3D3234
(61,50,52)
#332A2C
(51,42,44)
#292224
(41,34,36)
#1F1A1C
(31,26,28)
#151214
(21,18,20)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #6F5A5C

#6F5A5C
(111,90,92)
#7C696A
(124,105,106)
#897878
(137,120,120)
#968786
(150,135,134)
#A39694
(163,150,148)
#B0A5A2
(176,165,162)
#BDB4B0
(189,180,176)
#CAC3BE
(202,195,190)
#D7D2CC
(215,210,204)
#E4E1DA
(228,225,218)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5A5C color. Also use rgb(111,90,92) instead hex code.

Text Font Color

.myTextColor { color: #6F5A5C; }

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

This text font color is #6F5A5C.


Background Color

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

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

This div background color is #6F5A5C.


Border color

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

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

This div border color is #6F5A5C.


Opacity

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

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

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

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

This text has shadow with #6F5A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5A5C on black background.


Color preview on white background

This text has color #6F5A5C on white background.



Black color preview on #6F5A5C background

This text has black color on #6F5A5C background.


White color preview on #6F5A5C background

This text has white color on #6F5A5C background.