COLOR #6F506F

HEX: #6F506F
RGB: (111,80,111)

Color info

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

RGB color model

#6F506F color RGB value is (111,80,111).

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

RGB channels and saturation

R 111 of 255 = 44%
G 80 of 255 = 31%
B 111 of 255 = 44%

111
80
111

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

Portions of RGB colors in percentages

R + G + B =
111 + 80 + 111 = 302 (100%)
R 111 of 302 ~ 36.75%
G 80 of 302 ~ 26.49%
B 111 of 302 ~ 36.75%

%36.75
%26.49
%36.75

CMYK color model

#6F506F color CMYK value is (0,28,0,56).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(0,28,0,56)
C0M28Y0K56 
(0%,28%,0%,56%)
(0.00/0.28/0.00/0.56)	

CMYK percentages

%0
%27.93
%0
%56.47

Codes

Color #6F506F in popluar color models

6F506F
RGB11180111
HSL300°16.23%37.45%
HSB/HSV300°27.93%43.53%
CMYK0.00%27.93%0.00%
56.47%

Color #6F506F in popluar number systems.

HEX6F506F
Decimal11180111
Binary110111110100001101111
Octal157120157

Shades and tints

Shades of #6F506F

#6F506F
(111,80,111)
#654965
(101,73,101)
#5B425B
(91,66,91)
#513B51
(81,59,81)
#473447
(71,52,71)
#3D2D3D
(61,45,61)
#332633
(51,38,51)
#291F29
(41,31,41)
#1F181F
(31,24,31)
#151115
(21,17,21)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #6F506F

#6F506F
(111,80,111)
#7C5F7C
(124,95,124)
#896E89
(137,110,137)
#967D96
(150,125,150)
#A38CA3
(163,140,163)
#B09BB0
(176,155,176)
#BDAABD
(189,170,189)
#CAB9CA
(202,185,202)
#D7C8D7
(215,200,215)
#E4D7E4
(228,215,228)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F506F; }

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

This text font color is #6F506F.


Background Color

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

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

This div background color is #6F506F.


Border color

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

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

This div border color is #6F506F.


Opacity

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

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

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

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

This text has shadow with #6F506F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F506F on black background.


Color preview on white background

This text has color #6F506F on white background.



Black color preview on #6F506F background

This text has black color on #6F506F background.


White color preview on #6F506F background

This text has white color on #6F506F background.