COLOR #6F576C

HEX: #6F576C
RGB: (111,87,108)

Color info

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

RGB color model

#6F576C color RGB value is (111,87,108).

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

RGB channels and saturation

R 111 of 255 = 44%
G 87 of 255 = 34%
B 108 of 255 = 42%

111
87
108

R + G + B ~ 40%. #6F576C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 87 + 108 = 306 (100%)
R 111 of 306 ~ 36.27%
G 87 of 306 ~ 28.43%
B 108 of 306 ~ 35.29%

%36.27
%28.43
%35.29

CMYK color model

#6F576C color CMYK value is (0,22,3,56).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 2.70%
  • key color value is 56.47%
CMYK:
(0,22,3,56)
C0M22Y3K56 
(0%,22%,3%,56%)
(0.00/0.22/0.03/0.56)	

CMYK percentages

%0
%21.62
%2.7
%56.47

Codes

Color #6F576C in popluar color models

6F576C
RGB11187108
HSL308°12.12%38.82%
HSB/HSV308°21.62%43.53%
CMYK0.00%21.62%2.70%
56.47%

Color #6F576C in popluar number systems.

HEX6F576C
Decimal11187108
Binary110111110101111101100
Octal157127154

Shades and tints

Shades of #6F576C

#6F576C
(111,87,108)
#655063
(101,80,99)
#5B495A
(91,73,90)
#514251
(81,66,81)
#473B48
(71,59,72)
#3D343F
(61,52,63)
#332D36
(51,45,54)
#29262D
(41,38,45)
#1F1F24
(31,31,36)
#15181B
(21,24,27)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #6F576C

#6F576C
(111,87,108)
#7C6679
(124,102,121)
#897586
(137,117,134)
#968493
(150,132,147)
#A393A0
(163,147,160)
#B0A2AD
(176,162,173)
#BDB1BA
(189,177,186)
#CAC0C7
(202,192,199)
#D7CFD4
(215,207,212)
#E4DEE1
(228,222,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F576C; }

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

This text font color is #6F576C.


Background Color

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

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

This div background color is #6F576C.


Border color

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

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

This div border color is #6F576C.


Opacity

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

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

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

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

This text has shadow with #6F576C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F576C on black background.


Color preview on white background

This text has color #6F576C on white background.



Black color preview on #6F576C background

This text has black color on #6F576C background.


White color preview on #6F576C background

This text has white color on #6F576C background.