COLOR #6F525F

HEX: #6F525F
RGB: (111,82,95)

Color info

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

RGB color model

#6F525F color RGB value is (111,82,95).

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

RGB channels and saturation

R 111 of 255 = 44%
G 82 of 255 = 32%
B 95 of 255 = 37%

111
82
95

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

Portions of RGB colors in percentages

R + G + B =
111 + 82 + 95 = 288 (100%)
R 111 of 288 ~ 38.54%
G 82 of 288 ~ 28.47%
B 95 of 288 ~ 32.99%

%38.54
%28.47
%32.99

CMYK color model

#6F525F color CMYK value is (0,26,14,56).

  • cyan value is 0.00%
  • magenta value is 26.13%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK:
(0,26,14,56)
C0M26Y14K56 
(0%,26%,14%,56%)
(0.00/0.26/0.14/0.56)	

CMYK percentages

%0
%26.13
%14.41
%56.47

Codes

Color #6F525F in popluar color models

6F525F
RGB1118295
HSL333°15.03%37.84%
HSB/HSV333°26.13%43.53%
CMYK0.00%26.13%14.41%
56.47%

Color #6F525F in popluar number systems.

HEX6F525F
Decimal1118295
Binary110111110100101011111
Octal157122137

Shades and tints

Shades of #6F525F

#6F525F
(111,82,95)
#654B57
(101,75,87)
#5B444F
(91,68,79)
#513D47
(81,61,71)
#47363F
(71,54,63)
#3D2F37
(61,47,55)
#33282F
(51,40,47)
#292127
(41,33,39)
#1F1A1F
(31,26,31)
#151317
(21,19,23)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #6F525F

#6F525F
(111,82,95)
#7C616D
(124,97,109)
#89707B
(137,112,123)
#967F89
(150,127,137)
#A38E97
(163,142,151)
#B09DA5
(176,157,165)
#BDACB3
(189,172,179)
#CABBC1
(202,187,193)
#D7CACF
(215,202,207)
#E4D9DD
(228,217,221)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F525F; }

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

This text font color is #6F525F.


Background Color

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

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

This div background color is #6F525F.


Border color

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

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

This div border color is #6F525F.


Opacity

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

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

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

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

This text has shadow with #6F525F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F525F on black background.


Color preview on white background

This text has color #6F525F on white background.



Black color preview on #6F525F background

This text has black color on #6F525F background.


White color preview on #6F525F background

This text has white color on #6F525F background.