COLOR #6F5F76

HEX: #6F5F76
RGB: (111,95,118)

Color info

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

RGB color model

#6F5F76 color RGB value is (111,95,118).

  • red value is 111;
  • green value is 95;
  • blue value is 118.
RGB:
(111,95,118)
(44%,37%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 118 of 255 = 46%

111
95
118

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

Portions of RGB colors in percentages

R + G + B =
111 + 95 + 118 = 324 (100%)
R 111 of 324 ~ 34.26%
G 95 of 324 ~ 29.32%
B 118 of 324 ~ 36.42%

%34.26
%29.32
%36.42

CMYK color model

#6F5F76 color CMYK value is (6,19,0,54).

  • cyan value is 5.93%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(6,19,0,54)
C6M19Y0K54 
(6%,19%,0%,54%)
(0.06/0.19/0.00/0.54)	

CMYK percentages

%5.93
%19.49
%0
%53.73

Codes

Color #6F5F76 in popluar color models

6F5F76
RGB11195118
HSL282°10.80%41.76%
HSB/HSV282°19.49%46.27%
CMYK5.93%19.49%0.00%
53.73%

Color #6F5F76 in popluar number systems.

HEX6F5F76
Decimal11195118
Binary110111110111111110110
Octal157137166

Shades and tints

Shades of #6F5F76

#6F5F76
(111,95,118)
#65576C
(101,87,108)
#5B4F62
(91,79,98)
#514758
(81,71,88)
#473F4E
(71,63,78)
#3D3744
(61,55,68)
#332F3A
(51,47,58)
#292730
(41,39,48)
#1F1F26
(31,31,38)
#15171C
(21,23,28)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #6F5F76

#6F5F76
(111,95,118)
#7C6D82
(124,109,130)
#897B8E
(137,123,142)
#96899A
(150,137,154)
#A397A6
(163,151,166)
#B0A5B2
(176,165,178)
#BDB3BE
(189,179,190)
#CAC1CA
(202,193,202)
#D7CFD6
(215,207,214)
#E4DDE2
(228,221,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5F76; }

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

This text font color is #6F5F76.


Background Color

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

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

This div background color is #6F5F76.


Border color

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

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

This div border color is #6F5F76.


Opacity

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

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

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

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

This text has shadow with #6F5F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5F76 on black background.


Color preview on white background

This text has color #6F5F76 on white background.



Black color preview on #6F5F76 background

This text has black color on #6F5F76 background.


White color preview on #6F5F76 background

This text has white color on #6F5F76 background.